Searched refs:sync_char (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp392 const char sync_char = is_synchronized ? 's' : ' '; local
398 st->print("%c%c%c%c%c ", compile_type, sync_char, exception_char, blocking_char, native_char);
437 const char sync_char = method->is_synchronized() ? 's' : ' '; local
442 st->print(" %c%c%c ", sync_char, exception_char, monitors_char);

Completed in 32 milliseconds