I'm using java:0.12.2, and running on Windows 10. After executing the following code: ``` const java = require("java") const ArrayList = java.import("java.util.ArrayList"); console.log(new ArrayList().sizeSync()) ``` The process doesn't exit. Is there a java.destroy() or something?