hotspot/test/runtime/RedefineObject/TestRedefineObject.java
changeset 29678 dd2f3932c21e
parent 22234 da823d78ad65
child 30604 b8d532cb6420
equal deleted inserted replaced
29586:889895365eb9 29678:dd2f3932c21e
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    31  *
    31  *
    32  * @test
    32  * @test
    33  * @bug 8005056
    33  * @bug 8005056
    34  * @bug 8009728
    34  * @bug 8009728
    35  * @library /testlibrary
    35  * @library /testlibrary
       
    36  * @modules java.base/sun.misc
       
    37  *          java.instrument
       
    38  *          java.management
    36  * @build Agent
    39  * @build Agent
    37  * @run main ClassFileInstaller Agent
    40  * @run main ClassFileInstaller Agent
    38  * @run main TestRedefineObject
    41  * @run main TestRedefineObject
    39  * @run main/othervm -javaagent:agent.jar -XX:TraceRedefineClasses=5 Agent
    42  * @run main/othervm -javaagent:agent.jar -XX:TraceRedefineClasses=5 Agent
    40  */
    43  */