Merge
authordholmes
Tue, 19 May 2015 03:07:42 -0400
changeset 30754 7835e375c453
parent 30753 75e795c4d14f (current diff)
parent 30752 e8641f96a82b (diff)
child 30755 60481f3d4bd6
Merge
--- a/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp	Tue May 19 01:34:53 2015 -0400
+++ b/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp	Tue May 19 03:07:42 2015 -0400
@@ -3993,8 +3993,8 @@
            the_class->get_cached_class_file_bytes()) {
     // The same class can be present twice in the scratch classes list or there
     // are multiple concurrent RetransformClasses calls on different threads.
-    // In such cases we have to deallocate scratch_class cached_class_file_bytes.
-    os::free(scratch_class->get_cached_class_file_bytes());
+    // In such cases we have to deallocate scratch_class cached_class_file.
+    os::free(scratch_class->get_cached_class_file());
   }
 
   // NULL out in scratch class to not delete twice.  The class to be redefined