This commit is contained in:
Dean Long 2016-09-20 16:34:45 -04:00
commit e2e8ee17d0
1861 changed files with 47312 additions and 11099 deletions

View file

@ -223,6 +223,9 @@ bool Compiler::is_intrinsic_supported(const methodHandle& method) {
case vmIntrinsics::_putCharStringU:
#ifdef TRACE_HAVE_INTRINSICS
case vmIntrinsics::_counterTime:
#if defined(_LP64) || !defined(TRACE_ID_CLASS_SHIFT)
case vmIntrinsics::_getClassId:
#endif
#endif
break;
default: