"David" == David Daney <ddaney@avtrex.com> writes:
This fixes the 'volatile' problem that Andrew pointed out.
I just put this in Classpath, the libjava change also updates the .h
files.
David> Perhaps, but I am getting these unexpected changes from 'svn st' with
David> a java-maintainer-mode build:
The files look ok to me. I just updated, 'svn status' claims I have
no diffs, and I spot-checked a file:
opsy. grep volatile java/lang/SecurityManager.h
static ::java::lang::SecurityManager * volatile current;
So ... did you rebuild using the latest gjavah, i.e., the one in svn?
I have my build set up to use the gjavah classes in $srcdir via a
bootstrap JVM. That way gjavah changes are immediately put into use.