< prev index next >

hotspot/test/runtime/SelectionResolution/classes/selectionresolution/SelectionResolutionTestCase.java

Print this page

        

@@ -123,11 +123,11 @@
      *
      * @return An error message, or null if the case succeeded.
      */
     public String run() {
         /* Uncomment this line to print EVERY case */
-        //System.err.println("Running\n" + this);
+        System.err.println("Running\n" + this);
         final ClassBuilder builder =
             new ClassBuilder(this, ClassBuilder.ExecutionMode.DIRECT);
         try {
             final ByteCodeClassLoader bcl = new ByteCodeClassLoader();
             final ClassConstruct[] classes = builder.build();
< prev index next >