--- old/src/share/vm/utilities/globalDefinitions.hpp 2014-09-09 08:48:31.872282279 +0200 +++ new/src/share/vm/utilities/globalDefinitions.hpp 2014-09-09 08:48:31.264282262 +0200 @@ -882,8 +882,7 @@ // Handy constants for deciding which compiler mode to use. enum MethodCompilation { - InvocationEntryBci = -1, // i.e., not a on-stack replacement compilation - InvalidOSREntryBci = -2 + InvocationEntryBci = -1 // i.e., not a on-stack replacement compilation }; // Enumeration to distinguish tiers of compilation