hotspot/src/share/vm/prims/jvmtiTagMap.cpp
changeset 17370 59a0620561fa
parent 17087 f0b76c4c93a0
child 20282 7f9cbdf89af2
--- a/hotspot/src/share/vm/prims/jvmtiTagMap.cpp	Wed May 08 21:06:46 2013 -0400
+++ b/hotspot/src/share/vm/prims/jvmtiTagMap.cpp	Fri May 10 08:27:30 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2013, 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
@@ -2857,7 +2857,7 @@
 
     // references from the constant pool
     {
-      ConstantPool* const pool = ik->constants();
+      ConstantPool* pool = ik->constants();
       for (int i = 1; i < pool->length(); i++) {
         constantTag tag = pool->tag_at(i).value();
         if (tag.is_string() || tag.is_klass()) {