Home
last modified time | relevance | path

Searched refs:notifyUncaught (Results 1 – 25 of 119) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
H A DEventRequestSpecList.java130 boolean notifyUncaught) in createExceptionCatch() argument
134 return new ExceptionSpec(refSpec, notifyCaught, notifyUncaught); in createExceptionCatch()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
H A DEventRequestSpecList.java130 boolean notifyUncaught) in createExceptionCatch() argument
134 return new ExceptionSpec(refSpec, notifyCaught, notifyUncaught); in createExceptionCatch()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
H A DEventRequestSpecList.java130 boolean notifyUncaught) in createExceptionCatch() argument
134 return new ExceptionSpec(refSpec, notifyCaught, notifyUncaught); in createExceptionCatch()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
H A DEventRequestSpecList.java130 boolean notifyUncaught) in createExceptionCatch() argument
134 return new ExceptionSpec(refSpec, notifyCaught, notifyUncaught); in createExceptionCatch()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in ExceptionSpec
50 boolean notifyUncaught) { in ExceptionSpec() argument
53 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
64 notifyUncaught); in resolveEventRequest()
73 public boolean notifyUncaught() { in notifyUncaught() method in ExceptionSpec
74 return notifyUncaught; in notifyUncaught()
82 result = (37 * result) + (notifyUncaught() ? 0: 1); in hashCode()
94 (this.notifyUncaught() == es.notifyUncaught())) { in equals()
104 if (notifyCaught && !notifyUncaught) { in toString()
107 } else if (notifyUncaught && !notifyCaught) { in toString()
H A DEventRequestSpecList.java130 boolean notifyUncaught) in createExceptionCatch() argument
134 return new ExceptionSpec(refSpec, notifyCaught, notifyUncaught); in createExceptionCatch()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExceptionSpec.java42 boolean notifyUncaught; field in ExceptionSpec
45 boolean notifyCaught, boolean notifyUncaught) in ExceptionSpec() argument
49 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
84 notifyCaught, notifyUncaught)); in resolve()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExceptionSpec.java42 boolean notifyUncaught; field in ExceptionSpec
45 boolean notifyCaught, boolean notifyUncaught) in ExceptionSpec() argument
49 this.notifyUncaught = notifyUncaught; in ExceptionSpec()
84 notifyCaught, notifyUncaught)); in resolve()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/
H A Dnotifyuncaught001.java24 package nsk.jdi.ExceptionRequest.notifyUncaught;
280 bool = ((ExceptionRequest) eventRequest1).notifyUncaught(); in testRun()
292 bool = ((ExceptionRequest) eventRequest2).notifyUncaught(); in testRun()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/
H A Dnotifyuncaught001.java24 package nsk.jdi.ExceptionRequest.notifyUncaught;
280 bool = ((ExceptionRequest) eventRequest1).notifyUncaught(); in testRun()
292 bool = ((ExceptionRequest) eventRequest2).notifyUncaught(); in testRun()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/
H A Dnotifyuncaught001.java24 package nsk.jdi.ExceptionRequest.notifyUncaught;
280 bool = ((ExceptionRequest) eventRequest1).notifyUncaught(); in testRun()
292 bool = ((ExceptionRequest) eventRequest2).notifyUncaught(); in testRun()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/
H A Dexcreq001.java185 excReq.notifyUncaught() == DEBUGGEE_NTFS[j][1]) { in checkRequests()
195 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")" in checkRequests()
211 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")"); in checkRequests()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/
H A Dexcreq001.java185 excReq.notifyUncaught() == DEBUGGEE_NTFS[j][1]) { in checkRequests()
195 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")" in checkRequests()
211 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")"); in checkRequests()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/
H A Dexcreq001.java185 excReq.notifyUncaught() == DEBUGGEE_NTFS[j][1]) { in checkRequests()
195 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")" in checkRequests()
211 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")"); in checkRequests()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/
H A Dexcreq001.java185 excReq.notifyUncaught() == DEBUGGEE_NTFS[j][1]) { in checkRequests()
195 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")" in checkRequests()
211 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")"); in checkRequests()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/
H A Dexcreq001.java185 excReq.notifyUncaught() == DEBUGGEE_NTFS[j][1]) { in checkRequests()
195 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")" in checkRequests()
211 + excReq.notifyCaught() + "," + excReq.notifyUncaught() + ")"); in checkRequests()

12345