comparison src/cpu/zero/vm/stubRoutines_zero.hpp @ 1346:47742b654fcb

6939731: JSR 292 Zero build fix after 6934494 Summary: The changes of 6934494 have broken the Zero build. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Wed, 31 Mar 2010 08:03:33 -0700
parents 354d3184f6b2
children c18cbe5936b8
comparison
equal deleted inserted replaced
1345:747d26efc5fa 1346:47742b654fcb
1 /* 1 /*
2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
3 * Copyright 2007, 2008, 2009 Red Hat, Inc. 3 * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
39 enum platform_dependent_constants { 39 enum platform_dependent_constants {
40 code_size1 = 0, // The assembler will fail with a guarantee 40 code_size1 = 0, // The assembler will fail with a guarantee
41 code_size2 = 0 // if these are too small. Simply increase 41 code_size2 = 0 // if these are too small. Simply increase
42 }; // them if that happens. 42 }; // them if that happens.
43 43
44 enum method_handles_platform_dependent_constants {
45 method_handles_adapters_code_size = 0
46 };
47
44 #ifdef IA32 48 #ifdef IA32
45 class x86 { 49 class x86 {
46 friend class VMStructs; 50 friend class VMStructs;
47 51
48 private: 52 private: