Skip to content

Commit 0803fc4

Browse files
committed
Backport b166b0d0826435c7965f3f11e8f3cec1392e1e01
1 parent 8692058 commit 0803fc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/hotspot/jtreg/serviceability/attach/EarlyDynamicLoad/EarlyDynamicLoad.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ static void stopChild() throws Exception {
7575

7676
OutputAnalyzer analyzer = new OutputAnalyzer(child);
7777
analyzer.shouldHaveExitValue(0);
78-
analyzer.stderrShouldBeEmpty();
7978
}
8079

8180
@Test

0 commit comments

Comments
 (0)