Skip to content

Commit 38a1201

Browse files
author
Harold Seigel
committed
8258912: Remove JVM options CountJNICalls and CountJVMCalls
Reviewed-by: coleenp, lfoltan, shade
1 parent be57cf1 commit 38a1201

File tree

11 files changed

+6
-708
lines changed

11 files changed

+6
-708
lines changed

src/hotspot/share/jvmci/jvmciCompilerToVM.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ Handle JavaArgumentUnboxer::next_arg(BasicType expectedType) {
132132

133133
// Native method block that transitions current thread to '_thread_in_vm'.
134134
#define C2V_BLOCK(result_type, name, signature) \
135-
TRACE_CALL(result_type, jvmci_ ## name signature) \
136135
JVMCI_VM_ENTRY_MARK; \
137136
ResourceMark rm; \
138137
JNI_JVMCIENV(JVMCI::compilation_tick(thread), env);

0 commit comments

Comments
 (0)