kvn [Fri, 20 Nov 2015 08:29:10 -0800] rev 34205
8143012: CRC32 Intrinsics support on SPARC
Reviewed-by: kvn, roland
Contributed-by: ahmed.khawaja@oracle.com
thartmann [Fri, 20 Nov 2015 10:09:42 +0100] rev 34204
8140390: Char stores/loads accessing byte arrays must be marked as unmatched
Summary: Mark unmatched char stores/loads emitted by CompactStrings.
Reviewed-by: roland, vlivanov, jrose
mcberg [Thu, 19 Nov 2015 16:07:22 -0800] rev 34203
8142980: SKX SpecJvm2008 - Derby
Summary: Fix EVEX and AVX512 problems found by testing on 64-bit SKX and KNL EVEX enabled platforms.
Reviewed-by: iveresov, kvn, vlivanov
simonis [Mon, 16 Nov 2015 14:19:10 +0100] rev 34202
8141551: C2 can not handle returns with inccompatible interface arrays
Reviewed-by: kvn
mdoerr [Mon, 05 Oct 2015 23:50:43 +0200] rev 34201
8138895: C1: PPC64 Port needs special register for Locks in synchronization code
Reviewed-by: vlivanov, goetz
mdoerr [Wed, 21 Oct 2015 11:40:05 +0200] rev 34200
8138892: C1: Improve counter overflow checking
Reviewed-by: iveresov, goetz, twisti, vlivanov
goetz [Fri, 18 Sep 2015 13:41:24 +0200] rev 34199
8134579: [TESTBUG] Some bmi tests fail if can_access_local_variables is on.
Summary: Others fail because of uncommon trap. Also fix test file names.
Reviewed-by: vlivanov
goetz [Thu, 19 Nov 2015 11:02:14 +0100] rev 34198
8143180: Internal Error in src/cpu/ppc/vm/macroAssembler_ppc.cpp:4287
Summary: Fix ppc64 issue after 8141133.
Reviewed-by: simonis, goetz
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