mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8166806: Add intrinsic support for writer used in event based tracing
Reviewed-by: kvn, egahlin
This commit is contained in:
parent
2069d6b6b3
commit
1175b7f1c8
6 changed files with 64 additions and 0 deletions
|
@ -223,6 +223,7 @@ bool Compiler::is_intrinsic_supported(const methodHandle& method) {
|
|||
case vmIntrinsics::_putCharStringU:
|
||||
#ifdef TRACE_HAVE_INTRINSICS
|
||||
case vmIntrinsics::_counterTime:
|
||||
case vmIntrinsics::_getBufferWriter:
|
||||
#if defined(_LP64) || !defined(TRACE_ID_CLASS_SHIFT)
|
||||
case vmIntrinsics::_getClassId:
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue