hotspot/src/share/vm/ci/ciReplay.cpp
changeset 25325 e3af4e02b0d5
parent 24476 912595db2e75
child 27680 8ecc0871c18e
--- a/hotspot/src/share/vm/ci/ciReplay.cpp	Wed Jun 18 14:21:28 2014 -0700
+++ b/hotspot/src/share/vm/ci/ciReplay.cpp	Thu Jun 19 11:16:10 2014 -0400
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2013, 2014, 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
@@ -686,7 +686,7 @@
       switch (cp->tag_at(i).value()) {
         case JVM_CONSTANT_UnresolvedClass: {
           if (tag == JVM_CONSTANT_Class) {
-            tty->print_cr("Resolving klass %s at %d", cp->unresolved_klass_at(i)->as_utf8(), i);
+            tty->print_cr("Resolving klass %s at %d", cp->klass_name_at(i)->as_utf8(), i);
             Klass* k = cp->klass_at(i, CHECK);
           }
           break;