thartmann [Mon, 09 Nov 2015 13:27:18 +0000] rev 34159
Merge
thartmann [Mon, 09 Nov 2015 11:35:44 +0100] rev 34158
8067378: Add segmented code heaps info into jfr events: vm/code_cache/stats and vm/code_cache/config
Summary: Added code heap specific information to code cache JFR events.
Reviewed-by: twisti, mgronlun
roland [Wed, 28 Oct 2015 10:20:33 +0100] rev 34157
8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI
Summary: Mismatched stores on same slice possible with Unsafe.Put*Unaligned methods
Reviewed-by: kvn, thartmann
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>