Hacker News new | ask | show | jobs
by ryao 921 days ago
What is the memory-safe subset of Java? Java is memory safe by definition. Sadly, the definition might not give people what they want, which is bug-free code.
1 comments

If you use sun.misc.Unsafe you've left the memory-safe subset.
Thanks. I had no idea that existed.