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
gromero [Thu, 15 Dec 2016 08:56:32 -0500] rev 43428
8171266: PPC64: Add support to -XX:RTMSpinLoopCount=0
Reviewed-by: mdoerr, dholmes
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
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
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
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
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
redestad [Tue, 03 Jan 2017 21:36:05 +0100] rev 43422
8172169: Re-examine String field optionality
Reviewed-by: kvn, thartmann
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
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
mdoerr [Tue, 03 Jan 2017 11:22:37 +0100] rev 43419
8172145: C2: anti dependence missed because store hidden by membar
Reviewed-by: kvn
mlarsson [Tue, 03 Jan 2017 12:25:19 +0100] rev 43418
8170857: Typo in -Xlog:help output
Reviewed-by: dholmes
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
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
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
iignatyev [Fri, 30 Dec 2016 20:11:49 +0300] rev 43414
8172149: CTW library should call System::exit
Reviewed-by: vlivanov