diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java @ 2276:f58974bce9bd

Up-to-date with CRI changes.
author Doug Simon <doug.simon@oracle.com>
date Tue, 08 Mar 2011 10:26:25 +0100
parents e5ba25730d9b
children 569d3fe7d65c
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java	Thu Mar 03 19:30:55 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java	Tue Mar 08 10:26:25 2011 +0100
@@ -184,4 +184,9 @@
     public int intrinsic() {
         return 0;
     }
+
+    @Override
+    public boolean minimalDebugInfo() {
+        return false;
+    }
 }