Skip to content

Commit

Permalink
Backport 68f784778ce24a26d768b62b979fd587f131d332
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Oct 3, 2024
1 parent 049df06 commit 7cac28d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/LoadClass/LoadClassNegative.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8020675
* @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/LoadClass/LongBCP.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @summary JVM should be able to handle full path (directory path plus
* class name) or directory path longer than MAX_PATH specified
* in -Xbootclasspath/a on windows.
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/LoadClass/TestResize.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,6 +26,7 @@
* @bug 8184765
* @summary make sure the SystemDictionary gets resized when load factor is too high
* @requires vm.debug
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down

0 comments on commit 7cac28d

Please sign in to comment.