Searched defs:native_char (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp395 const char native_char = is_native ? 'n' : ' '; local
398 st->print("%c%c%c%c%c ", compile_type, sync_char, exception_char, blocking_char, native_char);

Completed in 574 milliseconds