hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java
changeset 8725 8c1e3dd5fe1b
parent 5547 f4b087cbb361
child 9127 c3fc6f9ed68d
--- a/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java	Fri Mar 18 15:52:42 2011 -0700
+++ b/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java	Fri Mar 18 16:00:34 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -62,7 +62,7 @@
 
     // get the value of static field
     ValueImpl getValue() {
-        return getValue(saField.getFieldHolder());
+        return getValue(saField.getFieldHolder().getJavaMirror());
     }
 
     // get the value of this Field from a specific Oop