dpochepk [Fri, 06 Nov 2015 15:07:00 +0300] rev 34156
8141552: [TESTBUG] compiler/jvmci/events/JvmciNotifyInstallEventTest failed after jvmci refresh
Summary: Fixed test bug, which used same CompilationResult object instance in 2 installCode calls
Reviewed-by: iignatyev, twisti
dpochepk [Fri, 06 Nov 2015 14:54:02 +0300] rev 34155
8138689: use package for /compiler/whitebox common classes
Summary: Moved CompilerWhiteBoxTest to package, updating tests accordingly
Reviewed-by: iignatyev
dpochepk [Fri, 06 Nov 2015 14:51:15 +0300] rev 34154
8141353: Testlibrary: add various changes into testlibrary Utils
Summary: added TEST_JDK, TEST_CLASSES properties and getMandatoryProperty method
Reviewed-by: iignatyev
twisti [Fri, 06 Nov 2015 10:06:51 -1000] rev 34153
8139589: [JVMCI] throw exceptions in faulty code installation operations
Reviewed-by: twisti
Contributed-by: Roland Schatz <roland.schatz@oracle.com>
thartmann [Fri, 06 Nov 2015 08:45:13 +0000] rev 34152
Merge
thartmann [Fri, 06 Nov 2015 09:36:47 +0100] rev 34151
8140574: C2 must re-execute checks after deoptimizing from merged uncommon traps
Summary: Before merging uncommon traps we have to check for proper bci domination and compatible JVMStates to guarantee correct re-execution of the checks.
Reviewed-by: kvn, roland
brutisso [Wed, 25 Nov 2015 13:39:52 +0100] rev 34150
8144016: Add the gc tag to the logging framework
Reviewed-by: mlarsson, sjohanss
lana [Mon, 30 Nov 2015 13:26:33 -0800] rev 34149
Merge
kbarrett [Tue, 17 Nov 2015 16:40:52 -0500] rev 34148
8143014: Access PtrQueue member offsets through derived classes
Summary: Moved accessors to derived classes and updated callers.
Reviewed-by: tschatzl, jmasa, twisti
sjohanss [Tue, 17 Nov 2015 12:37:55 +0000] rev 34147
Merge
sjohanss [Tue, 17 Nov 2015 11:20:27 +0100] rev 34146
8141280: G1ResManAllocator doesn't work with _survivor_is_full/_old_is_full
Reviewed-by: jmasa, kbarrett, tschatzl
goetz [Thu, 05 Nov 2015 15:05:59 +0100] rev 34145
8141529: Fix handling of _JAVA_SR_SIGNUM
Reviewed-by: dholmes, stuefe, dsamersoff
dholmes [Mon, 16 Nov 2015 18:50:55 -0500] rev 34144
8139300: Internal Error (vm/utilities/debug.cpp:399), # Error: ShouldNotReachHere()
Reviewed-by: simonis, dcubed
dholmes [Mon, 16 Nov 2015 23:12:36 +0100] rev 34143
Merge
dholmes [Mon, 16 Nov 2015 14:47:21 -0500] rev 34142
8141024: [Solaris] Obsolete UseAltSigs
Reviewed-by: dcubed, ddmitriev