diff --git a/runtime/vm/JFRConstantPoolTypes.hpp b/runtime/vm/JFRConstantPoolTypes.hpp index 2d34a2b02a2..58d035d8092 100644 --- a/runtime/vm/JFRConstantPoolTypes.hpp +++ b/runtime/vm/JFRConstantPoolTypes.hpp @@ -510,7 +510,7 @@ class VM_JFRConstantPoolTypes { goto skipFrame; } else { frame->methodIndex = cp->getMethodEntry(romMethod, ramClass); - frame->frameType = Interpreted; /* TODO need a way to know if its JIT'ed and inlined */ + frame->frameType = (FrameType) frameType; } if ((UDATA)-1 == bytecodeOffset) {