We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954bbaa commit f9a6075Copy full SHA for f9a6075
test/hotspot/jtreg/compiler/codegen/Test7100757.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -50,7 +50,7 @@ public static void main(String[] args) {
50
Random rnd = Utils.getRandomInstance();
51
long[] ra = new long[(NBITS+63)/64];
52
53
- for(int l=0; l < 5000000; l++) {
+ for(int l=0; l < 50_000; l++) {
54
55
for(int r = 0; r < ra.length; r++) {
56
ra[r] = rnd.nextLong();
0 commit comments