jdk/test/java/lang/instrument/RedefineBigClass.sh
changeset 19039 accceacb7fa7
parent 15254 3997a6f357cb
child 21347 21c6a82adf04
equal deleted inserted replaced
19038:b232a1a962ba 19039:accceacb7fa7
     1 #
     1 #
     2 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2013 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.
    20 # or visit www.oracle.com if you need additional information or have any
    20 # or visit www.oracle.com if you need additional information or have any
    21 # questions.
    21 # questions.
    22 #
    22 #
    23 
    23 
    24 # @test
    24 # @test
    25 # @bug 7121600
    25 # @bug 7121600 8016838
    26 # @summary Redefine a big class.
    26 # @summary Redefine a big class.
    27 # @author Daniel D. Daugherty
    27 # @author Daniel D. Daugherty
    28 #
    28 #
    29 # @run shell MakeJAR3.sh RedefineBigClassAgent 'Can-Redefine-Classes: true'
    29 # @run shell MakeJAR3.sh RedefineBigClassAgent 'Can-Redefine-Classes: true'
    30 # @run build BigClass RedefineBigClassApp
    30 # @run build BigClass RedefineBigClassApp