mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8258912: Remove JVM options CountJNICalls and CountJVMCalls
Reviewed-by: coleenp, lfoltan, shade
This commit is contained in:
parent
be57cf149e
commit
38a1201746
11 changed files with 6 additions and 708 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue