test/jdk/com/sun/jdi/ExceptionEvents.java
changeset 54660 4dc2f6122252
parent 47216 71c04702a3d5
equal deleted inserted replaced
54659:62d6baca22fc 54660:4dc2f6122252
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   420         request.addClassExclusionFilter("sun.*");
   420         request.addClassExclusionFilter("sun.*");
   421         request.addClassExclusionFilter("com.sun.*");
   421         request.addClassExclusionFilter("com.sun.*");
   422         request.addClassExclusionFilter("com.oracle.*");
   422         request.addClassExclusionFilter("com.oracle.*");
   423         request.addClassExclusionFilter("oracle.*");
   423         request.addClassExclusionFilter("oracle.*");
   424         request.addClassExclusionFilter("jdk.internal.*");
   424         request.addClassExclusionFilter("jdk.internal.*");
       
   425         request.addClassExclusionFilter("jdk.vm.ci.hotspot.*");
   425         request.setSuspendPolicy(suspendPolicy);
   426         request.setSuspendPolicy(suspendPolicy);
   426         request.enable();
   427         request.enable();
   427 
   428 
   428         listenUntilVMDisconnect();
   429         listenUntilVMDisconnect();
   429     }
   430     }