On Thu, 1 Apr 2021 11:48:21 GMT, Jim Laskey <jlas...@openjdk.org> wrote:

> We should never close the jimage since java threads can still be running 
> after a hard exit().

src/java.base/share/native/libjimage/imageFile.cpp line 219:

> 217: // WARNING: Should never close the jimage file.
> 218: //          Threads may still be running at shutdown.
> 219: #if 0

Are you keeping the code in order to re-visit it again? Just wondering why it's 
not deleted.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3304

Reply via email to