8250562: Clean up weird comment in vmTestbase class Terminator.java

Delete the weird comment.

Reviewed-by: lfoltan
This commit is contained in:
Harold Seigel 2020-07-28 20:14:01 +00:00
parent 816a7060ba
commit 99ae9558fe

@ -154,10 +154,7 @@ public class Terminator {
}
} catch (InterruptedException exception) {
exception.printStackTrace(System.err);
//
// OOPS, the dagger for terminator looks broken:
//
return;
return;
};
//
// OK, lets do it now: