--- a/hotspot/src/share/vm/code/codeBlob.hpp Tue Sep 30 09:06:39 2014 +0200
+++ b/hotspot/src/share/vm/code/codeBlob.hpp Tue Sep 30 15:44:43 2014 +0200
@@ -36,7 +36,7 @@
enum {
MethodNonProfiled = 0, // Execution level 1 and 4 (non-profiled) nmethods (including native nmethods)
MethodProfiled = 1, // Execution level 2 and 3 (profiled) nmethods
- NonMethod = 2, // Non-methods like Buffers, Adapters and Runtime Stubs
+ NonNMethod = 2, // Non-nmethods like Buffers, Adapters and Runtime Stubs
All = 3, // All types (No code cache segmentation)
NumTypes = 4 // Number of CodeBlobTypes
};