diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotXirGenerator.java @ 1480:2fe369533fed

Additional debug output.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Sat, 27 Nov 2010 16:43:53 +0100
parents 5571b97fc1ec
children b1f2e875300a
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotXirGenerator.java	Sat Nov 27 14:30:07 2010 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotXirGenerator.java	Sat Nov 27 16:43:53 2010 +0100
@@ -993,10 +993,9 @@
 
             asm.bindInline(patchSite);
             asm.mark(MARK_DUMMY_OOP_RELOCATION);
+
             asm.jmp(patchStub);
 
-            // TODO(tw): Need a safepoint here?
-
             // TODO: make this more generic & safe - this is needed to create space for patching
             asm.nop(5);