2015/6/23 7:33 -0700, vita...@gmail.com: > Yup, I've seen that but that depends on a few JEPs and large undertakings > that aren't part of java 9 release, AFAIK.
Some are, but some aren't. It will be possible to continue using sun.misc.Unsafe in JDK 9, but to do so you'll have to use a new command-line flag, or the reflection API, and (as always) such usage is unsupported and at your own risk. - Mark