jdk-24/hotspot/test/compiler/arraycopy
Tobias Hartmann 63403a410e 8154073: Several compiler tests fail when are executed with C1 only
Added missing flag checks to the tests and Whitebox API.

Reviewed-by: kvn
2016-04-14 08:32:39 +02:00
..
TestArrayCloneBadAssert.java 8073792: assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent 2015-02-25 10:44:38 +01:00
TestArrayCopyAsLoadsStores.java 8076188: Optimize arraycopy out for non escaping destination 2015-05-12 10:27:50 +02:00
TestArrayCopyBadReexec.java 8073866: Fix for 8064703 is not sufficient 2015-03-16 12:24:06 +01:00
TestArrayCopyMacro.java 6700100: optimize inline_native_clone() for small objects with exact klass 2014-12-16 13:49:36 +01:00
TestArrayCopyNoInit.java 8073866: Fix for 8064703 is not sufficient 2015-03-16 12:24:06 +01:00
TestArrayCopyNoInitDeopt.java 8154073: Several compiler tests fail when are executed with C1 only 2016-04-14 08:32:39 +02:00
TestArrayCopyOfStopped.java 8074676: java.lang.invoke.PermuteArgsTest.java fails with "assert(is_Initialize()) failed: invalid node class" 2015-04-15 11:01:56 +02:00
TestArrayCopyOverflowArguments.java 8144466: ppc64: fix argument passing through opto stubs 2015-12-07 15:42:47 +01:00
TestArrayCopyOverflowInBoundChecks.java 8134468: Lucene test failures with 32 bit JDK 9b78, Server compiler 2015-09-02 10:00:27 +02:00
TestArrayCopyStoppedAfterGuards.java 8075921: assert assert(allocx == alloc) fails in library_call.cpp 2015-03-27 08:58:45 +01:00
TestArrayCopyUtils.java 8076188: Optimize arraycopy out for non escaping destination 2015-05-12 10:27:50 +02:00
TestArraysCopyOfNoTypeCheck.java 6700100: optimize inline_native_clone() for small objects with exact klass 2014-12-16 13:49:36 +01:00
TestDeadArrayCopyOnMemChain.java 8080699: Assert failed: Not a Java pointer in JCK test 2015-05-22 09:14:18 +02:00
TestEliminateArrayCopy.java 8076188: Optimize arraycopy out for non escaping destination 2015-05-12 10:27:50 +02:00
TestEliminatedArrayCopyDeopt.java 8130847: Cloned object's fields observed as null after C2 escape analysis 2015-08-15 02:54:18 +02:00
TestEliminatedArrayCopyPhi.java 8134321: tools/pack200/Pack200Test.java crashes in the VM PIT jdk9 b79 2015-08-26 09:49:37 +02:00
TestEliminatedArrayLoopPredicateCopyDeopt.java 8134974: 8130847 broken with loop predicates 2015-09-08 19:19:08 +02:00
TestInstanceCloneAsLoadsStores.java 8076188: Optimize arraycopy out for non escaping destination 2015-05-12 10:27:50 +02:00
TestInstanceCloneUtils.java 8076188: Optimize arraycopy out for non escaping destination 2015-05-12 10:27:50 +02:00
TestLoadBypassArrayCopy.java 8086046: escape analysis generates incorrect code as of B67 2015-06-12 14:10:17 +02:00
TestMissingControl.java 8055153: nsk/stress/jck60/jck60014 crashes on sparc 2014-08-19 17:23:38 +02:00