Skip to content

Commit

Permalink
8339542: compiler/codecache/CheckSegmentedCodeCache.java fails
Browse files Browse the repository at this point in the history
Backport-of: 777c20c
  • Loading branch information
GoeLin committed Jan 13, 2025
1 parent 92171b8 commit 405a892
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ public static void main(String[] args) throws Exception {
// Fails if code heap sizes do not add up
pb = ProcessTools.createLimitedTestJavaProcessBuilder("-XX:+SegmentedCodeCache",
"-XX:ReservedCodeCacheSize=10M",
"-XX:NonNMethodCodeHeapSize=5M",
// After fixing a round_down issue with large page sizes (JDK-8334564),
// 5M is a bit too small for NonNMethodCodeHeap
"-XX:NonNMethodCodeHeapSize=6M",
"-XX:ProfiledCodeHeapSize=5M",
"-XX:NonProfiledCodeHeapSize=5M",
"-version");
Expand Down

0 comments on commit 405a892

Please sign in to comment.