8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
authorzgu
Mon, 07 Jan 2019 09:17:08 -0500
changeset 53198 8663bd437bb8
parent 53197 c92f4465fff1
child 53199 11464bf82dce
8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic() Summary: Removed unused local variable Reviewed-by: thartmann
src/hotspot/share/ci/bcEscapeAnalyzer.cpp
--- a/src/hotspot/share/ci/bcEscapeAnalyzer.cpp	Tue Jan 08 09:55:55 2019 -0800
+++ b/src/hotspot/share/ci/bcEscapeAnalyzer.cpp	Mon Jan 07 09:17:08 2019 -0500
@@ -1219,8 +1219,6 @@
 }
 
 bool BCEscapeAnalyzer::compute_escape_for_intrinsic(vmIntrinsics::ID iid) {
-  ArgumentMap arg;
-  arg.clear();
   switch (iid) {
   case vmIntrinsics::_getClass:
     _return_local = false;