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

constantpool JVM_* api not implemented #1

Open dtzWill opened 12 years ago

dtzWill commented 12 years ago

Used to implement reflective access to annotations (JDK 1.5)

This causes the tomcat, tradebeans, and tradesoap benchmarks from dacapo-9.12-bach to fail.

dtzWill commented 12 years ago

Also causes jython from same dacapo suite to fail