Some subclasses (I'm looking at you, processing.py) might wish to do something other than actually terminate the JVM. This gives them a chance to do whatever they have in mind when cleaning up.
()
| 3394 | * they have in mind when cleaning up. |
| 3395 | */ |
| 3396 | public void exitActual() { |
| 3397 | System.exit(0); |
| 3398 | } |
| 3399 | |
| 3400 | |
| 3401 | /** |