Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8267166: Remove test file vmTestbase/vm/mlvm/tools/LoadClass.java
Reviewed-by: gziemski, coleenp
  • Loading branch information
Harold Seigel committed May 18, 2021
1 parent ce88b33 commit 02507bc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 126 deletions.
Expand Up @@ -70,12 +70,6 @@
* Class saving is controlled by -saveClassFile option.
* A prefix can be added to the file name using {@link #setFileNamePrefix}
* function.
*
* <p>There is a tool to load the saved .class file.
* The tool tries to load class using a number of class loaders. For more
* information, please see tool documentation: {@link vm.mlvm.tools.LoadClass}.
*
* @see vm.mlvm.tools.LoadClass
*/
public abstract class StressClassLoadingTest extends MlvmTest {
private static final String RESCUE_FILE_NAME = "_AnonkTestee01.class";
Expand Down
Expand Up @@ -65,9 +65,6 @@
* the VM verifier. But this test tries to find pathological cases, such
* as infinite loops during verification or VM crashes.
*
* <p>NB: There is a tool to load invalid classes saved by this test.
* Please see tool documentation at {@link vm.mlvm.tools.LoadClass}
*
*/
public class Test extends StressClassLoadingTest {
private final static Class<?> HOST_CLASS = AnonkTestee01.class;
Expand Down
Expand Up @@ -62,9 +62,6 @@
* the VM verifier. But this test is looking for pathological cases
* such as infinite loops in the verifier or VM crashes.
*
* <p>NB: There is a tool to load invalid classes saved by this test.
* Please see tool documentation at {@link vm.mlvm.tools.LoadClass}.
*
*/
public class Test extends StressClassLoadingTest {
private static final Class<?> HOST_CLASS = Test.class;
Expand Down
114 changes: 0 additions & 114 deletions test/hotspot/jtreg/vmTestbase/vm/mlvm/tools/LoadClass.java

This file was deleted.

1 comment on commit 02507bc

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.