Skip to content

Commit

Permalink
8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve e…
Browse files Browse the repository at this point in the history
…nough space for 2097152KB object heap

Reviewed-by: lucy, shade
Backport-of: dde519dc2180742c119ac07221c2a149b9f06c18
  • Loading branch information
GoeLin committed Mar 20, 2024
1 parent 5b8a2e5 commit d24d94b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/jdk/java/util/HashMap/WhiteBoxResizeTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Red Hat, Inc. All rights reserved.
* Copyright (c) 2018, 2024, Red Hat, Inc. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -45,6 +45,8 @@
* @modules java.base/java.util:open
* @summary White box tests for HashMap internals around table resize
* @run testng WhiteBoxResizeTest
* @comment skip running this test on 32 bit VM
* @requires vm.bits == "64"
* @key randomness
*/
public class WhiteBoxResizeTest {
Expand Down

1 comment on commit d24d94b

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