twisti [Fri, 26 Feb 2016 11:13:25 -1000] rev 36333
8150738: [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing
Reviewed-by: coleenp
vlivanov [Fri, 26 Feb 2016 15:54:55 +0300] rev 36332
8068038: C2: large constant offsets aren't handled on SPARC
Reviewed-by: kvn
vlivanov [Fri, 26 Feb 2016 01:58:29 +0300] rev 36331
8150436: Incorrect invocation mode when linkToInteface linker is eliminated
Reviewed-by: kvn, shade
vlivanov [Fri, 26 Feb 2016 01:58:26 +0300] rev 36330
8150186: Folding mismatched accesses with @Stable is incorrect
Reviewed-by: kvn, jrose, shade
twisti [Wed, 24 Feb 2016 09:22:45 -0800] rev 36329
8150561: [AArch64] JVMCI improvements
Reviewed-by: kvn
aph [Thu, 25 Feb 2016 14:47:08 +0000] rev 36328
Merge
aph [Wed, 24 Feb 2016 12:38:50 +0000] rev 36327
Merge
aph [Wed, 17 Feb 2016 14:06:45 +0000] rev 36326
8150045: arraycopy causes segfaults in SATB during garbage collection
Reviewed-by: roland
shade [Thu, 25 Feb 2016 15:10:16 +0300] rev 36325
8150534: C1 compilation fails with "Constant field loads are folded during parsing"
Reviewed-by: vlivanov, thartmann
neliasso [Thu, 25 Feb 2016 11:17:33 +0100] rev 36324
Merge
neliasso [Thu, 25 Feb 2016 10:44:51 +0100] rev 36323
8069160: serviceability/dcmd/compiler/CompilerQueueTest.java fails due to class not found
Summary: Use whitebox to test specific cases making test less fragile
Reviewed-by: kvn
neliasso [Thu, 25 Feb 2016 10:44:19 +0100] rev 36322
8149789: SIGSEGV in CompileTask::print
Summary: Print tasks from active compile threads requires safepoint
Reviewed-by: kvn
neliasso [Thu, 25 Feb 2016 10:42:42 +0100] rev 36321
8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
Summary: Add whitebox for checking available compilers
Reviewed-by: kvn
thartmann [Thu, 25 Feb 2016 08:47:57 +0100] rev 36320
8150441: CompileTask::print_impl() is broken after JDK-8146905
Summary: Timestamps should be explicitly initialized.
Reviewed-by: dholmes
roland [Wed, 24 Feb 2016 20:18:04 +0000] rev 36319
Merge
roland [Tue, 23 Feb 2016 17:18:31 +0100] rev 36318
8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
Summary: gcc expects clean 32 bit int in 64 bit register on function entry
Reviewed-by: kvn, dlong
shade [Wed, 24 Feb 2016 18:43:51 +0300] rev 36317
8150514: C1 crashes in Canonicalizer::do_ArrayLength() after fix for JDK-8150102
Reviewed-by: thartmann, vlivanov
shade [Tue, 23 Feb 2016 22:09:41 +0300] rev 36316
8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Reviewed-by: psandoz, kvn, jrose, adinn, simonis, coleenp
roland [Tue, 23 Feb 2016 17:59:27 +0100] rev 36315
8007986: GrowableArray should implement binary search
Summary: binary search method for GrowableArray
Reviewed-by: vlivanov, jrose
shade [Tue, 23 Feb 2016 17:55:20 +0300] rev 36314
8150180: String.value contents should be trusted
Reviewed-by: vlivanov, redestad, jrose, twisti
jcm [Mon, 22 Feb 2016 23:37:29 -0800] rev 36313
8145333: -XX:+EnableJVMCI -XX:+UseJVMCICompiler -XX:-EnableJVMCI makes JVM crash
Summary: JVMCI Flags are checked for consistency after parse.
Reviewed-by: twisti
roland [Tue, 23 Feb 2016 10:22:56 +0000] rev 36312
Merge
roland [Tue, 16 Feb 2016 12:54:20 +0100] rev 36311
8149916: Test case for 8149797
Reviewed-by: kvn
shade [Fri, 19 Feb 2016 11:16:38 +0300] rev 36310
8150102: C1 should fold arraylength for constant/trusted arrays
Reviewed-by: vlivanov, kvn
roland [Wed, 17 Feb 2016 10:59:04 +0100] rev 36309
8148786: xml.tranform fails on x86-64
Summary: CCP computes wrong type for CountedLoop iv Phi
Reviewed-by: kvn
roland [Mon, 15 Feb 2016 10:14:33 +0100] rev 36308
8087341: C2 doesn't optimize redundant memory operations with G1
Summary: effect of memory barrier in post barrier is too wide
Reviewed-by: kvn, aph
Contributed-by: adinn <adinn@redhat.com>
thartmann [Mon, 22 Feb 2016 08:04:12 +0100] rev 36307
Merge
kshefov [Sat, 20 Feb 2016 11:49:45 +0300] rev 36306
8141619: Develop new tests for JVMCI compilerToVM class' CP related methods
Reviewed-by: twisti, dpochepk
kshefov [Sat, 20 Feb 2016 11:49:02 +0300] rev 36305
8141618: Change JVMCI compilerToVM constant pool tests to support CP cache
Reviewed-by: twisti, dpochepk
kshefov [Sat, 20 Feb 2016 11:44:14 +0300] rev 36304
8141616: Add new methods to the java Whitebox API
Reviewed-by: kvn, dpochepk