test/hotspot/jtreg/runtime/appcds/redefineClass/RedefineBasicTest.java
changeset 50735 2f2af62dfac7
parent 48469 7312ae4465d6
child 51990 6003e034cdd8
equal deleted inserted replaced
50734:0828a0f6676b 50735:2f2af62dfac7
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2018, 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.
    41 import jdk.test.lib.process.OutputAnalyzer;
    41 import jdk.test.lib.process.OutputAnalyzer;
    42 
    42 
    43 public class RedefineBasicTest {
    43 public class RedefineBasicTest {
    44     public static String sharedClasses[] = {
    44     public static String sharedClasses[] = {
    45         "RedefineBasic",
    45         "RedefineBasic",
    46         "RedefineBasic$B",
    46         "RedefineBasic_B",
    47         "RedefineBasic$SubclassOfB",
    47         "RedefineBasic$SubclassOfB",
    48         "RedefineBasic$Subclass2OfB",
    48         "RedefineBasic$Subclass2OfB",
    49         "RedefineClassHelper",
    49         "RedefineClassHelper",
    50         "jdk/test/lib/compiler/InMemoryJavaCompiler",
    50         "jdk/test/lib/compiler/InMemoryJavaCompiler",
    51         "jdk/test/lib/compiler/InMemoryJavaCompiler$FileManagerWrapper",
    51         "jdk/test/lib/compiler/InMemoryJavaCompiler$FileManagerWrapper",