Backporting Branch
CACAO 0.96 works with GNU Classpath 0.91.
It would be a good idea to create an SVN branch that works with the latest classpath release and still contains the improvements of HEAD.
So far, you only have to revert commit from r4792 to r4793 So
svn diff -r 4793:4792 > cacao.patch
and
patch -p0 < cacao.patch
at the root of cacao checkout is just enough (i should learn to use svn merge...)
Another change that needs to be reverted:
svn diff -r 4691:4690 > ~/cacao2.patch
Concerning"
r4691 | twisti | 2006-03-28 11:41:33 +0200 (Tue, 28 Mar 2006) | 8 lines * src/native/native.c (dummynativetable): Renamed getModifiers functions to getModifiersInternal due to GNU Classpath VM interface changes. * src/native/vm/Constructor.c (getModifiers): Renamed to getModifiersInternal. * src/native/vm/Field.c (getModifiers): Likewise. * src/native/vm/Method.c (getModifiers): Likewise.