Skip to content

Commit

Permalink
JDK-8339166
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Aug 29, 2024
1 parent e57b593 commit 6c15883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/lang/String/concat/HiddenClassUnloading.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static void main(String[] args) throws Throwable {

long initUnloadedClassCount = ManagementFactory.getClassLoadingMXBean().getUnloadedClassCount();

for (int i = 0; i < 2000; i++) {
for (int i = 0; i < 12000; i++) {
int radix = types.length;
String str = Integer.toString(i, radix);
int length = str.length();
Expand Down

0 comments on commit 6c15883

Please sign in to comment.