src/hotspot/share/classfile/javaClasses.hpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Cdiff src/hotspot/share/classfile/javaClasses.hpp

src/hotspot/share/classfile/javaClasses.hpp

Print this page

        

*** 1367,1378 **** --- 1367,1380 ---- int version, int bci, Symbol* name, TRAPS); static void compute_offsets(); static void serialize_offsets(SerializeClosure* f) NOT_CDS_RETURN; + #if INCLUDE_JVMCI static void decode(Handle mirror, int method, int version, int bci, int cpref, Symbol*& methodName, Symbol*& fileName, int& lineNumber); static void decode(Handle mirror, methodHandle method, int bci, Symbol*& methodName, Symbol*& fileName, int& lineNumber); + #endif // Debugging friend class JavaClasses; };
src/hotspot/share/classfile/javaClasses.hpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File