Suggested fix for JDK-4724038 (Add unmap method to MappedByteBuffer)

Dawid Weiss dawid.weiss at gmail.com
Thu Sep 10 18:47:32 UTC 2015


> there're already ways to bring down the JVM (e.g. JNI, existing Unsafe usage, etc),

If you can somehow pass switches to the JVM, this one wins my personal
beauty contest (from globals.hpp):

product(intx, SelfDestructTimer, 0,                                       \
          "Will cause VM to terminate after a given time (in minutes) "     \
          "(0 means off)")

Dawid



More information about the core-libs-dev mailing list