dtzWill / vmkit

VM framework using LLVM by Nicolas Geoffray, including a functional JVM. 'master' tracks official SVN, other branches are my own development.
vmkit.llvm.org
Other
9 stars 6 forks source link

Implement Weak Global References #4

Open dtzWill opened 12 years ago

dtzWill commented 12 years ago

See http://java.sun.com/docs/books/jni/html/refs.html .

Needed for much native code shipped with OpenJDK, particularly awt/swing/etc.

dtzWill commented 12 years ago

Needed for 'batik' from dacapo-9.12