twisti [Thu, 12 Nov 2015 13:30:35 +0100] rev 34175
8142387: Various JVMCI tests fail on unexpected exception
Reviewed-by: iignatyev, twisti
Contributed-by: Roland Schatz <roland.schatz@oracle.com>
twisti [Wed, 11 Nov 2015 16:32:17 -1000] rev 34174
8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds
Reviewed-by: goetz, stefank
twisti [Wed, 11 Nov 2015 14:40:38 -1000] rev 34173
8141133: [JVMCI] crash during safepoint deopt if rethrow_exception is set
Reviewed-by: twisti
Contributed-by: Gilles Duboscq <gilles.m.duboscq@oracle.com>
tpivovarova [Tue, 10 Nov 2015 21:09:49 +0300] rev 34172
8139388: [TESTBUG] JVMCI test failed with RuntimeException profiling info wasn't changed after 100 invocations (assert failed: BaseProfilingInfo<> != BaseProfilingInfo<>)
Reviewed-by: twisti
tpivovarova [Wed, 11 Nov 2015 15:04:15 +0300] rev 34171
8138810: rework tests for CompilerToVM::allocateCompiledId
Reviewed-by: twisti
simonis [Tue, 10 Nov 2015 11:01:28 +0100] rev 34170
8142314: Bug in C1 ControlFlowOptimizer::delete_unnecessary_jumps with bytecode profiling
Reviewed-by: kvn
Contributed-by: gunter.haug@sap.com
shade [Wed, 11 Nov 2015 01:27:36 +0300] rev 34169
8140650: Method::is_accessor should cover getters and setters for all types
Reviewed-by: vlivanov, coleenp, sgehwolf
kvn [Tue, 10 Nov 2015 21:36:35 -0800] rev 34168
8141624: Limit calculation of pre loop during super word optimization is wrong
Reviewed-by: vlivanov, kvn
never [Tue, 10 Nov 2015 11:50:20 -1000] rev 34167
8142436: [JVMCI] fix management of nmethod::_installed_code field
Reviewed-by: twisti
never [Tue, 10 Nov 2015 11:49:42 -1000] rev 34166
8142435: [JVMCI] restore missing InstalledCode.version increment
Reviewed-by: twisti
twisti [Tue, 10 Nov 2015 10:34:39 -1000] rev 34165
8142329: [JVMCI] pass Handle by value
Reviewed-by: coleenp, twisti
Contributed-by: Roland Schatz <roland.schatz@oracle.com>
roland [Mon, 09 Nov 2015 11:28:31 +0100] rev 34164
8137168: Replace IfNode with a new RangeCheckNode for range checks
Summary: new RangeCheckNode to enable optimization of explicit library level range checks
Reviewed-by: kvn, thartmann
iveresov [Mon, 09 Nov 2015 22:43:30 +0000] rev 34163
Merge
iveresov [Mon, 09 Nov 2015 11:26:41 -0800] rev 34162
8140779: Code generation fixes for avx512
Summary: Assembler refactoring. Abstract away instruction attributes.
Reviewed-by: kvn, roland, iveresov
Contributed-by: michael.c.berg@intel.com
twisti [Mon, 09 Nov 2015 20:01:29 +0000] rev 34161
Merge
mdoerr [Wed, 21 Oct 2015 10:37:50 +0200] rev 34160
8138894: C1: Support IRIW on weak memory platforms
Reviewed-by: twisti, goetz
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>
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