[jmm-dev] VarHandle.safepoint() methods

Andrew Haley aph at redhat.com
Thu Jan 5 10:34:11 UTC 2017


On 05/01/17 01:03, Gil Tene wrote:

> Runtime.runWithNoCheckpointBoundaries(Runnable r) will run r,
> guaranteeing that no checkpoint crossing boundaries exist within the
> execution of r.

But this is surely impossible: many operations include safepoints.
And I was trying to piggyback this on the existing mechanism.

Andrew.



More information about the jmm-dev mailing list