< prev index next >

src/hotspot/share/runtime/flags/jvmFlag.cpp

Print this page
rev 50967 : 8206977: Minor improvements of runtime code.

*** 937,946 **** --- 937,950 ---- max_score = score; match = current; } } + if (match == NULL) { + return NULL; + } + if (!(match->is_unlocked() || match->is_unlocker())) { if (!allow_locked) { return NULL; } }
< prev index next >