gjavah and volatility

Andrew Haley aph@redhat.com
Fri Jan 26 16:07:00 GMT 2007


This in Java:
 static volatile SecurityManager current;
generates this in CNI:
 static volatile ::java::lang::SecurityManager * current;
but of course the object isn't volatile, the field is. It should be
 static ::java::lang::SecurityManager * volatile current;
shouldn't it?
Andrew.


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /