File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
com/sun/management/DiagnosticCommandMBean Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
#
28
28
#############################################################################
29
29
30
- com/sun/management/DiagnosticCommandMBean/DcmdMBeanTestCheckJni.java 8260378 windows-all
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ public static void main(String[] args) throws Exception {
48
48
OutputAnalyzer out = ProcessTools .executeTestJvm (
49
49
"-Xcheck:jni" ,
50
50
DcmdMBeanRunner .class .getName ());
51
- out .shouldNotMatch ("WARNING: JNI local refs: \\ d+, exceeds capacity: \\ d+" )
51
+ out .shouldNotMatch ("WARNING: JNI local refs: \\ d+, exceeds capacity: \\ d+\\ s+" +
52
+ "at com.sun.management.internal.DiagnosticCommandImpl.getDiagnosticCommandInfo" )
52
53
.shouldContain ("DcmdMBeanRunner COMPLETE" )
53
54
.shouldHaveExitValue (0 );
54
55
}
You can’t perform that action at this time.
0 commit comments