src/share/vm/code/codeBlob.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/code/codeBlob.hpp	Tue Dec 13 12:42:42 2016
--- new/src/share/vm/code/codeBlob.hpp	Tue Dec 13 12:42:40 2016

*** 38,50 **** --- 38,49 ---- enum { MethodNonProfiled = 0, // Execution level 1 and 4 (non-profiled) nmethods (including native nmethods) MethodProfiled = 1, // Execution level 2 and 3 (profiled) nmethods NonNMethod = 2, // Non-nmethods like Buffers, Adapters and Runtime Stubs All = 3, // All types (No code cache segmentation) Pregenerated = 4, // Special blobs, managed by CodeCacheExtensions AOT = 5, // AOT methods NumTypes = 6 // Number of CodeBlobTypes + AOT = 4, // AOT methods + NumTypes = 5 // Number of CodeBlobTypes }; }; // CodeBlob - superclass for all entries in the CodeCache. //

src/share/vm/code/codeBlob.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File