Thu, 10 Aug 2017 12:16:35 -0700 8185790: [JVMCI] getNextStackFrame and materializeVirtualObjects need to forward exceptions
kvn [Thu, 10 Aug 2017 12:16:35 -0700] rev 46794
8185790: [JVMCI] getNextStackFrame and materializeVirtualObjects need to forward exceptions Reviewed-by: kvn, iveresov Contributed-by: lukas.stadler@oracle.com
Thu, 10 Aug 2017 10:38:17 -0700 8185950: [JVMCI] fix NPE possibility in HotSpotSpeculationLog.speculate
dnsimon [Thu, 10 Aug 2017 10:38:17 -0700] rev 46793
8185950: [JVMCI] fix NPE possibility in HotSpotSpeculationLog.speculate Reviewed-by: thartmann, kvn
Wed, 02 Aug 2017 10:17:14 +0200 8185706: [windows] Native callstacks printing terminates prematurely
stuefe [Wed, 02 Aug 2017 10:17:14 +0200] rev 46792
8185706: [windows] Native callstacks printing terminates prematurely Reviewed-by: iklam, zgu
Thu, 10 Aug 2017 16:14:52 +0000 Merge
hseigel [Thu, 10 Aug 2017 16:14:52 +0000] rev 46791
Merge
Thu, 10 Aug 2017 11:12:13 -0400 8177741: Fix hotspot tests to use --patch-module instead of -Xmodule
hseigel [Thu, 10 Aug 2017 11:12:13 -0400] rev 46790
8177741: Fix hotspot tests to use --patch-module instead of -Xmodule Summary: Change InMemoryJavaCompiler.compile() to accept --patch-module instead of -Xmodule, and then change appropriate tests. Reviewed-by: coleenp, gtriantafill
Thu, 10 Aug 2017 17:25:46 +0200 8185975: PPC64: Fix vsldoi interface according to the ISA
mdoerr [Thu, 10 Aug 2017 17:25:46 +0200] rev 46789
8185975: PPC64: Fix vsldoi interface according to the ISA Reviewed-by: mdoerr Contributed-by: Gustavo Serra Scalet <gustavo.scalet@eldorado.org.br>
Thu, 10 Aug 2017 13:57:57 +0200 8180311: [TESTBUG] gc/stress/gclocker/TestGCLockerWithSerial fails with ClassNotFoundException: java.lang.management.ManagementFactory
tschatzl [Thu, 10 Aug 2017 13:57:57 +0200] rev 46788
8180311: [TESTBUG] gc/stress/gclocker/TestGCLockerWithSerial fails with ClassNotFoundException: java.lang.management.ManagementFactory Summary: Do not run the test on minimal VM Reviewed-by: shade, sjohanss
Thu, 10 Aug 2017 01:48:41 +0000 Merge
dholmes [Thu, 10 Aug 2017 01:48:41 +0000] rev 46787
Merge
Wed, 09 Aug 2017 21:08:35 -0400 8186018: SA: Monitor Cache Dump in HSDB does not work
ysuenaga [Wed, 09 Aug 2017 21:08:35 -0400] rev 46786
8186018: SA: Monitor Cache Dump in HSDB does not work Reviewed-by: dholmes, dcubed
Thu, 10 Aug 2017 00:27:34 +0000 Merge
coleenp [Thu, 10 Aug 2017 00:27:34 +0000] rev 46785
Merge
Wed, 09 Aug 2017 23:26:38 +0000 Merge
coleenp [Wed, 09 Aug 2017 23:26:38 +0000] rev 46784
Merge
Wed, 09 Aug 2017 19:00:54 -0400 8068317: No_Safepoint_Verifier is not necessary in Rewriter::scan_method
coleenp [Wed, 09 Aug 2017 19:00:54 -0400] rev 46783
8068317: No_Safepoint_Verifier is not necessary in Rewriter::scan_method Summary: remove NSV, Method* can't move or be redefined while being rewritten Reviewed-by: shade, jiangli
Wed, 09 Aug 2017 23:19:43 +0000 Merge
coleenp [Wed, 09 Aug 2017 23:19:43 +0000] rev 46782
Merge
Wed, 09 Aug 2017 18:51:44 -0400 8186044: [TESTBUG] DumpSharedDictionary test sometimes fails in JPRT
coleenp [Wed, 09 Aug 2017 18:51:44 -0400] rev 46781
8186044: [TESTBUG] DumpSharedDictionary test sometimes fails in JPRT Summary: wrap test in CDSTestUtils.isUnableToMap(out) Reviewed-by: iklam, mseledtsov
Wed, 09 Aug 2017 15:03:29 -0700 Merge
mseledtsov [Wed, 09 Aug 2017 15:03:29 -0700] rev 46780
Merge
Thu, 03 Aug 2017 10:24:34 +0200 8185436: jtreg: introduce @requires property to disable cds tests
goetz [Thu, 03 Aug 2017 10:24:34 +0200] rev 46779
8185436: jtreg: introduce @requires property to disable cds tests Summary: Fix CompressedClassPointers test to succeed also if cds is not available. Reviewed-by: jiangli, mseledtsov, iklam
Wed, 09 Aug 2017 17:27:42 +0200 8183121: Add information about scanned and skipped cards during UpdateRS
tschatzl [Wed, 09 Aug 2017 17:27:42 +0200] rev 46778
8183121: Add information about scanned and skipped cards during UpdateRS Summary: Log the number of scanned and skipped cards for the UpdateRS phase too. Reviewed-by: mgerdin, sangheki
Tue, 08 Aug 2017 22:58:44 +0200 Merge
jwilhelm [Tue, 08 Aug 2017 22:58:44 +0200] rev 46777
Merge
Tue, 08 Aug 2017 21:16:00 +0200 Merge
jwilhelm [Tue, 08 Aug 2017 21:16:00 +0200] rev 46776
Merge
Tue, 08 Aug 2017 12:39:18 -0700 8184738: CTW fails with assert(!method->method_holder()->is_not_initialized()) failed: method holder must be initialized
iignatyev [Tue, 08 Aug 2017 12:39:18 -0700] rev 46775
8184738: CTW fails with assert(!method->method_holder()->is_not_initialized()) failed: method holder must be initialized Reviewed-by: kvn
Tue, 08 Aug 2017 11:44:23 -0400 8183149: [AOT] SEGV in AMD64MathStub.pow: alignment for ArrayDataPointerConstant is not honored
bobv [Tue, 08 Aug 2017 11:44:23 -0400] rev 46774
8183149: [AOT] SEGV in AMD64MathStub.pow: alignment for ArrayDataPointerConstant is not honored Reviewed-by: kvn
Tue, 08 Aug 2017 09:53:52 -0400 8185717: Make ModuleEntry->module() return an oop not a jobject
hseigel [Tue, 08 Aug 2017 09:53:52 -0400] rev 46773
8185717: Make ModuleEntry->module() return an oop not a jobject Summary: Change ModuleEntry::module() to return an oop and add a ModuleEntry::module_handle() that returns a jobject Reviewed-by: shade, coleenp, lfoltan
Tue, 08 Aug 2017 08:41:36 -0400 8185103: TestThreadDumpMonitorContention.java crashed due to SIGSEGV in G1SATBCardTableModRefBS::write_ref_field_pre_work
hseigel [Tue, 08 Aug 2017 08:41:36 -0400] rev 46772
8185103: TestThreadDumpMonitorContention.java crashed due to SIGSEGV in G1SATBCardTableModRefBS::write_ref_field_pre_work Summary: Ensure that a Klass's mirror is set before putting the Klass on the fixup_module_field_list Reviewed-by: coleenp, dholmes, gtriantafill
Tue, 08 Aug 2017 02:10:30 +0000 Merge
sspitsyn [Tue, 08 Aug 2017 02:10:30 +0000] rev 46771
Merge
Tue, 08 Aug 2017 01:44:43 +0000 Merge
sspitsyn [Tue, 08 Aug 2017 01:44:43 +0000] rev 46770
Merge
Mon, 07 Aug 2017 18:14:39 -0700 8185930: TEST_BUG: jvmti tests should not depend on the jdk.jdi module
sspitsyn [Mon, 07 Aug 2017 18:14:39 -0700] rev 46769
8185930: TEST_BUG: jvmti tests should not depend on the jdk.jdi module Summary: Remove unneeded dependencies on the jdk.jdi module Reviewed-by: dholmes
Mon, 07 Aug 2017 20:58:49 -0400 8185757: QuickSort array size should be size_t
kbarrett [Mon, 07 Aug 2017 20:58:49 -0400] rev 46768
8185757: QuickSort array size should be size_t Summary: Changed array size type, propogate effects. Reviewed-by: tschatzl, coleenp
Mon, 07 Aug 2017 18:50:14 -0400 8185746: Remove Mutex destructor assertion
kbarrett [Mon, 07 Aug 2017 18:50:14 -0400] rev 46767
8185746: Remove Mutex destructor assertion Summary: Remove unneeded ~Mutex(), improve assertion msg in ~Monitor. Reviewed-by: dholmes, coleenp, tschatzl
Mon, 07 Aug 2017 12:19:17 +0200 8185900: hotspot build failed with gcc version Red Hat 4.4.7-3
sgehwolf [Mon, 07 Aug 2017 12:19:17 +0200] rev 46766
8185900: hotspot build failed with gcc version Red Hat 4.4.7-3 Summary: Cast to void* within DTRACE_CLASS* macros. Reviewed-by: coleenp, shade
Mon, 07 Aug 2017 12:34:21 -0700 8185164: GetOwnedMonitorInfo() returns incorrect owned monitor
ysuenaga [Mon, 07 Aug 2017 12:34:21 -0700] rev 46765
8185164: GetOwnedMonitorInfo() returns incorrect owned monitor Summary: The GetOwnedMonitorInfo() should not return a pending monitor Reviewed-by: dholmes, dcubed, sspitsyn
Mon, 07 Aug 2017 13:52:05 -0400 8185884: NMT: taskqueues are miscategorized to mtClass
zgu [Mon, 07 Aug 2017 13:52:05 -0400] rev 46764
8185884: NMT: taskqueues are miscategorized to mtClass Summary: Corrected memory type for taskqueue, which should be mtGC instead of mtClass Reviewed-by: coleenp, shade
Fri, 04 Aug 2017 21:41:41 -0700 8185843: fix broken HotSpotInternals wiki links
kvn [Fri, 04 Aug 2017 21:41:41 -0700] rev 46763
8185843: fix broken HotSpotInternals wiki links Reviewed-by: dholmes, vlivanov Contributed-by: muthusamy.chinnathambi@oracle.com
Fri, 04 Aug 2017 19:59:33 -0700 8185829: Update Graal
dlong [Fri, 04 Aug 2017 19:59:33 -0700] rev 46762
8185829: Update Graal Reviewed-by: iveresov
Sat, 05 Aug 2017 03:05:06 +0200 Merge
kvn [Sat, 05 Aug 2017 03:05:06 +0200] rev 46761
Merge
Fri, 04 Aug 2017 14:00:15 -0700 8185802: Enable AVX3 by default
kvn [Fri, 04 Aug 2017 14:00:15 -0700] rev 46760
8185802: Enable AVX3 by default Reviewed-by: thartmann
Fri, 04 Aug 2017 16:39:29 -0700 8185879: quarantine gc/stress/gclocker/TestGCLockerWithSerial.java
dcubed [Fri, 04 Aug 2017 16:39:29 -0700] rev 46759
8185879: quarantine gc/stress/gclocker/TestGCLockerWithSerial.java Reviewed-by: iklam
Fri, 04 Aug 2017 16:01:26 -0700 8185876: quarantine compiler/ciReplay/TestSAServer.java
dcubed [Fri, 04 Aug 2017 16:01:26 -0700] rev 46758
8185876: quarantine compiler/ciReplay/TestSAServer.java Reviewed-by: kvn
Fri, 04 Aug 2017 15:54:50 -0700 8185874: quarantine gc/stress/gclocker/TestGCLockerWithG1.java
dcubed [Fri, 04 Aug 2017 15:54:50 -0700] rev 46757
8185874: quarantine gc/stress/gclocker/TestGCLockerWithG1.java Reviewed-by: mseledtsov, kvn
Fri, 04 Aug 2017 15:50:26 -0700 8185872: quarantine tests named in JDK-8184042 on MacOS X
dcubed [Fri, 04 Aug 2017 15:50:26 -0700] rev 46756
8185872: quarantine tests named in JDK-8184042 on MacOS X Reviewed-by: iklam
Fri, 04 Aug 2017 12:24:33 -0700 Merge
kvn [Fri, 04 Aug 2017 12:24:33 -0700] rev 46755
Merge
Mon, 03 Jul 2017 14:33:00 +0200 8182036: Load from initializing arraycopy uses wrong memory state
roland [Mon, 03 Jul 2017 14:33:00 +0200] rev 46754
8182036: Load from initializing arraycopy uses wrong memory state Reviewed-by: kvn
Wed, 02 Aug 2017 17:22:40 +0100 8185723: Zero: segfaults on Power PC 32-bit
aph [Wed, 02 Aug 2017 17:22:40 +0100] rev 46753
8185723: Zero: segfaults on Power PC 32-bit Reviewed-by: roland
Fri, 04 Aug 2017 14:28:57 +0200 8184348: Merge G1ConcurrentMark::par_mark() and G1ConcurrentMark::grayRoot()
tschatzl [Fri, 04 Aug 2017 14:28:57 +0200] rev 46752
8184348: Merge G1ConcurrentMark::par_mark() and G1ConcurrentMark::grayRoot() Summary: Merge and simplify the use of G1ConcurrentMark::par_mark() and grayRoot() Reviewed-by: mgerdin, shade
Fri, 04 Aug 2017 14:24:11 +0200 8184347: Move G1CMBitMap and support classes into their own files
tschatzl [Fri, 04 Aug 2017 14:24:11 +0200] rev 46751
8184347: Move G1CMBitMap and support classes into their own files Reviewed-by: rkennke, shade, mgerdin
Fri, 04 Aug 2017 14:15:42 +0200 8184346: Clean up G1CMBitmap
tschatzl [Fri, 04 Aug 2017 14:15:42 +0200] rev 46750
8184346: Clean up G1CMBitmap Summary: Trim down and improve the G1CMBitMap class structure. Reviewed-by: mgerdin, shade, rkennke
Thu, 03 Aug 2017 22:40:26 -0700 8185826: HotSpot build failure with GCC 7.1.1
iklam [Thu, 03 Aug 2017 22:40:26 -0700] rev 46749
8185826: HotSpot build failure with GCC 7.1.1 Summary: Removed unused function Reviewed-by: dholmes, ysuenaga
Thu, 03 Aug 2017 17:13:57 -0400 8185567: fix hsdis cpu to architecture mapping on various Linux platforms
dbuck [Thu, 03 Aug 2017 17:13:57 -0400] rev 46748
8185567: fix hsdis cpu to architecture mapping on various Linux platforms Summary: Add "arm" target to hsdis.c and fix several cpu to architecture mappings in Makefile Reviewed-by: dholmes, vlivanov, tbell
Thu, 03 Aug 2017 08:16:00 -0400 8130072: Add a flag to print out statistics for both system dictionary and shared dictionary
coleenp [Thu, 03 Aug 2017 08:16:00 -0400] rev 46747
8130072: Add a flag to print out statistics for both system dictionary and shared dictionary Summary: Include Shared Dictionary printing when printing system dictionaries Reviewed-by: shade, gtriantafill
Wed, 02 Aug 2017 18:06:38 -0700 8072061: Automatically determine optimal sizes for the CDS regions
iklam [Wed, 02 Aug 2017 18:06:38 -0700] rev 46746
8072061: Automatically determine optimal sizes for the CDS regions Summary: See new C++ class MetaspaceClosure. Reviewed-by: coleenp, jiangli, mseledtsov
Sat, 22 Jul 2017 15:54:27 -0400 8176571: Fine bitmaps should be allocated as belonging to mtGC, not mtInternal
kbarrett [Sat, 22 Jul 2017 15:54:27 -0400] rev 46745
8176571: Fine bitmaps should be allocated as belonging to mtGC, not mtInternal Summary: Specify map allocation mflags when constructing CHeapBitMap. Reviewed-by: tschatzl, kbarrett Contributed-by: milan.mimica@gmail.com
Wed, 02 Aug 2017 15:59:33 +0000 Merge
iignatyev [Wed, 02 Aug 2017 15:59:33 +0000] rev 46744
Merge
Wed, 02 Aug 2017 08:53:18 -0700 8185536: @key aot should be replaced w/ @requires vm.aot
iignatyev [Wed, 02 Aug 2017 08:53:18 -0700] rev 46743
8185536: @key aot should be replaced w/ @requires vm.aot Reviewed-by: kvn, goetz
Wed, 02 Aug 2017 10:52:50 -0400 8184994: Add Dictionary size logging and jcmd
coleenp [Wed, 02 Aug 2017 10:52:50 -0400] rev 46742
8184994: Add Dictionary size logging and jcmd Summary: added dcmd for printing system dictionary like the stringtable and symboltable and making print functions go to outputstream rather than tty Reviewed-by: shade, hseigel
Wed, 02 Aug 2017 08:19:09 -0400 8180627: gc/gctests/Steal/steal001: guarantee(cp->cache() == NULL) failed
hseigel [Wed, 02 Aug 2017 08:19:09 -0400] rev 46741
8180627: gc/gctests/Steal/steal001: guarantee(cp->cache() == NULL) failed Summary: Clean up constant pool cache if class linking fails Reviewed-by: coleenp, gtriantafill
Wed, 02 Aug 2017 00:15:52 +0000 Merge
coleenp [Wed, 02 Aug 2017 00:15:52 +0000] rev 46740
Merge
Tue, 01 Aug 2017 17:36:38 -0400 8185590: ShouldNotReachHere from ClassLoaderData::try_get_next_class()
coleenp [Tue, 01 Aug 2017 17:36:38 -0400] rev 46739
8185590: ShouldNotReachHere from ClassLoaderData::try_get_next_class() Summary: Counting number of instanceKlass code didn't work. Reviewed-by: shade, zgu, jiangli
Tue, 01 Aug 2017 22:40:38 +0000 Merge
gtriantafill [Tue, 01 Aug 2017 22:40:38 +0000] rev 46738
Merge
Tue, 01 Aug 2017 21:29:55 +0000 Merge
gtriantafill [Tue, 01 Aug 2017 21:29:55 +0000] rev 46737
Merge
Tue, 25 Jul 2017 14:04:53 -0400 8184749: The solaris_x86_32.s and solaris_x86_32.il files should be removed
gtriantafill [Tue, 25 Jul 2017 14:04:53 -0400] rev 46736
8184749: The solaris_x86_32.s and solaris_x86_32.il files should be removed Reviewed-by: kvn, hseigel, dcubed, gthornbr
Tue, 01 Aug 2017 14:09:34 -0700 Merge
kvn [Tue, 01 Aug 2017 14:09:34 -0700] rev 46735
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip