src/hotspot/share/ci/bcEscapeAnalyzer.cpp
changeset 53198 8663bd437bb8
parent 51333 f6641fcf7b7e
child 53199 11464bf82dce
--- 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;