We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9297c3 commit c46c099Copy full SHA for c46c099
src/jdk.jdi/share/classes/com/sun/tools/jdi/EventSetImpl.java
@@ -669,7 +669,7 @@ synchronized void build() {
669
try {
670
vm.printTrace("Event: " + evt);
671
} catch (VMDisconnectedException ee) {
672
- // Ignore. See bug 6502716
+ // Ignore. See bug 6502716.
673
} catch (ObjectCollectedException oce) {
674
// Ignore. See bug 8373102. Can happen with SUSPEND_NONE events.
675
vm.printTrace("Event: <got ObjectCollectedException>");
0 commit comments