Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/vm/classfile/systemDictionary.hpp
          +++ new/src/share/vm/classfile/systemDictionary.hpp
   1    1  /*
   2      - * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
        2 + * Copyright 1997-2010 Sun Microsystems, Inc.  All Rights Reserved.
   3    3   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4    4   *
   5    5   * This code is free software; you can redistribute it and/or modify it
   6    6   * under the terms of the GNU General Public License version 2 only, as
   7    7   * published by the Free Software Foundation.
   8    8   *
   9    9   * This code is distributed in the hope that it will be useful, but WITHOUT
  10   10   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11   11   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12   12   * version 2 for more details (a copy is included in the LICENSE file that
↓ open down ↓ 125 lines elided ↑ open up ↑
 138  138    template(MethodHandleImpl_klass,       sun_dyn_MethodHandleImpl,       Opt) \
 139  139    template(AdapterMethodHandle_klass,    sun_dyn_AdapterMethodHandle,    Opt) \
 140  140    template(BoundMethodHandle_klass,      sun_dyn_BoundMethodHandle,      Opt) \
 141  141    template(DirectMethodHandle_klass,     sun_dyn_DirectMethodHandle,     Opt) \
 142  142    template(MethodType_klass,             java_dyn_MethodType,            Opt) \
 143  143    template(MethodTypeForm_klass,         java_dyn_MethodTypeForm,        Opt) \
 144  144    template(WrongMethodTypeException_klass, java_dyn_WrongMethodTypeException, Opt) \
 145  145    template(Linkage_klass,                java_dyn_Linkage,               Opt) \
 146  146    template(CallSite_klass,               java_dyn_CallSite,              Opt) \
 147  147    template(InvokeDynamic_klass,          java_dyn_InvokeDynamic,         Opt) \
 148      -  /* Note: MethodHandle must be first, and Dynamic last in group */           \
      148 +  /* Note: MethodHandle must be first, and InvokeDynamic last in group */     \
 149  149                                                                                \
 150  150    template(StringBuffer_klass,           java_lang_StringBuffer,         Pre) \
 151  151    template(StringBuilder_klass,          java_lang_StringBuilder,        Pre) \
 152  152                                                                                \
 153  153    /* It's NULL in non-1.4 JDKs. */                                            \
 154  154    template(StackTraceElement_klass,      java_lang_StackTraceElement,    Opt) \
 155  155    /* Universe::is_gte_jdk14x_version() is not set up by this point. */        \
 156  156    /* It's okay if this turns out to be NULL in non-1.4 JDKs. */               \
 157  157    template(java_nio_Buffer_klass,        java_nio_Buffer,                Opt) \
 158  158                                                                                \
↓ open down ↓ 504 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX