--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp Thu Jun 02 13:36:11 2011 -0700
+++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp Fri Jun 03 22:31:43 2011 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2011, Oracle and/or its affiliates. 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
@@ -36,11 +36,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 = 80000 DEBUG_ONLY(+ 120000)
-};
-
class x86 {
friend class StubGenerator;