Mon, 09 Jan 2017 19:36:47 +0000 8166125: [JVMCI] Missing JVMCI flag default values
davleopo [Mon, 09 Jan 2017 19:36:47 +0000] rev 43433
8166125: [JVMCI] Missing JVMCI flag default values Reviewed-by: twisti, kvn
Mon, 09 Jan 2017 15:10:25 +0100 Merge
jwilhelm [Mon, 09 Jan 2017 15:10:25 +0100] rev 43432
Merge
Wed, 28 Dec 2016 19:13:34 +0300 8172098: A lot of gtests uses TEST instead of TEST_VM
kzhaldyb [Wed, 28 Dec 2016 19:13:34 +0300] rev 43431
8172098: A lot of gtests uses TEST instead of TEST_VM Reviewed-by: iignatyev
Sun, 08 Jan 2017 10:39:42 -0800 8170959: unloading archived shared class caused crash
iklam [Sun, 08 Jan 2017 10:39:42 -0800] rev 43430
8170959: unloading archived shared class caused crash Reviewed-by: coleenp, sspitsyn, mockner
Fri, 06 Jan 2017 10:55:30 +0100 8171435: "assert(is_single_cpu() && !is_virtual()) failed: type check" with -XX:+PatchALot on SPARC
thartmann [Fri, 06 Jan 2017 10:55:30 +0100] rev 43429
8171435: "assert(is_single_cpu() && !is_virtual()) failed: type check" with -XX:+PatchALot on SPARC Summary: Fixed several issues with PatchALot or unaligned accesses on SPARC. Reviewed-by: kvn
Thu, 15 Dec 2016 08:56:32 -0500 8171266: PPC64: Add support to -XX:RTMSpinLoopCount=0
gromero [Thu, 15 Dec 2016 08:56:32 -0500] rev 43428
8171266: PPC64: Add support to -XX:RTMSpinLoopCount=0 Reviewed-by: mdoerr, dholmes
Thu, 05 Jan 2017 09:25:36 +0100 8172010: [AOT] RecompilationTest.java fails with "expected compilation level after compilation to be no less than 1"
thartmann [Thu, 05 Jan 2017 09:25:36 +0100] rev 43427
8172010: [AOT] RecompilationTest.java fails with "expected compilation level after compilation to be no less than 1" Summary: Disabled probabilistic profiling to ensure recompilation of AOT compiled method. Reviewed-by: kvn, iveresov
Wed, 04 Jan 2017 21:13:04 -0500 8172246: [TESTBUG] runtime/RedefineTests/RedefinePreviousVersions.java 'Class unloading: has_previous_versions = true' missing from stdout/stderr
coleenp [Wed, 04 Jan 2017 21:13:04 -0500] rev 43426
8172246: [TESTBUG] runtime/RedefineTests/RedefinePreviousVersions.java 'Class unloading: has_previous_versions = true' missing from stdout/stderr Summary: add boolean to gate redefinition start Reviewed-by: sspitsyn, dholmes
Wed, 04 Jan 2017 11:44:26 -0800 8172054: Aot tests should include Java assertions into AOT compiled code
kvn [Wed, 04 Jan 2017 11:44:26 -0800] rev 43425
8172054: Aot tests should include Java assertions into AOT compiled code Reviewed-by: iveresov
Wed, 04 Jan 2017 10:57:26 -0500 8168137: import-hotspot build target not removed from hotspot-ide-project
ctornqvi [Wed, 04 Jan 2017 10:57:26 -0500] rev 43424
8168137: import-hotspot build target not removed from hotspot-ide-project Reviewed-by: erikj
Tue, 03 Jan 2017 14:56:51 -0800 8171974: Fix for R10 Register clobbering with usage of ExternalAddress
vdeshpande [Tue, 03 Jan 2017 14:56:51 -0800] rev 43423
8171974: Fix for R10 Register clobbering with usage of ExternalAddress Reviewed-by: kvn, rbackman
Tue, 03 Jan 2017 21:36:05 +0100 8172169: Re-examine String field optionality
redestad [Tue, 03 Jan 2017 21:36:05 +0100] rev 43422
8172169: Re-examine String field optionality Reviewed-by: kvn, thartmann
Tue, 03 Jan 2017 17:17:14 +0100 8172199: s390: Use same get_key_start_from_aescrypt_object implementation as PPC64
mdoerr [Tue, 03 Jan 2017 17:17:14 +0100] rev 43421
8172199: s390: Use same get_key_start_from_aescrypt_object implementation as PPC64 Reviewed-by: kvn
Tue, 27 Dec 2016 16:10:59 +0100 8172049: [s390] Implement "JEP 270: Reserved Stack Areas for Critical Sections".
goetz [Tue, 27 Dec 2016 16:10:59 +0100] rev 43420
8172049: [s390] Implement "JEP 270: Reserved Stack Areas for Critical Sections". Reviewed-by: mdoerr
Tue, 03 Jan 2017 11:22:37 +0100 8172145: C2: anti dependence missed because store hidden by membar
mdoerr [Tue, 03 Jan 2017 11:22:37 +0100] rev 43419
8172145: C2: anti dependence missed because store hidden by membar Reviewed-by: kvn
Tue, 03 Jan 2017 12:25:19 +0100 8170857: Typo in -Xlog:help output
mlarsson [Tue, 03 Jan 2017 12:25:19 +0100] rev 43418
8170857: Typo in -Xlog:help output Reviewed-by: dholmes
Tue, 03 Jan 2017 12:24:52 +0100 8170855: Example for -Xlog:help do not contain one with multiple tags
mlarsson [Tue, 03 Jan 2017 12:24:52 +0100] rev 43417
8170855: Example for -Xlog:help do not contain one with multiple tags Reviewed-by: dholmes
Tue, 03 Jan 2017 08:54:29 +0100 8171082: [AOT] AOT'd SystemModules.modules() fails to load when too large
rbackman [Tue, 03 Jan 2017 08:54:29 +0100] rev 43416
8171082: [AOT] AOT'd SystemModules.modules() fails to load when too large Reviewed-by: kvn, redestad
Mon, 02 Jan 2017 00:26:40 -0800 8156762: test/compiler/ciReplay/TestVMNoCompLevel.java fails with - 'Unexpected exit code for negative case: [-client]: expected 0 to not equal 0'
rraghavan [Mon, 02 Jan 2017 00:26:40 -0800] rev 43415
8156762: test/compiler/ciReplay/TestVMNoCompLevel.java fails with - 'Unexpected exit code for negative case: [-client]: expected 0 to not equal 0' Summary: Corrected CLIENT_VM_AVAILABLE case Reviewed-by: dpochepk, zmajo
Fri, 30 Dec 2016 20:11:49 +0300 8172149: CTW library should call System::exit
iignatyev [Fri, 30 Dec 2016 20:11:49 +0300] rev 43414
8172149: CTW library should call System::exit Reviewed-by: vlivanov
Tue, 27 Dec 2016 22:34:07 +0100 Merge
jwilhelm [Tue, 27 Dec 2016 22:34:07 +0100] rev 43413
Merge
Fri, 23 Dec 2016 22:28:07 +0000 Merge
iignatyev [Fri, 23 Dec 2016 22:28:07 +0000] rev 43412
Merge
Wed, 21 Dec 2016 15:01:01 +0300 8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
bmoloden [Wed, 21 Dec 2016 15:01:01 +0300] rev 43411
8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java Reviewed-by: kvn
Thu, 15 Dec 2016 19:26:41 -0800 8171809: Remove unused CDS code from JDK 9
iklam [Thu, 15 Dec 2016 19:26:41 -0800] rev 43410
8171809: Remove unused CDS code from JDK 9 Reviewed-by: jiangli, ccheung, mseledtsov
Fri, 23 Dec 2016 20:44:48 +0300 8171045: gc/stress/TestStressG1Humongous.java fails to allocate the heap
mchernov [Fri, 23 Dec 2016 20:44:48 +0300] rev 43409
8171045: gc/stress/TestStressG1Humongous.java fails to allocate the heap Reviewed-by: tschatzl, kzhaldyb
Fri, 23 Dec 2016 15:09:03 +0000 Merge
coleenp [Fri, 23 Dec 2016 15:09:03 +0000] rev 43408
Merge
Thu, 22 Dec 2016 16:51:25 +0100 8171924: Use SIZE_FORMAT to print size_t values.
goetz [Thu, 22 Dec 2016 16:51:25 +0100] rev 43407
8171924: Use SIZE_FORMAT to print size_t values. Reviewed-by: dholmes, tschatzl, coleenp, goetz Contributed-by: arno.zeller@sap.com
Thu, 22 Dec 2016 11:37:49 -0500 8171318: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java fails latest Jigsaw integration
gtriantafill [Thu, 22 Dec 2016 11:37:49 -0500] rev 43406
8171318: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java fails latest Jigsaw integration Reviewed-by: sspitsyn, dholmes
Thu, 22 Dec 2016 17:26:02 -0800 8168792: [AOT] problems in MethodHandle with aot-compiled java.base
iveresov [Thu, 22 Dec 2016 17:26:02 -0800] rev 43405
8168792: [AOT] problems in MethodHandle with aot-compiled java.base Summary: Properly support assertions in AOT Reviewed-by: kvn
Thu, 22 Dec 2016 15:01:20 -0600 8170981: Possible access to char array with negative index
lucy [Thu, 22 Dec 2016 15:01:20 -0600] rev 43404
8170981: Possible access to char array with negative index Summary: Check arithmetic before trying to access array by index. Reviewed-by: rprotacio, dholmes, gziemski
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip