hotspot/src/share/vm/prims/jniCheck.cpp
changeset 27880 afb974a04396
parent 25716 fc9bd7814b10
child 29081 c61eb4914428
--- a/hotspot/src/share/vm/prims/jniCheck.cpp	Fri Nov 28 16:33:57 2014 +0100
+++ b/hotspot/src/share/vm/prims/jniCheck.cpp	Mon Dec 01 12:16:15 2014 -0500
@@ -1554,7 +1554,7 @@
       }
       // Avoiding call to UNCHECKED()->ReleaseStringUTFChars() since that will fire unexpected dtrace probes
       // Note that the dtrace arguments for the allocated memory will not match up with this solution.
-      FreeHeap((char*)result, mtInternal);
+      FreeHeap((char*)result);
     }
     functionExit(thr);
     return new_result;