提交 642109b3 编写于 作者: S sla

8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch

Reviewed-by: dcubed
上级 715fdd15
......@@ -115,7 +115,7 @@ public class MethodEntryExitEvents extends TestScaffold {
*/
private String[] excludes = {"java.*", "javax.*", "sun.*",
"com.sun.*", "com.oracle.*",
"oracle.*"};
"oracle.*", "jdk.internal.*"};
MethodEntryExitEvents (String args[]) {
super(args);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册