src/share/vm/interpreter/abstractInterpreter.hpp

changeset 2639
8033953d67ff
parent 2508
b92c45f2bc75
child 2781
e1162778c1c8
     1.1 --- a/src/share/vm/interpreter/abstractInterpreter.hpp	Fri Mar 11 22:33:47 2011 -0800
     1.2 +++ b/src/share/vm/interpreter/abstractInterpreter.hpp	Fri Mar 11 22:34:57 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -96,7 +96,7 @@
    1.11      empty,                                                      // empty method (code: _return)
    1.12      accessor,                                                   // accessor method (code: _aload_0, _getfield, _(a|i)return)
    1.13      abstract,                                                   // abstract method (throws an AbstractMethodException)
    1.14 -    method_handle,                                              // java.dyn.MethodHandles::invoke
    1.15 +    method_handle,                                              // java.lang.invoke.MethodHandles::invoke
    1.16      java_lang_math_sin,                                         // implementation of java.lang.Math.sin   (x)
    1.17      java_lang_math_cos,                                         // implementation of java.lang.Math.cos   (x)
    1.18      java_lang_math_tan,                                         // implementation of java.lang.Math.tan   (x)

mercurial