8131333: [TESTBUG] RedefineRunningMethodsWithResolutionErrors.java Improperly specified VM option 'TraceRedefineClasses=0x600'

Wed, 15 Jul 2015 15:32:33 +0200

author
aeriksso
date
Wed, 15 Jul 2015 15:32:33 +0200
changeset 8052
4b32ab003945
parent 8051
9baa8031bac1
child 8053
0366ad2644f5

8131333: [TESTBUG] RedefineRunningMethodsWithResolutionErrors.java Improperly specified VM option 'TraceRedefineClasses=0x600'
Reviewed-by: coleenp, sspitsyn

test/runtime/RedefineTests/RedefineRunningMethodsWithResolutionErrors.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/runtime/RedefineTests/RedefineRunningMethodsWithResolutionErrors.java	Wed Jul 15 14:50:58 2015 -0700
     1.2 +++ b/test/runtime/RedefineTests/RedefineRunningMethodsWithResolutionErrors.java	Wed Jul 15 15:32:33 2015 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4   *          java.base/jdk.internal.org.objectweb.asm
     1.5   * @build RedefineClassHelper
     1.6   * @run main RedefineClassHelper
     1.7 - * @run main/othervm -javaagent:redefineagent.jar -XX:TraceRedefineClasses=0x600 RedefineRunningMethodsWithResolutionErrors
     1.8 + * @run main/othervm -javaagent:redefineagent.jar RedefineRunningMethodsWithResolutionErrors
     1.9   */
    1.10  
    1.11  import jdk.internal.org.objectweb.asm.ClassWriter;

mercurial