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
Reviewed-by: jiefu, serb
  • Loading branch information
bobpengxie authored and mrserb committed Aug 31, 2021
1 parent 1996f64 commit 683e30d
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 683e30d

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