comparison src/cpu/zero/vm/methodHandles_zero.cpp @ 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 d6e880569997
comparison
equal deleted inserted replaced
1345:747d26efc5fa 1346:47742b654fcb
1 /* 1 /*
2 * Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved.
3 * Copyright 2009 Red Hat, Inc. 3 * Copyright 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.
21 * CA 95054 USA or visit www.sun.com if you need additional information or 21 * CA 95054 USA or visit www.sun.com if you need additional information or
22 * have any questions. 22 * have any questions.
23 * 23 *
24 */ 24 */
25 25
26 // This file is intentionally empty 26 #include "incls/_precompiled.incl"
27 #include "incls/_methodHandles_zero.cpp.incl"
28
29 void MethodHandles::generate_method_handle_stub(MacroAssembler* masm,
30 MethodHandles::EntryKind ek) {
31 ShouldNotCallThis();
32 }