src/share/vm/classfile/systemDictionary.hpp

changeset 9099
08326a76b148
parent 7484
02c7eebe5f52
child 9122
024be04bb151
child 9858
b985cbb00e68
     1.1 --- a/src/share/vm/classfile/systemDictionary.hpp	Tue Jan 30 11:22:58 2018 -0800
     1.2 +++ b/src/share/vm/classfile/systemDictionary.hpp	Mon Jan 22 14:27:46 2018 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2018, 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 @@ -130,6 +130,7 @@
    1.11    do_klass(PhantomReference_klass,                      java_lang_ref_PhantomReference,            Pre                 ) \
    1.12    do_klass(Cleaner_klass,                               sun_misc_Cleaner,                          Pre                 ) \
    1.13    do_klass(Finalizer_klass,                             java_lang_ref_Finalizer,                   Pre                 ) \
    1.14 +  do_klass(ReferenceQueue_klass,                        java_lang_ref_ReferenceQueue,              Pre                 ) \
    1.15                                                                                                                           \
    1.16    do_klass(Thread_klass,                                java_lang_Thread,                          Pre                 ) \
    1.17    do_klass(ThreadGroup_klass,                           java_lang_ThreadGroup,                     Pre                 ) \

mercurial