hotspot/src/cpu/zero/vm/methodHandles_zero.cpp
changeset 5230 6eae8e0ade26
parent 4013 b154310845de
child 5423 e137714b888e
equal deleted inserted replaced
5229:54a4606c7383 5230:6eae8e0ade26
     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 }