From f8fbb4df97ee3605a656e35dd37172072db41a38 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 12 Jun 2025 05:07:53 +0000 Subject: [PATCH] fix comment --- .../jtreg/compiler/codecache/CodeCacheSegmentSizeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/codecache/CodeCacheSegmentSizeTest.java b/test/hotspot/jtreg/compiler/codecache/CodeCacheSegmentSizeTest.java index 9b7444cda17..9d4d1680383 100644 --- a/test/hotspot/jtreg/compiler/codecache/CodeCacheSegmentSizeTest.java +++ b/test/hotspot/jtreg/compiler/codecache/CodeCacheSegmentSizeTest.java @@ -52,7 +52,7 @@ public class CodeCacheSegmentSizeTest { output.shouldContain("Error: Could not create the Java Virtual Machine."); output.shouldContain("Error: A fatal exception has occurred. Program will exit."); - // Graceful exit with error code (usually 1) + // Graceful exit with error code 1 output.shouldHaveExitValue(1); } }