mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8163589: Add back class id intrinsic method for event based tracing
Reviewed-by: kvn, mgronlun
This commit is contained in:
parent
ddfcdd9299
commit
d67d71f44c
6 changed files with 84 additions and 0 deletions
|
@ -366,6 +366,7 @@ bool vmIntrinsics::can_trap(vmIntrinsics::ID id) {
|
|||
switch(id) {
|
||||
#ifdef TRACE_HAVE_INTRINSICS
|
||||
case vmIntrinsics::_counterTime:
|
||||
case vmIntrinsics::_getClassId:
|
||||
#endif
|
||||
case vmIntrinsics::_currentTimeMillis:
|
||||
case vmIntrinsics::_nanoTime:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue