ObjectVector

Remi Forax forax at univ-mlv.fr
Thu May 8 15:31:04 UTC 2025


Hello,
in java, unlike in C, references are opaque so a lot of operations on the value of the reference are not allowed,
but some still exist like checking if the value is null or not.

Is there a way to create an ObjectVector that would only implement those simple operations ?

Or is it a stupid idea given that both ZGC and shenandoah use read-barrier ?

regards,
Rémi


More information about the panama-dev mailing list