Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I believe, Oracle JVM uses polling?

This is the class responsible for safepoints: https://github.com/openjdk/jdk/blob/4b544f93ad0e2beae4c80e06...

And this is one of the implementations: https://github.com/openjdk/jdk/blob/4b544f93ad0e2beae4c80e06...

The arming code: https://github.com/openjdk/jdk/blob/4b544f93ad0e2beae4c80e06...

I might be missing something, but I'd be terribly surprised if VM games are worth it.



That JVM totally uses the page protection trick.

Look at the code that talks about polling page.


D'oh. I don't know how I missed it. It's right there around the line 69. Nice.

Well, I'm definitely surprised it works.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: