diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodUnresolved.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/HotSpotMethodUnresolved.java	Thu Mar 03 19:30:55 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodUnresolved.java	Tue Mar 08 10:26:25 2011 +0100
@@ -132,6 +132,11 @@
         throw unresolved("exceptionHandlers");
     }
 
+    @Override
+    public boolean minimalDebugInfo() {
+        throw unresolved("minimalDebugInfo");
+    }
+
     private CiUnresolvedException unresolved(String operation) {
         return new CiUnresolvedException(operation + " not defined for unresolved method " + name);
     }