Wed, 28 Nov 2018 13:24:56 +0300 8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp
dchuyko [Wed, 28 Nov 2018 13:24:56 +0300] rev 52718
8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp Reviewed-by: rkennke, shade
Wed, 28 Nov 2018 11:06:27 +0100 8213791: StringTable: Use get and insert
rehn [Wed, 28 Nov 2018 11:06:27 +0100] rev 52717
8213791: StringTable: Use get and insert Reviewed-by: eosterlund, gziemski
Wed, 28 Nov 2018 11:06:58 +0100 8213996: Remove one of the SparsePRT entry tables
tschatzl [Wed, 28 Nov 2018 11:06:58 +0100] rev 52716
8213996: Remove one of the SparsePRT entry tables Summary: Remove unused functionality in SparsePRT Reviewed-by: shade, sjohanss
Wed, 28 Nov 2018 10:52:01 +0100 8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout
tschatzl [Wed, 28 Nov 2018 10:52:01 +0100] rev 52715
8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout Summary: Disable CMS precleaning to avoid accumulating too many classloaders to unload. Reviewed-by: kbarrett, sangheki
Wed, 28 Nov 2018 10:00:41 +0100 8178317: Create man pages using pandoc from markdown sources
ihse [Wed, 28 Nov 2018 10:00:41 +0100] rev 52714
8178317: Create man pages using pandoc from markdown sources Reviewed-by: erikj
Tue, 27 Nov 2018 15:56:10 +0100 8214373: adjust usage of ReleaseLongArrayElements in MacosxDebuggerLocal
mbaesken [Tue, 27 Nov 2018 15:56:10 +0100] rev 52713
8214373: adjust usage of ReleaseLongArrayElements in MacosxDebuggerLocal Reviewed-by: stuefe, jcbeyler
Tue, 27 Nov 2018 14:49:13 +0100 8214362: C2: gc interface entry point for split if
roland [Tue, 27 Nov 2018 14:49:13 +0100] rev 52712
8214362: C2: gc interface entry point for split if Reviewed-by: rkennke, thartmann
Tue, 27 Nov 2018 09:35:02 +0100 8214172: GC interface entry points for loop opts
roland [Tue, 27 Nov 2018 09:35:02 +0100] rev 52711
8214172: GC interface entry points for loop opts Reviewed-by: kvn, rkennke
Wed, 28 Nov 2018 15:34:43 +0800 8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library
mli [Wed, 28 Nov 2018 15:34:43 +0800] rev 52710
8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library Reviewed-by: igerasim
Wed, 28 Nov 2018 10:21:07 +0530 8202621: bad test with broken links needs to be updated
pmuthuswamy [Wed, 28 Nov 2018 10:21:07 +0530] rev 52709
8202621: bad test with broken links needs to be updated Reviewed-by: hannesw
Wed, 28 Nov 2018 09:37:03 +0530 8213921: Use {@systemProperty} tag for properties listed in "Networking Properties"
pmuthuswamy [Wed, 28 Nov 2018 09:37:03 +0530] rev 52708
8213921: Use {@systemProperty} tag for properties listed in "Networking Properties" Reviewed-by: chegar
Tue, 27 Nov 2018 22:02:52 -0500 8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0
dholmes [Tue, 27 Nov 2018 22:02:52 -0500] rev 52707
8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0 Summary: skip non-JavaThreads that have not reached a minimal initialization point - setting their stack size Reviewed-by: kbarrett, stuefe
Tue, 27 Nov 2018 21:20:16 -0500 8214208: Nestmate package validation logging/exception should include classloader information
dholmes [Tue, 27 Nov 2018 21:20:16 -0500] rev 52706
8214208: Nestmate package validation logging/exception should include classloader information Reviewed-by: hseigel, coleenp, mchung
Tue, 27 Nov 2018 19:46:57 -0500 8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing
coleenp [Tue, 27 Nov 2018 19:46:57 -0500] rev 52705
8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing Summary: call WB_ProtectionDomainRemovedCount. Reviewed-by: jiangli, pchilanomate
Tue, 27 Nov 2018 15:52:34 -0800 8213914: [TESTBUG] Several JFR VM events are not covered by tests
mseledtsov [Tue, 27 Nov 2018 15:52:34 -0800] rev 52704
8213914: [TESTBUG] Several JFR VM events are not covered by tests Summary: Fixed several relevant test issues, added a test to check event coverage Reviewed-by: egahlin
Tue, 27 Nov 2018 18:35:16 -0500 8202415: Incorrect time logged for monitor deflation
dcubed [Tue, 27 Nov 2018 18:35:16 -0500] rev 52703
8202415: Incorrect time logged for monitor deflation Summary: Add support for "deflating per-thread idle monitors" log mesgs. Reviewed-by: dholmes, coleenp
Tue, 27 Nov 2018 17:53:17 -0500 8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
jiangli [Tue, 27 Nov 2018 17:53:17 -0500] rev 52702
8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap Summary: Improve the fragmentation error message. Set java heap size in LotsOfClasses.java. Reviewed-by: iklam, ccheung
Tue, 27 Nov 2018 13:39:57 -0500 8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly
pchilanomate [Tue, 27 Nov 2018 13:39:57 -0500] rev 52701
8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly Summary: "waiting to re-lock in wait()" is now shown in the frame where relocking is taking place Reviewed-by: dholmes, dcubed
Tue, 27 Nov 2018 11:28:47 -0800 8213911: Use example.com in java.net and other examples
darcy [Tue, 27 Nov 2018 11:28:47 -0800] rev 52700
8213911: Use example.com in java.net and other examples Reviewed-by: prappo, chegar, rriggs, mullan
Tue, 27 Nov 2018 09:40:32 -0800 8177286: AttributeSet: attempt to compare Qname and String
joehw [Tue, 27 Nov 2018 09:40:32 -0800] rev 52699
8177286: AttributeSet: attempt to compare Qname and String Reviewed-by: lancea
Tue, 27 Nov 2018 18:14:27 +0100 8214287: SpecJbb2005StressModule got uncaught exception
mgronlun [Tue, 27 Nov 2018 18:14:27 +0100] rev 52698
8214287: SpecJbb2005StressModule got uncaught exception Reviewed-by: egahlin, jwilhelm
Tue, 27 Nov 2018 11:07:44 -0500 8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body
vromero [Tue, 27 Nov 2018 11:07:44 -0500] rev 52697
8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body Reviewed-by: mcimadamore
Mon, 26 Nov 2018 14:04:23 +0100 8214297: testbug : missing fclose in jvmti_aod.cpp
mbaesken [Mon, 26 Nov 2018 14:04:23 +0100] rev 52696
8214297: testbug : missing fclose in jvmti_aod.cpp Reviewed-by: coleenp, stuefe
Tue, 27 Nov 2018 13:02:28 +0100 8213716: javadoc search not working with Japanese and Chinese locales
hannesw [Tue, 27 Nov 2018 13:02:28 +0100] rev 52695
8213716: javadoc search not working with Japanese and Chinese locales Reviewed-by: jjg
Tue, 27 Nov 2018 11:09:53 +0000 8214295: Populate handlers while holding streamHandlerLock
coffeys [Tue, 27 Nov 2018 11:09:53 +0000] rev 52694
8214295: Populate handlers while holding streamHandlerLock Reviewed-by: chegar
Mon, 26 Nov 2018 17:35:35 +0100 8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
roland [Mon, 26 Nov 2018 17:35:35 +0100] rev 52693
8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation Reviewed-by: kvn
Mon, 26 Nov 2018 22:49:57 -0800 8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"
dlong [Mon, 26 Nov 2018 22:49:57 -0800] rev 52692
8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event" Reviewed-by: iklam, kvn
Tue, 27 Nov 2018 07:54:06 +0100 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe [Tue, 27 Nov 2018 07:54:06 +0100] rev 52691
8213834: JVMTI ResourceExhausted should not be posted in CompilerThread Reviewed-by: dholmes, dcubed, jcbeyler, sspitsyn
Mon, 26 Nov 2018 20:50:21 -0800 8214321: Misleading code in SSLCipher
xuelei [Mon, 26 Nov 2018 20:50:21 -0800] rev 52690
8214321: Misleading code in SSLCipher Reviewed-by: ascarpino
Tue, 27 Nov 2018 08:51:20 +0800 8214100: use of keystore probing results in unnecessary exception thrown
weijun [Tue, 27 Nov 2018 08:51:20 +0800] rev 52689
8214100: use of keystore probing results in unnecessary exception thrown Reviewed-by: mullan
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip