< prev index next >

test/jdk/javax/swing/JTable/8031971/bug8031971.java

Print this page

        

@@ -30,11 +30,11 @@
 /**
  * @test
  * @bug 8031971 8039750
  * @author Alexander Scherbatiy
  * @summary Use only public methods in the SwingLazyValue
- * @run main bug8031971
+ * @run main/othervm bug8031971
  */
 public class bug8031971 {
 
     static Object[][] RENDERERS = {
         {Object.class, "javax.swing.table.DefaultTableCellRenderer$UIResource"},
< prev index next >