Brian Burkhalter
d6b7266547
8231254: (fs) Add test for macOS Catalina changes to protect system software
...
Reviewed-by: alanb
2019-09-23 13:59:41 -07:00
Tobias Hartmann
6bc9833f65
8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
...
Offset method should only be called for comments.
Reviewed-by: roland, dholmes
2019-09-23 14:30:31 +02:00
Christoph Langer
8551294077
8230857: Avoid reflection in sun.tools.common.ProcessHelper
...
Reviewed-by: sspitsyn, dholmes
2019-09-23 12:32:13 +02:00
Thomas Schatzl
03e769bd64
8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
...
The CLDG is only iterated once during garbage collection, so we do not need to claim CLDs any more.
Reviewed-by: sjohanss, kbarrett
2019-09-23 11:37:02 +02:00
Jie Fu
72d8e98a9d
8230228: [TESTBUG] Several runtime/ErrorHandling tests may fail on some platforms
...
Reviewed-by: coleenp, stuefe, mseledtsov
2019-08-28 08:47:40 +08:00
Mikhailo Seledtsov
5b34d00fbc
8230115: Problemlist JFR TestNetworkUtilization test
...
Added test to the problem list
Reviewed-by: dcubed
2019-08-28 15:15:38 -07:00
Joe Wang
7b6b6702e3
8230094: CCE in createXMLEventWriter(Result) over an arbitrary XMLStreamWriter
...
Reviewed-by: lancea
2019-08-28 19:02:51 +00:00
Daniel D. Daugherty
be0cd9908a
8230317: serviceability/sa/ClhsdbPrintStatics.java fails after 8230184
...
Reviewed-by: eosterlund
2019-08-28 12:53:37 -04:00
Daniel D. Daugherty
9b992ead1e
8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
...
Reviewed-by: kbarrett, dholmes
2019-08-28 10:56:50 -04:00
Ioi Lam
a2c067f6e8
8230294: runtime/cds/appcds/ClassPathAttr.java failed with jar operation failed
...
Reviewed-by: lfoltan
2019-08-28 07:41:57 -07:00
Ioi Lam
87eefe2e00
8227370: Remove SharedPathsMiscInfo
...
Reviewed-by: ccheung, jiangli
2019-08-27 22:14:52 -07:00
Frank Yuan
f85fe3a3d6
8230010: Remove jdk8037819/BasicTest1.java
...
8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
Reviewed-by: joehw, vtewari
2019-08-28 11:00:55 +08:00
Patricio Chilano Mateo
85dbabe345
8229844: Remove attempt_rebias parameter from revoke_and_rebias()
...
Removed attempt_rebias parameter and merged fast_enter() and slow_enter() into enter()
Reviewed-by: dholmes, rehn, coleenp, dcubed
2019-08-27 20:10:06 +00:00
Jaikiran Pai
f8e6dcdd09
8230220: java/net/HttpURLConnection/HttpURLProxySelectionTest.java fails intermittently
...
Fix the test to use volatile on members which are accessed across threads
Reviewed-by: dfuchs
2019-08-27 16:17:40 +05:30
Dmitry Markov
1ea81a7cda
8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
...
Reviewed-by: psadhukhan, serb
2019-08-23 14:25:20 +01:00
Semyon Sadetsky
07e2ea8e44
8226513: JEditorPane is shown with incorrect size
...
Reviewed-by: prr, psadhukhan
2019-08-19 12:13:47 +05:30
Alexey Ivanov
11feeaa533
8222108: Reduce minRefreshTime for updating remote printer list on Windows
...
Reviewed-by: prr, serb
2019-08-18 21:36:01 +01:00
Matthias Baesken
313cb3ce76
8229706: java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines
...
Reviewed-by: chegar, clanger
2019-08-14 15:07:04 +02:00
Julia Boes
fb3b0ab1fb
8230000: some httpclients testng tests run zero test
...
Two tests needed to declared their test methods public, the last one was a simple abstract framework for subclasses and needed its @test keyword removed.
Reviewed-by: chegar, aefimov, dfuchs
2019-08-26 14:48:12 +01:00
Jaikiran Pai
1d67d474a5
8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
...
Reviewed-by: michaelm, chegar, dfuchs
2019-08-26 12:25:49 +01:00
Stefan Karlsson
e1aca70a1c
8229836: Remove include of globals.hpp from allocation.hpp
...
Reviewed-by: coleenp, kbarrett
2019-08-26 09:13:38 +02:00
Julia Boes
ce3face998
8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
...
Three methods are added to StrictMath for consistency with Math. Tests are updated accordingly.
Reviewed-by: bpb, lancea, igerasim, dfuchs, joehw, rriggs
2019-08-23 19:55:08 +01:00
Adam Farley
ed45bde1a7
8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
...
The size of each path in sun.boot.library.path property should not exceed JVM_MAXPATHLEN
Reviewed-by: dholmes, coleenp, sspitsyn
2019-08-23 03:06:24 -07:00
Jamil Nimeh
d096e033d0
8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
...
Reviewed-by: mullan
2019-08-22 14:09:36 -07:00
Patrick Concannon
a9f92bec7f
8078219: Verify lack of @test tag in files in java/net test directory
...
Reviewed-by: alanb
2019-08-22 18:54:56 +01:00
Leonid Mesnik
7d0d71db03
Merge
2019-08-22 10:41:07 -07:00
Leonid Mesnik
186dcb2f42
8229957: Harden pid verification in attach mechanism
...
Reviewed-by: sspitsyn, ysuenaga, sgehwolf
2019-08-22 10:40:34 -07:00
Mikhailo Seledtsov
18c00e8670
8226779: [TESTBUG] Test JFR API from Java agent
...
Created new tests for JFR plus Java Agent
Reviewed-by: egahlin
2019-08-22 10:35:31 -07:00
Lance Andersen
0603bec5ce
8229887: (zipfs) zip file corruption when replacing an existing STORED entry
...
Reviewed-by: alanb, redestad, dfuchs
2019-08-22 10:43:25 -04:00
Michael McMahon
e3b6b7f842
8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication
...
Reviewed-by: chegar, dfuchs
2019-08-22 14:36:10 +01:00
Tobias Hartmann
0941bf8b5e
8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
...
Back out JDK-8225670 due to performance regressions.
Reviewed-by: roland
2019-08-22 12:22:02 +02:00
Nick Gasson
84686488e8
8229912: [TESTBUG] java/net/Socks/SocksIPv6Test fails without IPv6
...
Reviewed-by: alanb, dfuchs
2019-08-22 10:53:48 +08:00
Kim Barrett
1acad37ee6
8227054: ServiceThread needs to know about all OopStorage objects
...
8227053: ServiceThread cleanup of OopStorage is missing some
OopStorages provides named access and iteration.
Reviewed-by: eosterlund, pliden, coleenp
2019-08-21 18:42:30 -04:00
Roger Riggs
de8d01d4d3
8207814: (proxy) upgrade the proxy class generator
...
Reviewed-by: mchung
2019-08-21 16:19:17 -04:00
Athijegannathan Sundararajan
0b625536e6
8220700: jlink generated launcher script needs quoting to avoid parameter expansion
...
Reviewed-by: mchung, alanb, sgehwolf
2019-08-21 17:38:19 +05:30
Leonid Mesnik
f83ac54e23
8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime
...
Reviewed-by: dholmes
2019-08-20 11:36:47 -07:00
Roman Kennke
b08e417b06
8229921: Shenandoah: Make Traversal mode non-experimental
...
Reviewed-by: shade
2019-08-20 18:39:09 +02:00
Patrick Concannon
c99c1f8d55
8229916: Delete redundant test java/net/Socket/reset/Test.java
...
Remove java/net/Socket/reset/Test.java which misses an @test tag and is obsoleted by java/net/Socket/ConnectionReset.java
Reviewed-by: alanb
2019-08-20 15:40:49 +01:00
Laurent Bourgès
383e7dfb30
8228711: Path rendered incorrectly when it goes outside the clipping region
...
Fixed closePath() to preserve last position and its outcode in Stroker and TransformingPathConsumer2D.PathClipFilter
Reviewed-by: prr, kcr
2019-08-07 10:25:50 +02:00
Abdul Kolarkunnu
c4b6dfbad1
8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed
...
Reviewed-by: serb, psadhukhan
2019-08-06 00:16:38 -07:00
Prasanta Sadhukhan
93f105e32a
Merge
2019-07-25 11:31:07 +05:30
Mandy Chung
068575e9b1
8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
...
Reviewed-by: alanb, plevart
2019-07-24 16:46:42 -07:00
Coleen Phillimore
221da20713
8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
...
Add case for JVM_CONSTANT_Dynamic in error_message function.
Reviewed-by: dholmes, shade
2019-07-24 10:22:11 -04:00
Patrick Concannon
00395fe0d0
8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package
...
Reviewed-by: chegar, bpb, alanb
2019-07-24 13:08:36 +01:00
Thomas Schatzl
5e48c76e81
8228388: Add information about dirty/skipped card for Merge HCC in G1 log
...
Collect and print informatio about the number of processed cards during the Merge HCC phase to improve log output.
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Abdul Kolarkunnu
63bc445628
8228479: Correct the format of ColorChooserDemoTest
...
Reviewed-by: serb, psadhukhan
2019-07-23 22:21:16 -07:00
Mikhailo Seledtsov
94c38c4cc1
8227122: [TESTBUG] Create Docker sidecar test cases
...
Created test cases for container sidecar pattern
Reviewed-by: bobv, sgehwolf
2019-07-23 11:36:05 -07:00
Mikael Vidstedt
f73a94a772
Merge
2019-07-23 11:17:59 -07:00
Andrey Turbanov
43c54e9c7f
6573239: Typo in jfc text file
...
Reviewed-by: serb
2019-07-16 17:00:00 -07:00
Thejasvi Voniadka
1f325a0f20
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
...
Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT".
Reviewed-by: naoto, rriggs
2019-07-11 03:28:43 +05:30
Jonathan Gibbons
2cd3eb0d40
8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
...
Reviewed-by: hannesw
2019-07-22 16:10:25 -07:00
Ralf Schmelter
678b5df6c7
8227868: jinfo and jstack can fail converting UTF8 output to strings
...
Reviewed-by: sgehwolf, dholmes, cjplummer
2019-07-22 14:40:00 +02:00
Severin Gehwolf
5732fe95a6
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
...
Move container constant to separate test lib class
Reviewed-by: alanb
2019-07-22 10:48:14 +02:00
Jan Lahoda
03270bb92a
8227923: End position of EndElementTree is -1
...
Fixing end positions for DocTrees EndElementTree, EntityTree and CommentTree.
Reviewed-by: jjg
2019-07-22 12:21:18 +02:00
Jie Fu
8d62f19e8d
8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
...
Reviewed-by: alanb, iklam
2019-07-22 14:31:04 +08:00
Antonios Printezis
c0f6ce7c54
8227179: Test for new gc+metaspace=info output format
...
Reviewed-by: tschatzl, kbarrett
2019-07-19 12:39:31 -04:00
Claes Redestad
1d8c827e12
8228394: Cleanup unused java.net SharedSecrets classes
...
Reviewed-by: alanb, chegar
2019-07-19 15:36:23 +02:00
Vladimir Ivanov
242bd67c6c
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
...
Reviewed-by: eosterlund, dholmes, mdoerr, dpochepk
2019-07-19 16:25:04 +03:00
Matthias Baesken
e57e8f4db2
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
...
Reviewed-by: jjg, stuefe
2019-07-10 11:11:30 +02:00
Daniil Titov
3c6c2d8ca2
8221303: sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java fails due to java.rmi.server.ExportException: Port already in use
...
Reviewed-by: cjplummer, amenkov, sgehwolf
2019-07-18 12:29:57 -07:00
Severin Gehwolf
da0f6da7e8
8227642: [TESTBUG] Make docker tests podman compatible
...
Reviewed-by: mseledtsov, iignatyev
2019-07-12 19:37:25 +02:00
Joe Wang
a91f9c4c7e
8157830: Errors in XSLT stylesheet are not dispatched correctly to ErrorListener
...
Reviewed-by: lancea
2019-07-19 02:40:59 +00:00
Brian Burkhalter
ba9c952f87
8228392: Backout incorrect change done by JDK-8067801
...
Reviewed-by: lancea
2019-07-18 17:10:33 -07:00
Coleen Phillimore
d35c1540e6
8227766: CheckUnhandledOops is broken in MemAllocator
...
Save oop created in handle more eagerly, so CheckUnhandledOops doesn't bash it.
Reviewed-by: lfoltan, eosterlund
2019-07-18 07:06:33 -04:00
Matthias Baesken
c3bd80322e
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
...
Reviewed-by: jjg, stuefe
2019-07-10 11:11:30 +02:00
Brian Burkhalter
2c59ffda98
8228204: Fix for JDK-8067801 breaks java/io/NegativeInitSize.java
...
Reviewed-by: lancea
2019-07-17 15:12:30 -07:00
Brian Burkhalter
a7016e3b5d
8067801
: Enforce null check for underlying I/O streams
...
Reviewed-by: lancea
2019-07-17 14:24:37 -07:00
Daniil Titov
1ea3869a92
8206179: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value
...
Reviewed-by: sspitsyn, cjplummer
2019-07-17 11:23:51 -07:00
Thomas Schatzl
b4d014896a
8227089: Add timing information for merging humongous remembered sets
...
Reviewed-by: sangheki, kbarrett
2019-07-17 16:33:19 +02:00
Thomas Schatzl
ffe79a37c3
8227084: Add timing information for merge heap root preparation
...
Reviewed-by: sangheki, kbarrett
2019-07-17 16:33:19 +02:00
Mikael Vidstedt
f08a9de3b2
Merge
2019-07-17 04:33:37 -07:00
Anton Litvinov
cf5433ff56
8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579
...
8224825: java/awt/Color/AlphaColorTest.java fails in linux-x64 system
Reviewed-by: prr
2019-07-16 15:15:45 +01:00
Xiaohong Gong
2c6a826899
8227615: [TESTBUG] JTReg "jdk/sun/security/util/FilePermCompat/CompatImpact.java" fails with graal
...
Reviewed-by: kvn
2019-07-17 10:11:05 +08:00
Jan Lahoda
c0d870559f
8227640: javac crashes on text blocks with invalid escapes
...
Do not translate escape sequences if text block contains illegal escapes.
Reviewed-by: jlaskey
2019-07-16 10:48:22 +02:00
Pengfei Li
a5388f21b7
8227512: [TESTBUG] Fix JTReg javac test failures with Graal
...
Reviewed-by: mcimadamore
2019-07-16 00:57:00 +00:00
Joe Wang
5dcfefbae0
8176447: javax.xml.validation.Validator validates incorrectly on uniqueness constraint
...
Reviewed-by: lancea
2019-07-16 21:12:14 +00:00
Sergey Bylokhov
768ef3cd20
8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
...
Reviewed-by: prr
2019-07-15 16:25:23 -07:00
Xiaohong Gong
53635b436c
8227574: [TESTBUG] JTReg tests fail with Graal due to access denied
...
Reviewed-by: kvn
2019-07-15 03:14:28 +00:00
Peter Levart
49daf1dc19
8227368: EnumSet.class serialization broken in JDK 9+
...
Reviewed-by: smarks
2019-07-13 10:43:45 +00:00
Yasumasa Suenaga
2870c9d55e
8225690: Multiple AttachListener threads can be created
...
Reviewed-by: sspitsyn, cjplummer
2019-07-16 07:29:12 +09:00
Daisy Zhou
116af970c8
8227289: Enable assertions for some shell to java conversion tests after JDK-8218960
...
Reviewed-by: naoto
2019-07-15 10:21:33 +08:00
Frank Yuan
2169215b29
8227438: [TESTLIB] Determine if file exists by Files.exists in function FileUtils.deleteFileIfExistsWithRetry
...
Reviewed-by: lancea, joehw
2019-07-15 17:53:36 +08:00
Yasumasa Suenaga
81a59941af
8227594: sadebugd/DebugdConnectTest.java fails due to "java.rmi.NotBoundException: SARemoteDebugger"
...
Reviewed-by: cjplummer, sspitsyn
2019-07-13 20:55:25 +09:00
Jiangli Zhou
24b025163b
8227582: runtime/TLS/testtls.sh fails on x86_32
...
Disable the negative test case for regular testing.
Reviewed-by: shade
2019-07-12 10:39:19 -07:00
Mikael Vidstedt
cfcd0223a9
Merge
2019-07-12 02:50:43 -07:00
Frank Yuan
0518393598
8227422: sun/net/www/protocol/file/DirPermissionDenied.java failed on Windows 2016 because DirPermissionDenied directory has no read permission
...
Reviewed-by: dfuchs
2019-07-12 13:59:22 +08:00
Valerie Peng
175faeeadf
8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support
...
Fixed SignatureUtil and ECDSA signature impl to handle EC parameters
Reviewed-by: weijun
2019-07-11 20:11:47 +00:00
Hannes Wallnöfer
cd18508b2f
8227391: Update double-conversion to version 3.1.5
...
Reviewed-by: attila
2019-07-11 17:11:54 +02:00
Hannes Wallnöfer
61d10a507d
8223451: Make optimistic types disabled by default
...
Reviewed-by: sundar, jlaskey, attila
2019-07-11 16:43:15 +02:00
Harold Seigel
5e24afc868
8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*)
...
When calculating vtable size at class load time, do not look for miranda method if matching package private method is found in a super class.
Reviewed-by: acorn, lfoltan
2019-07-11 09:26:04 -04:00
Valerie Peng
29215b987b
8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions
...
Detect potential buffer overlap and use extra buffer if necessary
Reviewed-by: xuelei
2019-07-10 18:43:45 +00:00
Nils Eliasson
019b9891d7
8226536: Catch OOM from deopt that fails rematerializing objects
...
Reviewed-by: vlivanov, thartmann
2019-07-10 18:48:05 +02:00
Ramanand Patil
7087f2eae2
8224560: (tz) Upgrade time-zone data to tzdata2019a
...
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
2019-07-10 05:12:23 +01:00
Jan Lahoda
32a7e50bee
8220041: NullPointerException at jdk.compiler/com.sun.tools.javac.jvm.Code.emitop0
...
LambdaToMethod must correctly capture local variables inside switch expressions inside local variable initializers.
Reviewed-by: mcimadamore, vromero
2019-07-10 09:04:42 +02:00
Weijun Wang
32d0bae08d
8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
...
Reviewed-by: xuelei
2019-07-10 09:43:35 +08:00
Naoto Sato
0f1ad36584
8227127: Era designator not displayed correctly using the COMPAT provider
...
Reviewed-by: rriggs
2019-07-09 08:05:38 -07:00
Jamsheed Mohammed C M
7fbf691c01
8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics
...
Reviewed-by: kvn
2019-07-08 04:01:54 -07:00
Martin Doerr
516578513c
8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837
...
Adjust heap size values for 32M heap aligment (page size 64k)
Reviewed-by: goetz, rschmelter, tschatzl
2019-07-08 10:56:05 +02:00
Yudi Zheng
173e014b80
8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently
...
Reviewed-by: kvn, thartmann
2019-07-07 18:17:46 -07:00
Yasumasa Suenaga
cf39d96d3a
8209790: SA tools not providing option to connect to debug server
...
Reviewed-by: sspitsyn, cjplummer
2019-07-11 08:19:56 +09:00
Daniel Fuchs
dc300483a7
8227539: Replace wildcard address with loopback or local host in tests - part 20
...
Update some tests to stop using the wildcard address.
Reviewed-by: michaelm
2019-07-10 22:33:23 +02:00
Joe Wang
8286318f2a
7148925: StAXSource causes exceptions to be thrown with certain wellformed XML instances
...
Reviewed-by: lancea
2019-07-10 16:45:28 +00:00
Thomas Stuefe
937f230ce3
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
...
Reviewed-by: goetz
2019-07-04 11:55:00 +02:00
Calvin Cheung
a6b4e5c3d1
8226406: JVM fails to detect mismatched or corrupt CDS archive
...
Check important archive header fields such as _jvm_ident before processing other fields.
Reviewed-by: iklam, jiangli
2019-07-12 08:40:37 -07:00
Tejpal Rebari
fe80d6458c
8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails with shortcuts on menus do not work
...
Reviewed-by: jdv, psadhukhan
2019-07-04 12:28:34 +05:30
Fairoz Matte
9f4fd8c7ab
8225715: jhsdb jmap fails to write binary heap dump of a jshell process
...
Add a Null check for getSourceFileName() before writing into thread dump.
Reviewed-by: cjplummer, kevinw
2019-07-02 08:43:44 -07:00
Patrick Concannon
76785af549
8226756: Replace wildcard address with loopback or local host in tests - part 18
...
Reviewed-by: dfuchs
2019-07-10 16:09:20 +01:00
Mikael Vidstedt
e9d003926b
Merge
2019-07-10 07:27:58 -07:00
Ramanand Patil
475cf213d9
8224560: (tz) Upgrade time-zone data to tzdata2019a
...
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
2019-07-10 05:12:23 +01:00
Mikael Vidstedt
ff3eeb4773
Merge
2019-07-09 16:37:30 -07:00
Patricio Chilano Mateo
fe39168fa7
8191890: Biased locking still uses the inferior stop the world safepoint for revocation
...
Revocations are now executed with thread local handshakes instead of safepoints
Reviewed-by: dcubed, coleenp, dholmes, rehn, mgronlun
2019-07-09 14:38:48 -04:00
Jeremy Manson
238c17bdb5
8225035: Thread stack size issue caused by large TLS size
...
Adjust thread stack size for static TLS on Linux when AdjustStackSizeForTLS is enabled.
Co-authored-by: Florian Weimer <fweimer@redhat.com>
Co-authored-by: Jiangli Zhou <jianglizhou@google.com>
Reviewed-by: dholmes, fweimer, stuefe, rriggs, martin
2019-07-09 10:27:38 -07:00
Jan Lahoda
d24296edf4
8223443: Calling Trees.getScope early changes names of local/anonymous classes
...
Ensure Trees.getScope does not affect the rest of the compilation.
Reviewed-by: mcimadamore
2019-07-09 09:20:04 +02:00
Mikael Vidstedt
2b7170b33c
Merge
2019-07-08 16:20:40 -07:00
Eric Caspole
49bba0212c
Merge
2019-07-08 18:30:09 -04:00
Shravya Rukmannagari
19d1cb63bb
8225626: JMH Test Support for JDK-8222074
...
Micros for new SuperWord optimizations
Reviewed-by: vlivanov, ecaspole
2019-07-08 17:57:33 -04:00
Kim Barrett
b85ebc19e0
8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out
...
Disable ZapUnusedHeapArea and VerifyBeforeExit for gc/arguments tests.
Reviewed-by: tschatzl, tonyp
2019-07-08 17:24:21 -04:00
Aleksey Shipilev
41ff22e552
8227327: Shenandoah: Faster and more parallel tests
...
Reviewed-by: rkennke
2019-07-05 23:31:32 +02:00
Mikael Vidstedt
15bde6d32d
Merge
2019-07-05 11:01:31 -07:00
Claes Redestad
7f1f9a50ae
8225239: Refactor NetworkInterface lookups
...
Reviewed-by: michaelm, dfuchs, chegar
2019-07-05 13:40:29 +02:00
Roman Kennke
d6dd171ece
8227039: Shenandoah: Aggressive heuristics for Traversal mode
...
Reviewed-by: shade
2019-07-05 11:07:09 +02:00
Jan Lahoda
c4213848c0
8227010: Error recovery after local variable redeclaration can be improved
...
Entering duplicate local variables into the current scope so that the new variable is used instead of the previous variable.
Reviewed-by: mcimadamore
2019-07-04 16:51:24 +02:00
Claes Redestad
eddf2cf920
8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run
...
Reviewed-by: alanb
2019-07-04 15:00:03 +02:00
Roman Kennke
d4afa4e1c8
8226757: Shenandoah: Make traversal and passive modes explicit
...
Reviewed-by: shade
2019-07-04 14:28:31 +02:00
Stefan Karlsson
a3d6be2b2d
8229838: Rename markOop files to markWord
...
Reviewed-by: dholmes, rehn
2019-08-19 11:30:03 +02:00
Patrick Concannon
9f41d4d2f2
8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed
...
The test is fixed to ignore rogue client connection. However it remains succeptible to intermittent failures due to the use of the wildcad address.
Reviewed-by: dfuchs
2019-08-20 11:15:23 +01:00
Andrew Dinn
047b8bfeb7
8224974: Implement JEP 352
...
Non-Volatile Mapped Byte Buffers
Reviewed-by: alanb, kvn, bpb, gromero, darcy, shade, bulasevich, dchuyko
2019-08-20 10:11:53 +01:00
Christian Hagedorn
db359f11b5
8229158: make UseSwitchProfiling non-experimental or false by-default
...
Changed UseSwitchProfiling from experimental to diagnostic.
Reviewed-by: dholmes, shade, thartmann
2019-08-20 10:46:23 +02:00
Tobias Hartmann
672fa8b97a
8228888: C2 compilation fails with assert "m has strange control"
...
Weakened too strong assert.
Reviewed-by: kvn, roland
2019-08-20 07:47:13 +02:00
Chris Hegarty
cbfcd9c72e
8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find dependent libraries
...
Reviewed-by: dfuchs, alanb, erikj
2019-08-19 14:28:43 +01:00
Daniel Fuchs
bd1521e1a6
8191169: java/net/Authenticator/B4769350.java failed intermittently
...
Fixed a race condition in AuthenticationInfo when serializeAuth=true
Reviewed-by: chegar, michaelm
2019-08-19 11:14:50 +01:00
Jamil Nimeh
742e9f26c8
8224997: ChaCha20-Poly1305 TLS cipher suite decryption throws ShortBufferException
...
Reviewed-by: xuelei
2019-08-17 06:20:49 -07:00
Shravya Rukmannagari
793585b494
8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions
...
AES-ECB encryption and decryption optimization for x86_64 architectures supporting AVX3+VAES
Co-authored-by: Smita Kamath <smita.kamath@intel.com>
Reviewed-by: kvn, valeriep
2019-08-16 14:42:50 -07:00
Ivan Gerasimov
c0b8844dce
8221307: String.substring() OOB exception on start index reports improper information
...
Reviewed-by: rriggs, redestad
2019-08-16 11:35:17 -07:00
Daniel Fuchs
e81ee784d3
8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException
...
The test is updated to ignore plain text connections
Reviewed-by: chegar, michaelm
2019-08-16 15:01:58 +01:00
Stefan Karlsson
ae5615c614
8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
...
Reviewed-by: rkennke, coleenp, kbarrett, dcubed
2019-08-06 10:48:21 +02:00
Leo Korinth
3a38bec5ae
8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
...
Reviewed-by: stefank, kbarrett, tschatzl
2019-08-16 09:18:19 +02:00
Weijun Wang
b84ffae32f
8229775: Incorrect warning when jar was signed with -sectionsonly
...
Reviewed-by: mullan
2019-08-16 08:42:09 +08:00
Calvin Cheung
63baaf7a56
8226645: [TESTBUG] some AppCDS tests rely on illegal reflective access
...
Updated tests to use Lookup.defineClass instead of ClassLoader.defineClass.
Reviewed-by: iklam, dholmes, alanb
2019-08-15 16:23:41 -07:00
Daniel Fuchs
77d09f0f14
8229486: Replace wildcard address with loopback or local host in tests - part 21
...
Reviewed-by: chegar
2019-08-15 12:58:27 +01:00
Nick Gasson
6af89d6412
8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64
...
Reviewed-by: cjplummer, adinn
2019-08-15 14:00:36 +08:00
Aleksey Shipilev
517f13e1c6
8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default
...
Reviewed-by: rkennke
2019-08-14 20:32:44 +02:00
Chris Yin
af89550878
8217606: LdapContext#reconnect always opens a new connection
...
Reviewed-by: lancea, vtewari, rriggs
2019-08-14 11:14:54 +01:00
Valerie Peng
effe3eb806
8228613: java.security.Provider#getServices order is no longer deterministic
...
Changed to use SunEntries.DEF_SECURE_RANDOM_ALGO instead of relying on ordering of SecureRandom services
Reviewed-by: weijun
2019-08-14 00:57:15 +00:00
Mandy Chung
182c19e8c4
8209005: Lookup.unreflectSpecial fails for default methods when Lookup.findSpecial works
...
8209078: Unable to call default method from interface in another module from named module
Reviewed-by: dfuchs, plevart
2019-08-13 15:49:11 -07:00
Daniel D. Daugherty
2207d884d5
8229212: clear up CHECK_OWNER confusion in objectMonitor.cpp
...
Reviewed-by: dholmes, coleenp
2019-08-13 16:13:22 -04:00
Naoto Sato
cf9351a41f
8211990: DateTimeException thrown when calculating duration between certain dates
...
Reviewed-by: lancea, scolebourne, rriggs
2019-08-13 10:10:42 -07:00
Daniel Fuchs
6d63995ada
8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently
...
The test was observed blocking on receive and is updated to avoid using the wildcard address
Reviewed-by: chegar, msheppar
2019-08-13 16:18:43 +01:00
Aleksei Efimov
b4a7fb856b
8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7
...
Reviewed-by: dfuchs, chegar
2019-08-13 16:11:28 +01:00
Jan Lahoda
f033152eae
8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
...
Produce an error when reading a classfile with a field with ConstantValue with a wrong type.
Reviewed-by: vromero
2019-08-13 10:27:34 +02:00