Wed, 28 Mar 2018 16:39:32 +0200 8197573: Remove concurrent cleanup and secondary free list handling
tschatzl [Wed, 28 Mar 2018 16:39:32 +0200] rev 49632
8197573: Remove concurrent cleanup and secondary free list handling Summary: Remove secondary free list and all associated functionality, moving the cleanup work into the Cleanup pause instead. Reviewed-by: sangheki, sjohanss
Mon, 26 Mar 2018 17:01:32 +0200 8200292: Move PushAndMarkVerifyClosure::do_oop_work to concurrentMarkSweepGeneration.cpp
stefank [Mon, 26 Mar 2018 17:01:32 +0200] rev 49631
8200292: Move PushAndMarkVerifyClosure::do_oop_work to concurrentMarkSweepGeneration.cpp Reviewed-by: tschatzl, sjohanss
Wed, 28 Mar 2018 11:38:47 +0200 8199927: Make WhiteBox more GC agnostic
pliden [Wed, 28 Mar 2018 11:38:47 +0200] rev 49630
8199927: Make WhiteBox more GC agnostic Reviewed-by: shade, eosterlund
Wed, 28 Mar 2018 11:38:47 +0200 8199925: Break out GC selection logic from GCArguments to GCConfig
pliden [Wed, 28 Mar 2018 11:38:47 +0200] rev 49629
8199925: Break out GC selection logic from GCArguments to GCConfig Reviewed-by: eosterlund, rkennke
Wed, 28 Mar 2018 11:38:47 +0200 8199918: Shorten names of CollectedHeap::Name members
pliden [Wed, 28 Mar 2018 11:38:47 +0200] rev 49628
8199918: Shorten names of CollectedHeap::Name members Reviewed-by: shade, eosterlund
Wed, 28 Mar 2018 11:27:35 +0200 8198915: [Graal] 3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins
simonis [Wed, 28 Mar 2018 11:27:35 +0200] rev 49627
8198915: [Graal] 3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins Reviewed-by: kvn, thartmann
Wed, 28 Mar 2018 10:49:07 +0200 8200245: Zero fails to build on linux-ia64 due to ia64-specific cruft
glaubitz [Wed, 28 Mar 2018 10:49:07 +0200] rev 49626
8200245: Zero fails to build on linux-ia64 due to ia64-specific cruft Reviewed-by: dholmes, stuefe
Wed, 28 Mar 2018 09:21:05 +0200 8200168: Remove DONT_USE_REGISTER_DEFINES on Sparc
pliden [Wed, 28 Mar 2018 09:21:05 +0200] rev 49625
8200168: Remove DONT_USE_REGISTER_DEFINES on Sparc Reviewed-by: kvn, eosterlund
Wed, 28 Mar 2018 09:16:07 +0200 8200297: Build failures after JDK-8198691 (CodeHeap State Analytics)
stuefe [Wed, 28 Mar 2018 09:16:07 +0200] rev 49624
8200297: Build failures after JDK-8198691 (CodeHeap State Analytics) Reviewed-by: shade, kvn
Wed, 28 Mar 2018 09:12:45 +0200 8200290: Scratch buffer creation fails with "assert(!current_thread_in_native()) failed: must not be in native" on SPARC
thartmann [Wed, 28 Mar 2018 09:12:45 +0200] rev 49623
8200290: Scratch buffer creation fails with "assert(!current_thread_in_native()) failed: must not be in native" on SPARC Summary: The code needs to be changed after JDK-8167372 to transition from native. Reviewed-by: kvn
Tue, 27 Mar 2018 18:31:25 +0200 8200302: ppc, s390 (non-pch) build errors
stuefe [Tue, 27 Mar 2018 18:31:25 +0200] rev 49622
8200302: ppc, s390 (non-pch) build errors Reviewed-by: coleenp, lfoltan
Tue, 27 Mar 2018 11:53:23 -0400 8200276: Cleanup allocation.hpp includes
coleenp [Tue, 27 Mar 2018 11:53:23 -0400] rev 49621
8200276: Cleanup allocation.hpp includes Reviewed-by: stefank, hseigel
Tue, 27 Mar 2018 17:30:55 +0200 8200246: AIX build fails after adjustments of src/hotspot/share/trace/traceEventClasses.xsl
mbaesken [Tue, 27 Mar 2018 17:30:55 +0200] rev 49620
8200246: AIX build fails after adjustments of src/hotspot/share/trace/traceEventClasses.xsl Reviewed-by: clanger, stuefe
Tue, 27 Mar 2018 14:40:19 +0200 8200299: Non-PCH build for aarch64 fails
shade [Tue, 27 Mar 2018 14:40:19 +0200] rev 49619
8200299: Non-PCH build for aarch64 fails Reviewed-by: thartmann, stuefe
Tue, 27 Mar 2018 11:51:39 +0200 8200230: [Graal] Compilations should not be enqueued before Graal is initialized
thartmann [Tue, 27 Mar 2018 11:51:39 +0200] rev 49618
8200230: [Graal] Compilations should not be enqueued before Graal is initialized Summary: Split compiler initialization into two phases to avoid compilations being enqueued before Graal is initialized. Reviewed-by: kvn, dnsimon
Tue, 27 Mar 2018 11:13:11 +0200 8200227: [Graal] Test times out with Graal due to low compile threshold
thartmann [Tue, 27 Mar 2018 11:13:11 +0200] rev 49617
8200227: [Graal] Test times out with Graal due to low compile threshold Summary: Removed unnecessary VM options from test to avoid timeouts with Graal. Reviewed-by: kvn
Tue, 27 Mar 2018 11:05:01 +0200 8193067: gc/g1/TestVerifyGCType.java still unstable
tschatzl [Tue, 27 Mar 2018 11:05:01 +0200] rev 49616
8193067: gc/g1/TestVerifyGCType.java still unstable Summary: Fix number of gc threads and heap waste percentage to trigger mixed gcs reproducibly Reviewed-by: sjohanss, pliden
Tue, 27 Mar 2018 10:03:47 +0200 8200232: Build failures after JDK-8200106 (Move NoSafepointVerifier out from gcLocker.hpp)
shade [Tue, 27 Mar 2018 10:03:47 +0200] rev 49615
8200232: Build failures after JDK-8200106 (Move NoSafepointVerifier out from gcLocker.hpp) Reviewed-by: stefank, tschatzl, dholmes, stuefe, coleenp
Mon, 26 Mar 2018 18:16:12 -0700 8200067: Add support for vpclmulqdq for crc32
srukmannagar [Mon, 26 Mar 2018 18:16:12 -0700] rev 49614
8200067: Add support for vpclmulqdq for crc32 Reviewed-by: kvn
Mon, 26 Mar 2018 17:40:54 -0700 8199793: [Graal] runtime/CommandLine/PrintTouchedMethods.java crashes with assertion "reference count underflow for symbol"
iklam [Mon, 26 Mar 2018 17:40:54 -0700] rev 49613
8199793: [Graal] runtime/CommandLine/PrintTouchedMethods.java crashes with assertion "reference count underflow for symbol" Summary: Remove Symbol::set_permanent to avoid possible race conditions Reviewed-by: coleenp, dholmes, thartmann
Mon, 26 Mar 2018 19:00:47 -0400 8200202: Remove unused _boot_modules_array and _platform_modules_array from classLoader.*.
jiangli [Mon, 26 Mar 2018 19:00:47 -0400] rev 49612
8200202: Remove unused _boot_modules_array and _platform_modules_array from classLoader.*. Summary: Remove unused _boot_modules_array and _platform_modules_array. Reviewed-by: coleenp
Mon, 26 Mar 2018 12:59:45 -0700 8198691: CodeHeap State Analytics
lucy [Mon, 26 Mar 2018 12:59:45 -0700] rev 49611
8198691: CodeHeap State Analytics Reviewed-by: kvn, thartmann
Mon, 26 Mar 2018 08:17:56 -0400 8057732: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java: Invalid PerfMemory size
gadams [Mon, 26 Mar 2018 08:17:56 -0400] rev 49610
8057732: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java: Invalid PerfMemory size Reviewed-by: cjplummer
Mon, 26 Mar 2018 09:27:24 -0700 8049695: nsk/jdb/options/connect/connect003 fails with "Launched jdb could not attach to debuggee during 300000 milliseconds"
amenkov [Mon, 26 Mar 2018 09:27:24 -0700] rev 49609
8049695: nsk/jdb/options/connect/connect003 fails with "Launched jdb could not attach to debuggee during 300000 milliseconds" Reviewed-by: dholmes, sspitsyn, cjplummer
Mon, 26 Mar 2018 16:51:43 +0200 8196485: FromCardCache default card index can cause crashes
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49608
8196485: FromCardCache default card index can cause crashes Summary: The default value of -1 for 32 bit card indices is a regular card value at the border of 2TB heap addresses in the from card cache, so G1 may loose remembered set entries. Extend from card cache entries to 64 bits. Reviewed-by: shade, sjohanss Contributed-by: Thomas Schatzl <thomas.schatzl@oracle.com>, Jarkko Miettinen <jarkko.miettinen@relex.fi>
Mon, 26 Mar 2018 16:51:43 +0200 8180415: Rebuild remembered sets during the concurrent cycle
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49607
8180415: Rebuild remembered sets during the concurrent cycle Summary: In general maintain remembered sets of old regions only from the start of the concurrent cycle to the mixed gc they are used, at most until the end of the mixed phase. Reviewed-by: sjohanss, sangheki
Mon, 26 Mar 2018 16:51:43 +0200 8197850: Calculate liveness in regions during marking
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49606
8197850: Calculate liveness in regions during marking Reviewed-by: sjohanss, sangheki
Mon, 26 Mar 2018 16:51:43 +0200 8197570: Make rules for choosing collection set candidates more explicit
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49605
8197570: Make rules for choosing collection set candidates more explicit Reviewed-by: sangheki, sjohanss
Mon, 26 Mar 2018 16:51:41 +0200 8197569: Refactor eager reclaim for concurrent remembered set rebuilding
tschatzl [Mon, 26 Mar 2018 16:51:41 +0200] rev 49604
8197569: Refactor eager reclaim for concurrent remembered set rebuilding Summary: Expose information about eager reclaim region selection. Reviewed-by: sjohanss, sangheki
Mon, 26 Mar 2018 10:19:31 -0400 8199007: ClassLoaderDataGraph::unload_list_contains() is wrong
coleenp [Mon, 26 Mar 2018 10:19:31 -0400] rev 49603
8199007: ClassLoaderDataGraph::unload_list_contains() is wrong Summary: The function isn't needed any longer. Reviewed-by: stuefe, stefank
Mon, 26 Mar 2018 12:44:39 +0200 8199850: Move parsing of VerifyGCType to G1
pliden [Mon, 26 Mar 2018 12:44:39 +0200] rev 49602
8199850: Move parsing of VerifyGCType to G1 Reviewed-by: sjohanss, tschatzl
Mon, 26 Mar 2018 09:35:20 -0400 8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp
coleenp [Mon, 26 Mar 2018 09:35:20 -0400] rev 49601
8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp Summary: We should avoid having global locks buried in cpp files Reviewed-by: tschatzl, lfoltan, gtriantafill, stuefe
Tue, 20 Mar 2018 15:38:00 +0100 8197931: Null pointer dereference in Unique_Node_List::push of node.hpp:1510
roland [Tue, 20 Mar 2018 15:38:00 +0100] rev 49600
8197931: Null pointer dereference in Unique_Node_List::push of node.hpp:1510 Reviewed-by: dlong, thartmann
Fri, 23 Mar 2018 16:25:47 +0100 8196865: G1 log for active workers is wrong
lkorinth [Fri, 23 Mar 2018 16:25:47 +0100] rev 49599
8196865: G1 log for active workers is wrong Reviewed-by: tschatzl, sjohanss
Mon, 26 Mar 2018 10:03:31 +0200 8200203: Missing platform definitions for ia64
glaubitz [Mon, 26 Mar 2018 10:03:31 +0200] rev 49598
8200203: Missing platform definitions for ia64 Reviewed-by: ihse, stuefe
Fri, 23 Mar 2018 23:57:48 +0000 8200197: Zero fails to build after 8200105
enevill [Fri, 23 Mar 2018 23:57:48 +0000] rev 49597
8200197: Zero fails to build after 8200105 Reviewed-by: coleenp
Sat, 24 Mar 2018 13:39:07 -0700 8198655: test/lib/jdk/test/lib/apps/LingeredApp shouldn't inherit cout/cerr
cjplummer [Sat, 24 Mar 2018 13:39:07 -0700] rev 49596
8198655: test/lib/jdk/test/lib/apps/LingeredApp shouldn't inherit cout/cerr Summary: no longer force stderr to console. Copy app's output to Sytem.err. Reviewed-by: sspitsyn, dholmes, iignatyev, clanger
Sat, 24 Mar 2018 01:08:35 +0100 Merge
jwilhelm [Sat, 24 Mar 2018 01:08:35 +0100] rev 49595
Merge
Fri, 23 Mar 2018 18:54:12 +0100 8200106: Move NoSafepointVerifier out from gcLocker.hpp
stefank [Fri, 23 Mar 2018 18:54:12 +0100] rev 49594
8200106: Move NoSafepointVerifier out from gcLocker.hpp Reviewed-by: coleenp
Thu, 15 Mar 2018 21:29:36 +0100 8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp
stefank [Thu, 15 Mar 2018 21:29:36 +0100] rev 49593
8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp Reviewed-by: coleenp, kbarrett
Thu, 15 Mar 2018 21:24:10 +0100 8199946: Move load/store and encode/decode out of oopDesc
stefank [Thu, 15 Mar 2018 21:24:10 +0100] rev 49592
8199946: Move load/store and encode/decode out of oopDesc Reviewed-by: eosterlund, coleenp, tschatzl
Fri, 23 Mar 2018 12:55:39 +0100 8200113: Make Access load proxys smarter
eosterlund [Fri, 23 Mar 2018 12:55:39 +0100] rev 49591
8200113: Make Access load proxys smarter Reviewed-by: stefank, pliden
Thu, 22 Mar 2018 12:34:31 +0100 8200111: MallocArrayAllocator::free should not take a length parameter
stefank [Thu, 22 Mar 2018 12:34:31 +0100] rev 49590
8200111: MallocArrayAllocator::free should not take a length parameter Reviewed-by: gtriantafill, coleenp, tschatzl
Fri, 13 Apr 2018 09:06:37 +0800 8078221: java/rmi/Naming/DefaultRegistryPort.java fails intermittently
mli [Fri, 13 Apr 2018 09:06:37 +0800] rev 49589
8078221: java/rmi/Naming/DefaultRegistryPort.java fails intermittently Reviewed-by: rriggs
Fri, 13 Apr 2018 01:04:33 +0200 8152821: Merge jdk.internal.misc.JavaSecurityAccess and jdk.internal.misc.JavaSecurityProtectionDomainAccess shared secrets
redestad [Fri, 13 Apr 2018 01:04:33 +0200] rev 49588
8152821: Merge jdk.internal.misc.JavaSecurityAccess and jdk.internal.misc.JavaSecurityProtectionDomainAccess shared secrets Reviewed-by: mullan
Thu, 12 Apr 2018 15:26:59 -0700 8201508: Macosx builds fail in GenerateLinkOptData.gmk
erikj [Thu, 12 Apr 2018 15:26:59 -0700] rev 49587
8201508: Macosx builds fail in GenerateLinkOptData.gmk Reviewed-by: tbell
Thu, 12 Apr 2018 14:03:46 -0700 8009632: (fs) FileStore.supportsFileAttributeView does not detect user_xattr enabled on ext4
bpb [Thu, 12 Apr 2018 14:03:46 -0700] rev 49586
8009632: (fs) FileStore.supportsFileAttributeView does not detect user_xattr enabled on ext4 Reviewed-by: alanb
Thu, 12 Apr 2018 13:30:58 -0700 8201443: NoSuchMethodException JarFile.open when jar file is used in classpath
sherman [Thu, 12 Apr 2018 13:30:58 -0700] rev 49585
8201443: NoSuchMethodException JarFile.open when jar file is used in classpath Reviewed-by: rriggs, redestad
Thu, 12 Apr 2018 19:12:54 +0000 Merge
lana [Thu, 12 Apr 2018 19:12:54 +0000] rev 49584
Merge
Thu, 12 Apr 2018 18:21:55 +0000 Added tag jdk-11+9 for changeset 0c3e252cea44
lana [Thu, 12 Apr 2018 18:21:55 +0000] rev 49583
Added tag jdk-11+9 for changeset 0c3e252cea44
Thu, 12 Apr 2018 20:20:27 +0200 8201483: Make it possible to disable JVM features
ihse [Thu, 12 Apr 2018 20:20:27 +0200] rev 49582
8201483: Make it possible to disable JVM features Reviewed-by: erikj, stuefe
Thu, 12 Apr 2018 17:23:32 +0200 8201494: Avoid early initialization of java.nio.Bits
redestad [Thu, 12 Apr 2018 17:23:32 +0200] rev 49581
8201494: Avoid early initialization of java.nio.Bits Reviewed-by: rriggs, alanb
Thu, 12 Apr 2018 13:55:20 +0100 8199194: Add javac support for preview features
mcimadamore [Thu, 12 Apr 2018 13:55:20 +0100] rev 49580
8199194: Add javac support for preview features Summary: Add support for preview features and related command line options. Reviewed-by: jjg
Thu, 12 Apr 2018 09:23:34 +0200 8189765: Improve error reporting for compiling against package not visible due to modules
jlahoda [Thu, 12 Apr 2018 09:23:34 +0200] rev 49579
8189765: Improve error reporting for compiling against package not visible due to modules Summary: When looking in other modules for an undefined Symbol, also look into the unnamed module. Reviewed-by: mcimadamore
Thu, 12 Apr 2018 10:19:31 +0800 8197418: Move java/util/RandomAccess/ tests into OpenJDK jdk-11+9
xyin [Thu, 12 Apr 2018 10:19:31 +0800] rev 49578
8197418: Move java/util/RandomAccess/ tests into OpenJDK Reviewed-by: psandoz
Wed, 11 Apr 2018 14:52:32 -0400 8201440: javac should create unique DynamicMethodSymbols at LambdaToMethod
vromero [Wed, 11 Apr 2018 14:52:32 -0400] rev 49577
8201440: javac should create unique DynamicMethodSymbols at LambdaToMethod Reviewed-by: mcimadamore Contributed-by: bsrbnd@gmail.com
Wed, 11 Apr 2018 11:11:13 -0700 8199875: Require first parameter type of a condy bootstrap to be Lookup
psandoz [Wed, 11 Apr 2018 11:11:13 -0700] rev 49576
8199875: Require first parameter type of a condy bootstrap to be Lookup Reviewed-by: jrose
Wed, 11 Apr 2018 18:45:08 +0200 8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again
erikj [Wed, 11 Apr 2018 18:45:08 +0200] rev 49575
8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again Reviewed-by: tbell
Wed, 11 Apr 2018 09:14:47 -0700 8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone
naoto [Wed, 11 Apr 2018 09:14:47 -0700] rev 49574
8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone Reviewed-by: erikj, sherman
Wed, 11 Apr 2018 10:19:37 +0100 8196775: java/net/Socket/asyncClose/Race.java failed intermittently on Windows with ConnectException: Connection refused
michaelm [Wed, 11 Apr 2018 10:19:37 +0100] rev 49573
8196775: java/net/Socket/asyncClose/Race.java failed intermittently on Windows with ConnectException: Connection refused Reviewed-by: dfuchs
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip