Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
/ jdk22u Public archive

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

Backport-of: dde519dc2180742c119ac07221c2a149b9f06c18
  • Loading branch information
GoeLin committed Mar 22, 2024
1 parent 5b3e566 commit 089aad7
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

1 comment on commit 089aad7

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