8080155: field "_pc_offset" not found in type ImmutableOopMapSet
authorrbackman
Wed, 13 May 2015 15:23:41 +0200
changeset 30630 0c9eb2d41b48
parent 30629 b6e5ad2f18d5
child 30632 5af737257872
8080155: field "_pc_offset" not found in type ImmutableOopMapSet Reviewed-by: roland
hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/ImmutableOopMapPair.java
--- a/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/ImmutableOopMapPair.java	Tue May 12 10:27:50 2015 +0200
+++ b/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/ImmutableOopMapPair.java	Wed May 13 15:23:41 2015 +0200
@@ -65,7 +65,7 @@
   }
 
   private static void initialize(TypeDataBase db) {
-    Type type = db.lookupType("ImmutableOopMapSet");
+    Type type = db.lookupType("ImmutableOopMapPair");
 
     pcField = type.getCIntegerField("_pc_offset");
     offsetField = type.getCIntegerField("_oopmap_offset");