Skip to content

Commit dbee861

Browse files
committedFeb 17, 2023
8260576: Typo in compiler/runtime/safepoints/TestRegisterRestoring.java
Backport-of: 54e7a64
1 parent 169b3d2 commit dbee861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/jtreg/compiler/runtime/safepoints/TestRegisterRestoring.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static void main(String args[]) throws Exception {
4747
// Check result
4848
for (int i = 0; i < array.length; i++) {
4949
if (array[i] != 10_000) {
50-
throw new RuntimeException("Test failed: array[" + i + "] = " + array[i] + " but should be 10.000");
50+
throw new RuntimeException("Test failed: array[" + i + "] = " + array[i] + " but should be 10,000");
5151
}
5252
array[i] = 0;
5353
}

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Feb 17, 2023

@openjdk-notifier[bot]
Please sign in to comment.