8197944: Condy tests fails on Windows
Reviewed-by: dholmes
This commit is contained in:
parent
3da040b2b8
commit
2ab07cc314
@ -493,9 +493,6 @@ java/lang/StringCoding/CheckEncodings.sh 7008363 generic-
|
||||
|
||||
java/lang/String/nativeEncoding/StringPlatformChars.java 8182569 windows-all,solaris-all
|
||||
|
||||
java/lang/invoke/condy/CondyRepeatFailedResolution.java 8197944 windows-all
|
||||
java/lang/invoke/condy/CondyReturnPrimitiveTest.java 8197944 windows-all
|
||||
|
||||
############################################################################
|
||||
|
||||
# jdk_instrument
|
||||
|
@ -34,16 +34,11 @@
|
||||
import jdk.experimental.bytecode.BasicClassBuilder;
|
||||
import jdk.experimental.bytecode.Flag;
|
||||
import jdk.experimental.bytecode.TypedCodeBuilder;
|
||||
import org.testng.Assert;
|
||||
import org.testng.annotations.BeforeClass;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileOutputStream;
|
||||
import java.lang.invoke.MethodHandles;
|
||||
import java.lang.invoke.MethodType;
|
||||
import java.lang.reflect.Method;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
@Test
|
||||
public class CondyInterfaceWithOverpassMethods {
|
||||
@ -93,9 +88,6 @@ public class CondyInterfaceWithOverpassMethods {
|
||||
))
|
||||
.build();
|
||||
|
||||
// For debugging purposes
|
||||
new FileOutputStream(new File(genClassName + ".class")).write(byteArray);
|
||||
|
||||
gc = MethodHandles.lookup().defineClass(byteArray);
|
||||
}
|
||||
|
||||
|
@ -39,8 +39,6 @@ import org.testng.Assert;
|
||||
import org.testng.annotations.BeforeClass;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileOutputStream;
|
||||
import java.lang.invoke.MethodHandles;
|
||||
import java.lang.invoke.MethodType;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
@ -217,9 +215,6 @@ public class CondyRepeatFailedResolution {
|
||||
))
|
||||
.build();
|
||||
|
||||
// For debugging purposes
|
||||
new FileOutputStream(new File(genClassName + ".class")).write(byteArray);
|
||||
|
||||
gc = MethodHandles.lookup().defineClass(byteArray);
|
||||
}
|
||||
|
||||
|
@ -39,8 +39,6 @@ import org.testng.Assert;
|
||||
import org.testng.annotations.BeforeClass;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileOutputStream;
|
||||
import java.lang.invoke.MethodHandles;
|
||||
import java.lang.invoke.MethodType;
|
||||
import java.lang.reflect.Method;
|
||||
@ -218,9 +216,6 @@ public class CondyReturnPrimitiveTest {
|
||||
))
|
||||
.build();
|
||||
|
||||
// For debugging purposes
|
||||
new FileOutputStream(new File(genClassName + ".class")).write(byteArray);
|
||||
|
||||
gc = MethodHandles.lookup().defineClass(byteArray);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user