Wed, 28 Nov 2018 18:16:39 -0800 8214460: MacosX build is broken because of JDK-8214014
smarks [Wed, 28 Nov 2018 18:16:39 -0800] rev 52733
8214460: MacosX build is broken because of JDK-8214014 Reviewed-by: dholmes, tbell
Thu, 29 Nov 2018 02:11:44 +0100 Added tag jdk-12+22 for changeset 732bec44c89e
jwilhelm [Thu, 29 Nov 2018 02:11:44 +0100] rev 52732
Added tag jdk-12+22 for changeset 732bec44c89e
Thu, 29 Nov 2018 07:40:45 +0800 8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries
mli [Thu, 29 Nov 2018 07:40:45 +0800] rev 52731
8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries Reviewed-by: chegar, ctornqvi, dholmes
Wed, 28 Nov 2018 15:25:14 -0800 8211283: Miscellaneous changes imported from jsr166 CVS 2018-11
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52730
8211283: Miscellaneous changes imported from jsr166 CVS 2018-11 Reviewed-by: martin, chegar
Wed, 28 Nov 2018 15:25:14 -0800 8211877: Broken links in java.util.concurrent.atomic
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52729
8211877: Broken links in java.util.concurrent.atomic Reviewed-by: martin, jjg
Wed, 28 Nov 2018 15:25:14 -0800 8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52728
8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec Reviewed-by: martin, dholmes
Wed, 28 Nov 2018 14:28:28 -0800 8213406: (fs) More than one instance of built-in FileSystem observed in heap
martin [Wed, 28 Nov 2018 14:28:28 -0800] rev 52727
8213406: (fs) More than one instance of built-in FileSystem observed in heap Reviewed-by: alanb, cushon, weijun
Wed, 28 Nov 2018 16:05:48 -0500 8214278: Cleanup process_completed_threshold and related state
kbarrett [Wed, 28 Nov 2018 16:05:48 -0500] rev 52726
8214278: Cleanup process_completed_threshold and related state Summary: Change types, normalize names, remove special values. Reviewed-by: tschatzl, sjohanss
Wed, 28 Nov 2018 16:04:36 -0500 8214014: Remove vestiges of gopher: protocol proxy support
rriggs [Wed, 28 Nov 2018 16:04:36 -0500] rev 52725
8214014: Remove vestiges of gopher: protocol proxy support Reviewed-by: lancea, alanb
Wed, 28 Nov 2018 15:53:49 -0500 4947890: Minimize JNI upcalls in system-properties initialization
rriggs [Wed, 28 Nov 2018 15:53:49 -0500] rev 52724
4947890: Minimize JNI upcalls in system-properties initialization Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
Wed, 28 Nov 2018 14:49:19 -0500 8210454: jar tool does not allow setting the module version without also setting the main class
lancea [Wed, 28 Nov 2018 14:49:19 -0500] rev 52723
8210454: jar tool does not allow setting the module version without also setting the main class Reviewed-by: alanb, mchung, chegar
Wed, 28 Nov 2018 11:09:27 -0800 8214408: Migrate EventsOnOff to using the same allocateAndCheck method
jcbeyler [Wed, 28 Nov 2018 11:09:27 -0800] rev 52722
8214408: Migrate EventsOnOff to using the same allocateAndCheck method Summary: Move code to the more stable version used by other tests Reviewed-by: sspitsyn, amenkov
Wed, 28 Nov 2018 10:30:15 -0800 8213117: adoptNode corrupts attribute values jdk-12+22
joehw [Wed, 28 Nov 2018 10:30:15 -0800] rev 52721
8213117: adoptNode corrupts attribute values Reviewed-by: lancea
Wed, 28 Nov 2018 07:51:15 -0800 8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found
iklam [Wed, 28 Nov 2018 07:51:15 -0800] rev 52720
8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found Reviewed-by: lfoltan, sspitsyn, shade
Wed, 28 Nov 2018 13:56:32 +0100 8214343: Handle the absence of Xrandr more generically
simonis [Wed, 28 Nov 2018 13:56:32 +0100] rev 52719
8214343: Handle the absence of Xrandr more generically Reviewed-by: stuefe, erikj, prr
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip