hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 9976 6fef34e63df1
parent 9630 d6419e4395e3
child 14132 3c1437abcefd
--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Thu Jun 02 13:36:11 2011 -0700
+++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Fri Jun 03 22:31:43 2011 -0700
@@ -34,11 +34,6 @@
   code_size2 = 22000            // simply increase if too small (assembler will crash if too small)
 };
 
-// MethodHandles adapters
-enum method_handles_platform_dependent_constants {
-  method_handles_adapters_code_size = 30000 DEBUG_ONLY(+ 10000)
-};
-
 class x86 {
  friend class StubGenerator;
  friend class VMStructs;