Browse Source

Moving two tests which are currently supported only on Java 8

tags/light-jdk7u51+10^0
Ivan Dubrov 10 years ago
parent
commit
f489c524bf

dcevm/src/test/java7/com/github/dcevm/test/fields/InstanceFieldHandleTest.java → dcevm/src/test/java8/com/github/dcevm/test/fields/InstanceFieldHandleTest.java View File

/** /**
* Test for replacing field with MethodHandle pointing to it. * Test for replacing field with MethodHandle pointing to it.
* *
* Technically, should work for Java 7, but currently is not supported in Java 7.
*
* @author Ivan Dubrov * @author Ivan Dubrov
*/ */
public class InstanceFieldHandleTest { public class InstanceFieldHandleTest {

dcevm/src/test/java7/com/github/dcevm/test/fields/StaticFieldHandleTest.java → dcevm/src/test/java8/com/github/dcevm/test/fields/StaticFieldHandleTest.java View File

/** /**
* Test for replacing field with MethodHandle pointing to it. * Test for replacing field with MethodHandle pointing to it.
* *
* Technically, should work for Java 7, but currently is not supported in Java 7.
*
* @author Ivan Dubrov * @author Ivan Dubrov
*/ */
public class StaticFieldHandleTest { public class StaticFieldHandleTest {

Loading…
Cancel
Save