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: dfuchs, aph, msheppar
  • Loading branch information
jaikiran committed Mar 15, 2024
1 parent 80ccc98 commit dde519d
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,6 +1,6 @@
/*
* Copyright (c) 2018, Red Hat, Inc. All rights reserved.
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. 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 @@ -55,6 +55,8 @@
* @bug 8186958 8210280 8281631 8285386 8284780
* @modules java.base/java.util:open
* @summary White box tests for HashMap-related internals around table sizing
* @comment skip running this test on 32 bit VM
* @requires vm.bits == "64"
* @run testng/othervm -Xmx2g WhiteBoxResizeTest
*/
public class WhiteBoxResizeTest {
Expand Down

0 comments on commit dde519d

Please sign in to comment.