changeset 9804:6703a8a0b2d9

8145566: PrintNMethods compile command broken since b89 Summary: Decremented Symbol twice Reviewed-by: thartmann, kvn
author neliasso
date Sat, 19 Dec 2015 19:06:02 +0100
parents 1a9340c80e92
children 0e9d64117522
files src/share/vm/compiler/compilerOracle.cpp
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/compiler/compilerOracle.cpp	Tue Dec 15 16:55:24 2015 +0100
+++ b/src/share/vm/compiler/compilerOracle.cpp	Sat Dec 19 19:06:02 2015 +0100
@@ -247,15 +247,6 @@
   if (_option != NULL) {
     os::free((void*)_option);
   }
-  if (_class_name != NULL) {
-    _class_name->decrement_refcount();
-  }
-  if (_method_name != NULL) {
-    _method_name->decrement_refcount();
-  }
-  if (_signature != NULL) {
-    _signature->decrement_refcount();
-  }
 }
 
 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, const char*& error_msg) {