src/share/vm/classfile/vmSymbols.hpp

changeset 2449
8f8dfba37802
parent 2353
dad31fc330cd
child 2497
3582bf76420e
     1.1 --- a/src/share/vm/classfile/vmSymbols.hpp	Tue Jan 11 17:50:26 2011 -0500
     1.2 +++ b/src/share/vm/classfile/vmSymbols.hpp	Wed Jan 12 15:44:16 2011 +0000
     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 @@ -111,6 +111,7 @@
    1.11    template(sun_jkernel_DownloadManager,               "sun/jkernel/DownloadManager")              \
    1.12    template(getBootClassPathEntryForClass_name,        "getBootClassPathEntryForClass")            \
    1.13    template(setBootClassLoaderHook_name,               "setBootClassLoaderHook")                   \
    1.14 +  template(sun_misc_PostVMInitHook,                   "sun/misc/PostVMInitHook")                  \
    1.15                                                                                                    \
    1.16    /* class file format tags */                                                                    \
    1.17    template(tag_source_file,                           "SourceFile")                               \

mercurial