Skip to content

Commit

Permalink
8273169: java/util/regex/NegativeArraySize.java failed after JDK-8271302
Browse files Browse the repository at this point in the history
Backport-of: 683e30db79789ee44b3cc0b44c085de4615bca7b
  • Loading branch information
TheRealMDoerr committed Mar 30, 2022
1 parent ef42dbb commit d89ad1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/util/regex/NegativeArraySize.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @test
* @bug 8223174
* @summary Pattern.compile() can throw confusing NegativeArraySizeException
* @requires os.maxMemory >= 5g
* @requires os.maxMemory >= 5g & vm.bits == 64
* @run testng/othervm -Xms5G -Xmx5G NegativeArraySize
*/

Expand Down

1 comment on commit d89ad1f

@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.