Tue, 26 Jun 2018 16:59:38 -0400 8205559: Remove IN_CONCURRENT_ROOT Access decorator
kbarrett [Tue, 26 Jun 2018 16:59:38 -0400] rev 50803
8205559: Remove IN_CONCURRENT_ROOT Access decorator Summary: Removed decorator and made all NativeAccess use barriers. Reviewed-by: pliden, stefank
Tue, 26 Jun 2018 13:50:59 -0700 8205721: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java
sspitsyn [Tue, 26 Jun 2018 13:50:59 -0700] rev 50802
8205721: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java Summary: Add the test to the ProblemList.txt Reviewed-by: dcubed
Tue, 26 Jun 2018 13:55:17 +0200 8144992: Remove OopIterateClosure::idempotent
stefank [Tue, 26 Jun 2018 13:55:17 +0200] rev 50801
8144992: Remove OopIterateClosure::idempotent Reviewed-by: pliden, kbarrett
Tue, 26 Jun 2018 13:54:19 +0200 8205607: Use oop_iterate instead of oop_iterate_no_header
stefank [Tue, 26 Jun 2018 13:54:19 +0200] rev 50800
8205607: Use oop_iterate instead of oop_iterate_no_header Reviewed-by: pliden, kbarrett
Tue, 26 Jun 2018 12:29:20 -0700 8205701: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java
sspitsyn [Tue, 26 Jun 2018 12:29:20 -0700] rev 50799
8205701: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java Summary: Add the test to the ProblemList.txt Reviewed-by: dcubed
Tue, 26 Jun 2018 14:15:49 -0400 8205648: fix for 8205195 breaks secondary error handling
dcubed [Tue, 26 Jun 2018 14:15:49 -0400] rev 50798
8205648: fix for 8205195 breaks secondary error handling Summary: Only grab Threads_lock in VMError::controlled_crash() when we don't already own it. Reviewed-by: sspitsyn, stuefe
Tue, 26 Jun 2018 14:14:29 -0300 8205696: Undo licence.md
jlaskey [Tue, 26 Jun 2018 14:14:29 -0300] rev 50797
8205696: Undo licence.md Reviewed-by: sundar, hannesw
Tue, 26 Jun 2018 12:42:36 -0400 8205547: FileChannel/CleanerTest.java fails due to expected FD count
rriggs [Tue, 26 Jun 2018 12:42:36 -0400] rev 50796
8205547: FileChannel/CleanerTest.java fails due to expected FD count Reviewed-by: psandoz
Fri, 15 Jun 2018 14:46:04 +0200 8205107: assert(c->Opcode() == Op_SafePoint) failed: broken outer loop
neliasso [Fri, 15 Jun 2018 14:46:04 +0200] rev 50795
8205107: assert(c->Opcode() == Op_SafePoint) failed: broken outer loop Summary: Don't remove safepoint belonging to OuterStripMinedLoopEndNode Reviewed-by: kvn
Tue, 26 Jun 2018 09:33:55 -0700 8205641: Make java/nio/channels/Selector/RacyDeregister.java noisier and flush after prints
bpb [Tue, 26 Jun 2018 09:33:55 -0700] rev 50794
8205641: Make java/nio/channels/Selector/RacyDeregister.java noisier and flush after prints Reviewed-by: alanb
Tue, 26 Jun 2018 09:14:49 -0700 8205400: [Graal] compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java fails with can't be enqueued for compilation on level 4
kvn [Tue, 26 Jun 2018 09:14:49 -0700] rev 50793
8205400: [Graal] compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java fails with can't be enqueued for compilation on level 4 Summary: add -XX:-BackgroundCompilation to tests to eager initialize JVMCI Reviewed-by: thartmann
Tue, 26 Jun 2018 11:14:27 -0400 8203228: Branch-free output conversion for X25519 and X448
apetcher [Tue, 26 Jun 2018 11:14:27 -0400] rev 50792
8203228: Branch-free output conversion for X25519 and X448 Summary: Make some field arithmetic operations for X25519/X448 more resilient against side-channel attacks Reviewed-by: ascarpino
Mon, 25 Jun 2018 23:04:21 +0200 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach
goetz [Mon, 25 Jun 2018 23:04:21 +0200] rev 50791
8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach Reviewed-by: jgeorge, cjplummer
Tue, 26 Jun 2018 09:52:21 -0400 8205422: assert(false) failed: Bad verification_type_info
hseigel [Tue, 26 Jun 2018 09:52:21 -0400] rev 50790
8205422: assert(false) failed: Bad verification_type_info Summary: Instead of asserting, print out the bad value Reviewed-by: lfoltan, coleenp
Tue, 26 Jun 2018 13:16:40 +0100 8205671: Remove HTTP Client tests erroneously problem listed by the TLS 1.3 integration
chegar [Tue, 26 Jun 2018 13:16:40 +0100] rev 50789
8205671: Remove HTTP Client tests erroneously problem listed by the TLS 1.3 integration Reviewed-by: dfuchs, michaelm
Tue, 26 Jun 2018 18:55:48 +0800 8201815: Use Mozilla Public Suffix List
weijun [Tue, 26 Jun 2018 18:55:48 +0800] rev 50788
8201815: Use Mozilla Public Suffix List Reviewed-by: michaelm, erikj, ihse
Tue, 26 Jun 2018 11:09:42 +0200 8204082: Make names of Young GCs more uniform in logs
tschatzl [Tue, 26 Jun 2018 11:09:42 +0200] rev 50787
8204082: Make names of Young GCs more uniform in logs Summary: All G1 young gcs now start with "Pause Young" plus a more detailed description Reviewed-by: sjohanss
Tue, 26 Jun 2018 09:17:53 +0200 8205342: windows : potential memleaks in getAdapter(s) in NetworkInterface_winXP.c
mbaesken [Tue, 26 Jun 2018 09:17:53 +0200] rev 50786
8205342: windows : potential memleaks in getAdapter(s) in NetworkInterface_winXP.c Reviewed-by: alanb, igerasim, stuefe
Mon, 25 Jun 2018 16:00:56 +0200 8200720: Print additional information in thread dump (times, allocated bytes etc.)
ghaug [Mon, 25 Jun 2018 16:00:56 +0200] rev 50785
8200720: Print additional information in thread dump (times, allocated bytes etc.) Reviewed-by: dholmes, clanger, cjplummer, sspitsyn
Tue, 26 Jun 2018 08:13:02 +0100 8205612: (fc) Files.readAllBytes fails with ClosedByInterruptException when interrupt status set
alanb [Tue, 26 Jun 2018 08:13:02 +0100] rev 50784
8205612: (fc) Files.readAllBytes fails with ClosedByInterruptException when interrupt status set Reviewed-by: bpb
Mon, 25 Jun 2018 22:28:04 -0700 8205623: Replace use of Class::getPackage with Class::getPackageName
mchung [Mon, 25 Jun 2018 22:28:04 -0700] rev 50783
8205623: Replace use of Class::getPackage with Class::getPackageName Reviewed-by: jjg, erikj
Mon, 25 Jun 2018 22:27:09 -0700 8205627: Replace hardcoded spec version value in build.tools.ExtLink taglet
mchung [Mon, 25 Jun 2018 22:27:09 -0700] rev 50782
8205627: Replace hardcoded spec version value in build.tools.ExtLink taglet Reviewed-by: jjg, erikj
Mon, 25 Jun 2018 20:58:01 -0700 8205649: Make clang stack flags independent of OS
martin [Mon, 25 Jun 2018 20:58:01 -0700] rev 50781
8205649: Make clang stack flags independent of OS Reviewed-by: erikj
Mon, 25 Jun 2018 20:08:05 -0700 8194152: sun/security/tools/jarsigner/AltProvider.java failed on de-DE locale
xiaofeya [Mon, 25 Jun 2018 20:08:05 -0700] rev 50780
8194152: sun/security/tools/jarsigner/AltProvider.java failed on de-DE locale Reviewed-by: naoto Contributed-by: dan.z.zhou@oracle.com
Mon, 25 Jun 2018 20:03:46 -0700 8196213: sun/security/tools/jarsigner/warnings/NoTimestampTest.java test fails on ar_SA locale.
xiaofeya [Mon, 25 Jun 2018 20:03:46 -0700] rev 50779
8196213: sun/security/tools/jarsigner/warnings/NoTimestampTest.java test fails on ar_SA locale. Reviewed-by: naoto Contributed-by: dan.z.zhou@oracle.com
Tue, 26 Jun 2018 10:43:50 +0800 8202299: Java Keystore fails to load PKCS12/PFX certificates created in WindowsServer2016
weijun [Tue, 26 Jun 2018 10:43:50 +0800] rev 50778
8202299: Java Keystore fails to load PKCS12/PFX certificates created in WindowsServer2016 Reviewed-by: mullan, xuelei
Tue, 26 Jun 2018 10:43:43 +0800 8202608: CommonSeeder test needs a white-box testing mechanism to replace the default entropy source
weijun [Tue, 26 Jun 2018 10:43:43 +0800] rev 50777
8202608: CommonSeeder test needs a white-box testing mechanism to replace the default entropy source Reviewed-by: xuelei
Mon, 25 Jun 2018 18:49:30 -0700 8205455: jdeprscan issues annotation processor warning regarding RELEASE_10
smarks [Mon, 25 Jun 2018 18:49:30 -0700] rev 50776
8205455: jdeprscan issues annotation processor warning regarding RELEASE_10 Reviewed-by: jjg
Mon, 25 Jun 2018 18:01:42 -0700 8205184: Delegating Iterator implementations that don't delegate forEachRemaining()
martin [Mon, 25 Jun 2018 18:01:42 -0700] rev 50775
8205184: Delegating Iterator implementations that don't delegate forEachRemaining() Reviewed-by: psandoz Contributed-by: Tobias Thierer <tobiast@google.com>, Martin Buchholz <martinrb@google.com>
Mon, 25 Jun 2018 17:11:27 -0700 8201610: Broken link on the page api/java.rmi/java/rmi/server/UnicastRemoteObject.html
smarks [Mon, 25 Jun 2018 17:11:27 -0700] rev 50774
8201610: Broken link on the page api/java.rmi/java/rmi/server/UnicastRemoteObject.html Reviewed-by: psandoz, lancea
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip