diff test/runtime/8003720/Test8003720.java @ 7186:dad48145e775

8004199: Change the ASM package for Test8003720 Reviewed-by: kvn, jrose
author stefank
date Thu, 29 Nov 2012 23:02:52 +0100
parents d0aa87f04bd5
children
line wrap: on
line diff
--- a/test/runtime/8003720/Test8003720.java	Thu Nov 29 16:50:29 2012 -0500
+++ b/test/runtime/8003720/Test8003720.java	Thu Nov 29 23:02:52 2012 +0100
@@ -26,7 +26,7 @@
  * @test
  * @bug 8003720
  * @summary Method in interpreter stack frame can be deallocated
- * @compile -XDignore.symbol.file Victim.java
+ * @compile -XDignore.symbol.file -source 1.7 -target 1.7 Victim.java
  * @run main/othervm -Xverify:all -Xint Test8003720
  */