8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
Summary: Removed unused local variable
Reviewed-by: thartmann
--- 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;