src/hotspot/share/classfile/systemDictionary.hpp
changeset 48637 7bba05746c44
parent 48538 82c3d4173a53
parent 48619 1703d83b3ffe
child 48826 c4d9d1b08e2e
equal deleted inserted replaced
48610:a587f95313f1 48637:7bba05746c44
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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.
   171   do_klass(ConstantCallSite_klass,                      java_lang_invoke_ConstantCallSite,         Pre                 ) \
   171   do_klass(ConstantCallSite_klass,                      java_lang_invoke_ConstantCallSite,         Pre                 ) \
   172   do_klass(MutableCallSite_klass,                       java_lang_invoke_MutableCallSite,          Pre                 ) \
   172   do_klass(MutableCallSite_klass,                       java_lang_invoke_MutableCallSite,          Pre                 ) \
   173   do_klass(VolatileCallSite_klass,                      java_lang_invoke_VolatileCallSite,         Pre                 ) \
   173   do_klass(VolatileCallSite_klass,                      java_lang_invoke_VolatileCallSite,         Pre                 ) \
   174   /* Note: MethodHandle must be first, and VolatileCallSite last in group */                                             \
   174   /* Note: MethodHandle must be first, and VolatileCallSite last in group */                                             \
   175                                                                                                                          \
   175                                                                                                                          \
       
   176   do_klass(AssertionStatusDirectives_klass,             java_lang_AssertionStatusDirectives,       Pre                 ) \
   176   do_klass(StringBuffer_klass,                          java_lang_StringBuffer,                    Pre                 ) \
   177   do_klass(StringBuffer_klass,                          java_lang_StringBuffer,                    Pre                 ) \
   177   do_klass(StringBuilder_klass,                         java_lang_StringBuilder,                   Pre                 ) \
   178   do_klass(StringBuilder_klass,                         java_lang_StringBuilder,                   Pre                 ) \
   178   do_klass(internal_Unsafe_klass,                       jdk_internal_misc_Unsafe,                  Pre                 ) \
   179   do_klass(internal_Unsafe_klass,                       jdk_internal_misc_Unsafe,                  Pre                 ) \
   179   do_klass(module_Modules_klass,                        jdk_internal_module_Modules,               Pre                 ) \
   180   do_klass(module_Modules_klass,                        jdk_internal_module_Modules,               Pre                 ) \
   180                                                                                                                          \
   181                                                                                                                          \