open Udiff src/hotspot/share/classfile/classFileParser.cpp (original) (raw)
rev 49873 : 8199712: Flight Recorder Reviewed-by:
@@ -35,10 +35,11 @@ #include "classfile/symbolTable.hpp" #include "classfile/systemDictionary.hpp" #include "classfile/verificationType.hpp" #include "classfile/verifier.hpp" #include "classfile/vmSymbols.hpp" +#include "jfr/jfrMacros.hpp" #include "logging/log.hpp" #include "logging/logStream.hpp" #include "memory/allocation.hpp" #include "memory/metadataFactory.hpp" #include "memory/oopFactory.hpp"
@@ -65,11 +66,10 @@ #include "runtime/safepointVerifiers.hpp" #include "runtime/signature.hpp" #include "runtime/timer.hpp" #include "services/classLoadingService.hpp" #include "services/threadService.hpp" -#include "trace/traceMacros.hpp" #include "utilities/align.hpp" #include "utilities/bitMap.inline.hpp" #include "utilities/copy.hpp" #include "utilities/exceptions.hpp" #include "utilities/globalDefinitions.hpp"
@@ -5631,11 +5631,11 @@ } } } }
- TRACE_INIT_ID(ik);
JFR_INIT_ID(ik);
// If we reach here, all is well. // Now remove the InstanceKlass* from the _klass_to_deallocate field // in order for it to not be destroyed in the ClassFileParser destructor. set_klass_to_deallocate(NULL);