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