8180175: ObjectSynchronizer only needs to iterate in-use monitors
Summary: When using -XX:+MonitorInUseLists, then only iterate in-use monitors.
Reviewed-by: zgu, dholmes, rehn
## Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.## This code is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License version 2 only, as# published by the Free Software Foundation. Oracle designates this# particular file as subject to the "Classpath" exception as provided# by Oracle in the LICENSE file that accompanied this code.## This code is distributed in the hope that it will be useful, but WITHOUT# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License# version 2 for more details (a copy is included in the LICENSE file that# accompanied this code).## You should have received a copy of the GNU General Public License version# 2 along with this work; if not, write to the Free Software Foundation,# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.## Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA# or visit www.oracle.com if you need additional information or have any# questions.## ########################################################### ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. #### ###########################################################class name javax/script/AbstractScriptEngineheader extends java/lang/Object implements javax/script/ScriptEngine flags 421class name javax/script/Bindingsheader extends java/lang/Object implements java/util/Map flags 601 signature Ljava/lang/Object;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;-method name put descriptor (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;class name javax/script/Compilableheader extends java/lang/Object flags 601class name javax/script/CompiledScriptheader extends java/lang/Object flags 421class name javax/script/Invocableheader extends java/lang/Object flags 601class name javax/script/ScriptContextheader extends java/lang/Object flags 601class name javax/script/ScriptEngineheader extends java/lang/Object flags 601class name javax/script/ScriptEngineFactoryheader extends java/lang/Object flags 601class name javax/script/ScriptEngineManagerheader extends java/lang/Object flags 21class name javax/script/ScriptExceptionheader extends java/lang/Exception flags 21class name javax/script/SimpleBindingsheader extends java/lang/Object implements javax/script/Bindings flags 21innerclass innerClass java/util/Map$Entry outerClass java/util/Map innerClassName Entry flags 609class name javax/script/SimpleScriptContextheader extends java/lang/Object implements javax/script/ScriptContext flags 21