hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 5050 47ecd86932ce
parent 1217 5eb97f366a6a
child 5547 f4b087cbb361
--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Thu Mar 11 05:09:20 2010 -0800
+++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Tue Mar 16 11:52:17 2010 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1997-2010 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -31,6 +31,11 @@
   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 = 5000
+};
+
 class x86 {
  friend class StubGenerator;
  friend class VMStructs;