changeset 24024:649f01d13b2d

8156836: SIGSEGV: Test test/compiler/jsr292/VMAnonymousClasses.java fails with JTREG 4.2 b02 Summary: Need to specify /othervm in annotation section if jvm command line option -Xbatch is specified. Reviewed-by: kvn
author shshahma
date Mon, 27 Jun 2016 11:27:57 +0000
parents 173a1f83c930
children 04a62a3d51d7
files test/compiler/jsr292/VMAnonymousClasses.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/jsr292/VMAnonymousClasses.java	Mon Jun 27 08:10:51 2016 +0200
+++ b/test/compiler/jsr292/VMAnonymousClasses.java	Mon Jun 27 11:27:57 2016 +0000
@@ -24,7 +24,7 @@
 /**
  * @test
  * @bug 8058828
- * @run main/bootclasspath -Xbatch VMAnonymousClasses
+ * @run main/bootclasspath/othervm -Xbatch VMAnonymousClasses
  */
 
 import jdk.internal.org.objectweb.asm.ClassWriter;