twisti [Wed, 18 Nov 2015 10:46:21 -1000] rev 34197
8143151: [JVMCI] assertion for allocation of "too many" CompileTasks must take JVMCI into account
Reviewed-by: iignatyev, twisti
Contributed-by: Doug Simon <doug.simon@oracle.com>
twisti [Wed, 18 Nov 2015 09:43:31 -1000] rev 34196
8141330: [JVMCI] avoid deadlock between application thread and JVMCI compiler thread under -Xbatch
Reviewed-by: twisti
Contributed-by: Doug Simon <doug.simon@oracle.com>
vlivanov [Wed, 18 Nov 2015 03:03:43 +0300] rev 34195
8139595: MethodHandles::remove_dependent_nmethod is not MT safe
Reviewed-by: jrose, coleenp
goetz [Mon, 02 Nov 2015 15:52:37 +0100] rev 34194
8141137: C2 fails rematerializing nodes using flag registers.
Summary: Don't rem. if input stretches several live ranges. If rem., don't add SpillCopy on RegFlags edge.
Reviewed-by: kvn, vlivanov
twisti [Tue, 17 Nov 2015 23:35:55 +0100] rev 34193
Merge
twisti [Tue, 17 Nov 2015 11:29:23 -1000] rev 34192
8142511: [JVMCI] must eagerly initialize classes with static fields accessed by JVMCI native code
Reviewed-by: twisti
Contributed-by: Doug Simon <doug.simon@oracle.com>
neliasso [Fri, 13 Nov 2015 10:08:44 +0100] rev 34191
8141585: CompilerDirectivesDCMDTest intermittently SEGVs in MethodMatcher::matcher
Summary: Missing methodHandle and read before lock
Reviewed-by: twisti
neliasso [Thu, 05 Nov 2015 12:37:03 +0100] rev 34190
8141424: [Testbug] CompilerDirectivesDCMDTest.java testing flag that is missing in product builds
Summary: Test a flag that is in all builds instead
Reviewed-by: roland
roland [Tue, 17 Nov 2015 12:00:16 +0100] rev 34189
8142386: Octane crashes with assert(is_Load())
Summary: Unsafe access to an array is wrongly marked as mismatched
Reviewed-by: vlivanov, thartmann
goetz [Tue, 17 Nov 2015 08:59:21 +0100] rev 34188
8139258: PPC64LE: argument passing problem when passing 15 floats in native call
Reviewed-by: mdoerr, goetz
Contributed-by: asmundak@google.com
neliasso [Mon, 16 Nov 2015 20:57:49 +0100] rev 34187
8143059: TestUnsafeUnalignedMismatchedAccesses doens't build after 8139891
Summary: Use new Unsafe import path
Reviewed-by: roland, thartmann, shade
neliasso [Mon, 16 Nov 2015 20:56:18 +0100] rev 34186
Merge
neliasso [Fri, 13 Nov 2015 13:31:48 +0100] rev 34185
Merge
roland [Mon, 16 Nov 2015 16:39:29 +0000] rev 34184
Merge
hshi [Mon, 16 Nov 2015 16:14:15 +0100] rev 34183
8139758: [REDO] Elide more final field's write memory barrier with escape analysis result
Summary: membar for all final field initializations eliminated if possible
Reviewed-by: roland, vlivanov
thartmann [Mon, 16 Nov 2015 15:35:43 +0100] rev 34182
8061436: Processing of options related to segmented code cache should be enhanced
Summary: Allow user to set code heap sizes individually and enhance checking of code cache flags.
Reviewed-by: kvn, roland
roland [Mon, 16 Nov 2015 11:58:31 +0000] rev 34181
Merge
roland [Mon, 16 Nov 2015 09:55:25 +0100] rev 34180
8042997: Make intrinsic some or all check index/range methods
Summary: Objects.checkIndex() intrinsic
Reviewed-by: vlivanov, shade
zmajo [Mon, 16 Nov 2015 10:54:47 +0100] rev 34179
Merge
zmajo [Mon, 16 Nov 2015 09:42:20 +0100] rev 34178
8140327: segfault on solaris-amd64 with "-XX:CompilerThreadStackSize=1" option
Summary: Update range for the CompilerThreadStackSize flag. Remove flag from testing.
Reviewed-by: kvn
thartmann [Mon, 16 Nov 2015 08:03:24 +0100] rev 34177
8142500: missing null checks in IfNode::has_only_uncommon_traps
Summary: IfNode::has_only_uncommon_traps needs to null-check the callers.
Reviewed-by: kvn, roland, rbackman
kshefov [Fri, 13 Nov 2015 18:14:41 +0300] rev 34176
8131778: java disables UseAES flag when using VIS=2 on sparc
Reviewed-by: iignatyev, kvn
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