[pypy-svn] r66149 - pypy/branch/pyjitpl5/pypy/translator/jvm

antocuni at codespeak.net antocuni at codespeak.net
Tue Jul 7 12:30:42 CEST 2009


Author: antocuni
Date: Tue Jul  7 12:30:41 2009
New Revision: 66149

Modified:
   pypy/branch/pyjitpl5/pypy/translator/jvm/opcodes.py
Log:
ignore this opcode, so that genjvm doesn't crash


Modified: pypy/branch/pyjitpl5/pypy/translator/jvm/opcodes.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/translator/jvm/opcodes.py	(original)
+++ pypy/branch/pyjitpl5/pypy/translator/jvm/opcodes.py	Tue Jul  7 12:30:41 2009
@@ -96,6 +96,7 @@
     'gc__collect':              jvm.SYSTEMGC,
     'gc_set_max_heap_size':     Ignore,
     'resume_point':             Ignore,
+    'promote_virtualizable':    Ignore,
 
     'debug_assert':              [], # TODO: implement?
 



More information about the Pypy-commit mailing list