< prev index next >

test/hotspot/jtreg/runtime/cds/redefineClass/RedefineRunningMethods_Shared.java

Print this page




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 /*
  26  * @test
  27  * @summary Run /serviceability/jvmti/RedefineClasses/RedefineRunningMethods in AppCDS mode to
  28  *          make sure class redefinition works with CDS.
  29  * @requires vm.cds
  30  * @library /test/lib /test/hotspot/jtreg/serviceability/jvmti/RedefineClasses /test/hotspot/jtreg/runtime/appcds
  31  * @modules java.base/jdk.internal.misc
  32  * @modules java.compiler
  33  *          java.instrument
  34  *          jdk.jartool/sun.tools.jar
  35  * @run driver RedefineClassHelper
  36  * @build sun.hotspot.WhiteBox RedefineRunningMethods_SharedHelper
  37  * @run driver RedefineRunningMethods_Shared
  38  */
  39 
  40 import jdk.test.lib.process.OutputAnalyzer;
  41 
  42 public class RedefineRunningMethods_Shared {
  43     public static String shared_classes[] = {
  44         "RedefineRunningMethods_Shared",
  45         "RedefineRunningMethods_SharedHelper",
  46         "RedefineRunningMethods",
  47         "RedefineRunningMethods$1",
  48         "RedefineRunningMethods$2",
  49         "RedefineRunningMethods$3",
  50         "RedefineRunningMethods_B",




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 /*
  26  * @test
  27  * @summary Run /serviceability/jvmti/RedefineClasses/RedefineRunningMethods in AppCDS mode to
  28  *          make sure class redefinition works with CDS.
  29  * @requires vm.cds
  30  * @library /test/lib /test/hotspot/jtreg/serviceability/jvmti/RedefineClasses /test/hotspot/jtreg/runtime/cds
  31  * @modules java.base/jdk.internal.misc
  32  * @modules java.compiler
  33  *          java.instrument
  34  *          jdk.jartool/sun.tools.jar
  35  * @run driver RedefineClassHelper
  36  * @build sun.hotspot.WhiteBox RedefineRunningMethods_SharedHelper
  37  * @run driver RedefineRunningMethods_Shared
  38  */
  39 
  40 import jdk.test.lib.process.OutputAnalyzer;
  41 
  42 public class RedefineRunningMethods_Shared {
  43     public static String shared_classes[] = {
  44         "RedefineRunningMethods_Shared",
  45         "RedefineRunningMethods_SharedHelper",
  46         "RedefineRunningMethods",
  47         "RedefineRunningMethods$1",
  48         "RedefineRunningMethods$2",
  49         "RedefineRunningMethods$3",
  50         "RedefineRunningMethods_B",


< prev index next >