--- old/src/share/vm/code/codeBlob.hpp 2016-12-13 12:42:42.053837249 -0500 +++ new/src/share/vm/code/codeBlob.hpp 2016-12-13 12:42:40.605755528 -0500 @@ -40,9 +40,8 @@ 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 }; };