8258912: Remove JVM options CountJNICalls and CountJVMCalls

Reviewed-by: coleenp, lfoltan, shade
This commit is contained in:
Harold Seigel 2021-01-14 15:04:31 +00:00
parent be57cf149e
commit 38a1201746
11 changed files with 6 additions and 708 deletions

View file

@ -132,7 +132,6 @@ Handle JavaArgumentUnboxer::next_arg(BasicType expectedType) {
// Native method block that transitions current thread to '_thread_in_vm'.
#define C2V_BLOCK(result_type, name, signature) \
TRACE_CALL(result_type, jvmci_ ## name signature) \
JVMCI_VM_ENTRY_MARK; \
ResourceMark rm; \
JNI_JVMCIENV(JVMCI::compilation_tick(thread), env);