Mon, 05 Mar 2018 13:10:31 -0800 8199050: reenable concurrent execution of compiler tests
iignatyev [Mon, 05 Mar 2018 13:10:31 -0800] rev 49343
8199050: reenable concurrent execution of compiler tests Reviewed-by: kvn
Fri, 23 Feb 2018 21:38:12 +0100 8198571: [JVMCI] must not install wide vector code unless runtime supports it
dnsimon [Fri, 23 Feb 2018 21:38:12 +0100] rev 49342
8198571: [JVMCI] must not install wide vector code unless runtime supports it Reviewed-by: kvn
Mon, 05 Mar 2018 14:24:45 -0500 8198447: Remove ClassLoaderExt::check().
jiangli [Mon, 05 Mar 2018 14:24:45 -0500] rev 49341
8198447: Remove ClassLoaderExt::check(). Summary: ClassLoaderExt::check() is no longer needed, remove. Reviewed-by: lfoltan, ccheung
Mon, 05 Mar 2018 10:29:23 -0500 8191102: Incorrect include file use in classLoader.hpp
hseigel [Mon, 05 Mar 2018 10:29:23 -0500] rev 49340
8191102: Incorrect include file use in classLoader.hpp Summary: Move appropriate methods to <fiile>.inline.hpp files. Create <file>.inline.hpp files when needed. Reviewed-by: coleenp, dholmes
Mon, 05 Mar 2018 13:15:10 +0100 8198957: Remove unused function ArgumentsExt::set_gc_specific_flags
ehelin [Mon, 05 Mar 2018 13:15:10 +0100] rev 49339
8198957: Remove unused function ArgumentsExt::set_gc_specific_flags Reviewed-by: sjohanss, tschatzl
Mon, 05 Mar 2018 13:07:04 +0100 8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy
ehelin [Mon, 05 Mar 2018 13:07:04 +0100] rev 49338
8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy Reviewed-by: tschatzl, sjohanss
Mon, 05 Mar 2018 11:32:17 +0100 8197847: Remove unused file g1ParScanThreadState_ext.cpp
ehelin [Mon, 05 Mar 2018 11:32:17 +0100] rev 49337
8197847: Remove unused file g1ParScanThreadState_ext.cpp Reviewed-by: sjohanss, eosterlund
Mon, 05 Mar 2018 11:16:23 +0100 8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext
ehelin [Mon, 05 Mar 2018 11:16:23 +0100] rev 49336
8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext Reviewed-by: sjohanss, eosterlund
Sun, 04 Mar 2018 22:24:06 -0800 8196121: runtime/appcds/ClassLoaderTest.java fails silently
iklam [Sun, 04 Mar 2018 22:24:06 -0800] rev 49335
8196121: runtime/appcds/ClassLoaderTest.java fails silently Reviewed-by: mseledtsov, jiangli, ccheung
Sun, 04 Mar 2018 20:57:46 -0500 8198845: Missing resource mark results disassembling generated code failure in hs error report
zgu [Sun, 04 Mar 2018 20:57:46 -0500] rev 49334
8198845: Missing resource mark results disassembling generated code failure in hs error report Summary: Fixed secondary failure due to missing resource mark while disassembling nmethod Reviewed-by: coleenp, stuefe, dholmes
Sat, 03 Mar 2018 23:56:08 -0500 8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp
kbarrett [Sat, 03 Mar 2018 23:56:08 -0500] rev 49333
8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp Summary: Add shared safepoint state assertion macros. Reviewed-by: coleenp, eosterlund
Fri, 02 Mar 2018 17:33:59 -0800 8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump
ccheung [Fri, 02 Mar 2018 17:33:59 -0800] rev 49332
8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump Summary: allow loading of non-boot classes during CDS dumping but only add boot classes to the archive Reviewed-by: kvn, iklam, jiangli
Fri, 02 Mar 2018 21:00:12 +0100 Merge
jwilhelm [Fri, 02 Mar 2018 21:00:12 +0100] rev 49331
Merge
Fri, 02 Mar 2018 15:02:26 -0800 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn [Fri, 02 Mar 2018 15:02:26 -0800] rev 49330
8198789: [TESTBUG] CTW of java.base and java.desktop takes long time Summary: move long running tests into separate CTW task Reviewed-by: iignatyev, dlong
Fri, 02 Mar 2018 17:25:55 -0500 8194759: Support caching class mirror objects.
jiangli [Fri, 02 Mar 2018 17:25:55 -0500] rev 49329
8194759: Support caching class mirror objects. Summary: Support archiving mirror objects for shared classes in 'open' archive java heap region. Reviewed-by: coleenp, iklam, mseledtsov, tschatzl
Fri, 02 Mar 2018 10:42:32 -0800 8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris
dtitov [Fri, 02 Mar 2018 10:42:32 -0800] rev 49328
8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris Reviewed-by: sspitsyn, dholmes
Fri, 02 Mar 2018 14:47:52 +0100 8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set
ehelin [Fri, 02 Mar 2018 14:47:52 +0100] rev 49327
8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set Reviewed-by: sjohanss, eosterlund
Fri, 02 Mar 2018 11:43:19 +0100 8198833: TestMemoryAwareness Docker container fails with too small maximum heap
rehn [Fri, 02 Mar 2018 11:43:19 +0100] rev 49326
8198833: TestMemoryAwareness Docker container fails with too small maximum heap Reviewed-by: bobv, dholmes
Fri, 02 Mar 2018 10:51:53 +0100 8198896: Remove dead code: cardTableModRefBSForCTRS.hpp
eosterlund [Fri, 02 Mar 2018 10:51:53 +0100] rev 49325
8198896: Remove dead code: cardTableModRefBSForCTRS.hpp Reviewed-by: pliden, kbarrett
Fri, 02 Mar 2018 11:06:51 +0100 8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions
thartmann [Fri, 02 Mar 2018 11:06:51 +0100] rev 49324
8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions Summary: Save and restore pending exception while executing stack verification code at deoptimization. Reviewed-by: kvn, dholmes
Fri, 02 Mar 2018 10:09:08 +0100 8198424: Remove G1AllocationContext
sjohanss [Fri, 02 Mar 2018 10:09:08 +0100] rev 49323
8198424: Remove G1AllocationContext Reviewed-by: ehelin, tschatzl
Fri, 02 Mar 2018 10:09:05 +0100 8198433: Remove WhiteBox extension point
sjohanss [Fri, 02 Mar 2018 10:09:05 +0100] rev 49322
8198433: Remove WhiteBox extension point Reviewed-by: ehelin, dholmes, tschatzl
Fri, 02 Mar 2018 10:09:04 +0100 8198432: Remove Thread extension point
sjohanss [Fri, 02 Mar 2018 10:09:04 +0100] rev 49321
8198432: Remove Thread extension point Reviewed-by: ehelin, dholmes, tschatzl
Fri, 02 Mar 2018 10:09:02 +0100 8198431: Remove G1FullCollector extension point
sjohanss [Fri, 02 Mar 2018 10:09:02 +0100] rev 49320
8198431: Remove G1FullCollector extension point Reviewed-by: ehelin, tschatzl
Fri, 02 Mar 2018 10:09:01 +0100 8198430: Remove G1Allocator extension point
sjohanss [Fri, 02 Mar 2018 10:09:01 +0100] rev 49319
8198430: Remove G1Allocator extension point Reviewed-by: ehelin, tschatzl
Fri, 02 Mar 2018 09:20:16 +0100 8197842: Remove unused macros VM_STRUCTS_EXT and VM_TYPES_EXT
ehelin [Fri, 02 Mar 2018 09:20:16 +0100] rev 49318
8197842: Remove unused macros VM_STRUCTS_EXT and VM_TYPES_EXT Reviewed-by: sjohanss, lfoltan
Fri, 02 Mar 2018 03:14:49 -0500 8198906: JDK-8196882 breaks VS2013 Win32 builds
kbarrett [Fri, 02 Mar 2018 03:14:49 -0500] rev 49317
8198906: JDK-8196882 breaks VS2013 Win32 builds Summary: Add cast to eliminate warning. Reviewed-by: dholmes, stuefe
Fri, 23 Mar 2018 11:14:43 -0700 Merge
prr [Fri, 23 Mar 2018 11:14:43 -0700] rev 49316
Merge
Fri, 23 Mar 2018 11:18:39 +0530 7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader
jdv [Fri, 23 Mar 2018 11:18:39 +0530] rev 49315
7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader Reviewed-by: prr, pnarayanan
Thu, 22 Mar 2018 17:02:40 -0700 4912693: Behavior of null arguments not specified in Java Sound
serb [Thu, 22 Mar 2018 17:02:40 -0700] rev 49314
4912693: Behavior of null arguments not specified in Java Sound Reviewed-by: prr
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip