hotspot/src/cpu/sparc/vm/interpreter_sparc.cpp
changeset 8676 9098d4e927e1
parent 7397 5b173b4ca846
child 9176 42d9d1010f38
child 8883 5569135acca3
equal deleted inserted replaced
8675:e9fef2a9bef7 8676:9098d4e927e1
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   258 
   258 
   259 }
   259 }
   260 
   260 
   261 
   261 
   262 // Method handle invoker
   262 // Method handle invoker
   263 // Dispatch a method of the form java.dyn.MethodHandles::invoke(...)
   263 // Dispatch a method of the form java.lang.invoke.MethodHandles::invoke(...)
   264 address InterpreterGenerator::generate_method_handle_entry(void) {
   264 address InterpreterGenerator::generate_method_handle_entry(void) {
   265   if (!EnableMethodHandles) {
   265   if (!EnableMethodHandles) {
   266     return generate_abstract_entry();
   266     return generate_abstract_entry();
   267   }
   267   }
   268 
   268