Tue, 18 Jun 2019 22:48:27 +0200 Merge
jwilhelm [Tue, 18 Jun 2019 22:48:27 +0200] rev 55421
Merge
Tue, 18 Jun 2019 11:52:57 -0700 8225748: Use SHA-256 for javap classfile checksum
jjg [Tue, 18 Jun 2019 11:52:57 -0700] rev 55420
8225748: Use SHA-256 for javap classfile checksum Reviewed-by: mchung
Tue, 18 Jun 2019 12:39:29 -0500 8225310: JFR crashed in JfrPeriodicEventSet::requestProtectionDomainCacheTableStatistics()
gziemski [Tue, 18 Jun 2019 12:39:29 -0500] rev 55419
8225310: JFR crashed in JfrPeriodicEventSet::requestProtectionDomainCacheTableStatistics() Summary: Added lock around table usage Reviewed-by: coleenp, hseigel
Tue, 18 Jun 2019 10:00:35 +0530 8226198: use of & instead of && in LibraryCallKit::arraycopy_restore_alloc_state
rraghavan [Tue, 18 Jun 2019 10:00:35 +0530] rev 55418
8226198: use of & instead of && in LibraryCallKit::arraycopy_restore_alloc_state Summary: Used logical operator correctly Reviewed-by: kvn, thartmann
Mon, 17 Jun 2019 17:14:05 -0700 8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
rfield [Mon, 17 Jun 2019 17:14:05 -0700] rev 55417
8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801 8159740: JShell: corralled declarations do not have correct source to wrapper mapping 8212167: JShell : Stack trace of exception has wrong line number Summary: Build corralled (recoverable undeclared definitions) declarations from position translating wraps.... Reviewed-by: jlahoda
Mon, 17 Jun 2019 14:31:49 -0700 8217348: assert(thread->is_Java_thread()) failed: just checking
dtitov [Mon, 17 Jun 2019 14:31:49 -0700] rev 55416
8217348: assert(thread->is_Java_thread()) failed: just checking Reviewed-by: sspitsyn, dholmes, amenkov, jcbeyler
Thu, 13 Jun 2019 11:21:50 -0700 8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
dtitov [Thu, 13 Jun 2019 11:21:50 -0700] rev 55415
8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process Reviewed-by: sspitsyn, dholmes
Mon, 17 Jun 2019 09:11:27 -0700 8181837: [Graal] compiler/jvmci/SecurityRestrictionsTest.java fails with AccessControlException
kvn [Mon, 17 Jun 2019 09:11:27 -0700] rev 55414
8181837: [Graal] compiler/jvmci/SecurityRestrictionsTest.java fails with AccessControlException Summary: Remove test from Problem list because it does not fail anymore. Reviewed-by: iignatyev
Fri, 14 Jun 2019 12:08:55 -0400 8225801: Shenandoah: Adjust SA to reflect recent forwarding pointer changes
zgu [Fri, 14 Jun 2019 12:08:55 -0400] rev 55413
8225801: Shenandoah: Adjust SA to reflect recent forwarding pointer changes Reviewed-by: shade
Sat, 15 Jun 2019 14:39:04 +0800 8225392: Comparison builds are failing due to cacerts file
weijun [Sat, 15 Jun 2019 14:39:04 +0800] rev 55412
8225392: Comparison builds are failing due to cacerts file Reviewed-by: erikj, martin, mullan
Fri, 14 Jun 2019 12:19:14 -0700 8224829: AsyncSSLSocketClose.java has timing issue
xuelei [Fri, 14 Jun 2019 12:19:14 -0700] rev 55411
8224829: AsyncSSLSocketClose.java has timing issue Reviewed-by: jnimeh, dfuchs
Fri, 14 Jun 2019 10:02:57 +0200 8225695: 32-bit build failures after JDK-8080462 (Update SunPKCS11 provider with PKCS11 v2.40 support)
shade [Fri, 14 Jun 2019 10:02:57 +0200] rev 55410
8225695: 32-bit build failures after JDK-8080462 (Update SunPKCS11 provider with PKCS11 v2.40 support) Reviewed-by: alanb
Fri, 14 Jun 2019 03:50:25 +0200 Added tag jdk-13+25 for changeset 22b3b7983ada
jwilhelm [Fri, 14 Jun 2019 03:50:25 +0200] rev 55409
Added tag jdk-13+25 for changeset 22b3b7983ada
Thu, 13 Jun 2019 17:18:06 -0700 8209590: compiler/compilercontrol/DontInlineCommandTest.java test fails with "Inline message differs" error
kvn [Thu, 13 Jun 2019 17:18:06 -0700] rev 55408
8209590: compiler/compilercontrol/DontInlineCommandTest.java test fails with "Inline message differs" error Summary: increase InlineSmallCode to 4000 for tests which check inlining decisions. Reviewed-by: iignatyev
Thu, 13 Jun 2019 17:49:49 -0400 8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux
mullan [Thu, 13 Jun 2019 17:49:49 -0400] rev 55407
8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux Reviewed-by: xuelei
Thu, 13 Jun 2019 13:42:41 -0700 8225746: hotspot problem lists list unexciting tests
iignatyev [Thu, 13 Jun 2019 13:42:41 -0700] rev 55406
8225746: hotspot problem lists list unexciting tests Reviewed-by: kvn
Tue, 18 Jun 2019 18:38:53 +0100 8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java
chegar [Tue, 18 Jun 2019 18:38:53 +0100] rev 55405
8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java Reviewed-by: dfuchs, prappo
Tue, 18 Jun 2019 13:11:09 -0400 8225804: SA: Remove unused CollectedHeap.oopOffset() method
zgu [Tue, 18 Jun 2019 13:11:09 -0400] rev 55404
8225804: SA: Remove unused CollectedHeap.oopOffset() method Reviewed-by: rkennke
Tue, 18 Jun 2019 10:37:28 -0400 8226242: Diagnostic output for posix_spawn failure
rriggs [Tue, 18 Jun 2019 10:37:28 -0400] rev 55403
8226242: Diagnostic output for posix_spawn failure Reviewed-by: bpb, stuefe, dholmes, martin
Tue, 18 Jun 2019 14:52:36 +0100 8225583: Examine the HttpResponse.BodySubscribers for null handling
chegar [Tue, 18 Jun 2019 14:52:36 +0100] rev 55402
8225583: Examine the HttpResponse.BodySubscribers for null handling Reviewed-by: dfuchs, prappo
Tue, 18 Jun 2019 11:06:29 +0200 8226227: Missing include of thread.inline.hpp
rehn [Tue, 18 Jun 2019 11:06:29 +0200] rev 55401
8226227: Missing include of thread.inline.hpp Reviewed-by: coleenp
Tue, 18 Jun 2019 10:54:00 +0900 8225636: SA can't handle prelinked libraries
ysuenaga [Tue, 18 Jun 2019 10:54:00 +0900] rev 55400
8225636: SA can't handle prelinked libraries Reviewed-by: sspitsyn, cjplummer
Mon, 17 Jun 2019 20:03:34 +0100 8225578: Replace wildcard address with loopback or local host in tests - part 16
dfuchs [Mon, 17 Jun 2019 20:03:34 +0100] rev 55399
8225578: Replace wildcard address with loopback or local host in tests - part 16 Summary: Fixes java/net/Authenticator and java/net/CookieHandler to stop depending on the wildcard address, wherever possible. Reviewed-by: chegar
Mon, 17 Jun 2019 15:31:49 +0800 8224851: AArch64: fix warnings and errors with Clang and GCC 8.3
ngasson [Mon, 17 Jun 2019 15:31:49 +0800] rev 55398
8224851: AArch64: fix warnings and errors with Clang and GCC 8.3 Reviewed-by: aph, kbarrett
Fri, 14 Jun 2019 20:30:10 -0700 8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
rfield [Fri, 14 Jun 2019 20:30:10 -0700] rev 55397
8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801 8159740: JShell: corralled declarations do not have correct source to wrapper mapping 8212167: JShell : Stack trace of exception has wrong line number Summary: Build corralled (recoverable undeclared definitions) declarations from position translating wraps.... Reviewed-by: jlahoda
Fri, 14 Jun 2019 12:08:55 -0400 8225801: Shenandoah: Adjust SA to reflect recent forwarding pointer changes
zgu [Fri, 14 Jun 2019 12:08:55 -0400] rev 55396
8225801: Shenandoah: Adjust SA to reflect recent forwarding pointer changes Reviewed-by: shade
Fri, 14 Jun 2019 11:58:23 -0400 8225550: Shenandoah: Prevent SH::object_iterate() call's side-effects
zgu [Fri, 14 Jun 2019 11:58:23 -0400] rev 55395
8225550: Shenandoah: Prevent SH::object_iterate() call's side-effects Reviewed-by: shade
Fri, 14 Jun 2019 16:47:58 +0200 8225743: Remove ShenandoahBarrierSetC2::escape_is_barrier_node and related GC interface
shade [Fri, 14 Jun 2019 16:47:58 +0200] rev 55394
8225743: Remove ShenandoahBarrierSetC2::escape_is_barrier_node and related GC interface Reviewed-by: roland, eosterlund
Fri, 14 Jun 2019 13:26:52 +0200 8225783: Incorrect use of binary operators on booleans in type.cpp
thartmann [Fri, 14 Jun 2019 13:26:52 +0200] rev 55393
8225783: Incorrect use of binary operators on booleans in type.cpp Summary: Use logical operators instead. Reviewed-by: roland
Fri, 14 Jun 2019 10:19:04 +0530 8217705: HttpClient - wrong exception type when bad status line is received
jpai [Fri, 14 Jun 2019 10:19:04 +0530] rev 55392
8217705: HttpClient - wrong exception type when bad status line is received Summary: Throw a ProtocolException if the status code in the HTTP response's status line isn't a 3-digit integer Reviewed-by: dfuchs
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip