< prev index next >

src/hotspot/share/classfile/klassFactory.cpp

Print this page

  6 * under the terms of the GNU General Public License version 2 only, as
  7 * published by the Free Software Foundation.
  8 *
  9 * This code is distributed in the hope that it will be useful, but WITHOUT
 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 11 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 12 * version 2 for more details (a copy is included in the LICENSE file that
 13 * accompanied this code).
 14 *
 15 * You should have received a copy of the GNU General Public License version
 16 * 2 along with this work; if not, write to the Free Software Foundation,
 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 18 *
 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 20 * or visit www.oracle.com if you need additional information or have any
 21 * questions.
 22 *
 23 */
 24 
 25 #include "precompiled.hpp"

 26 #include "cds/cdsConfig.hpp"
 27 #include "cds/filemap.hpp"
 28 #include "classfile/classFileParser.hpp"
 29 #include "classfile/classFileStream.hpp"
 30 #include "classfile/classLoader.hpp"
 31 #include "classfile/classLoaderData.hpp"
 32 #include "classfile/classLoaderData.inline.hpp"
 33 #include "classfile/classLoadInfo.hpp"
 34 #include "classfile/klassFactory.hpp"
 35 #include "memory/resourceArea.hpp"
 36 #include "prims/jvmtiEnvBase.hpp"
 37 #include "prims/jvmtiRedefineClasses.hpp"
 38 #include "runtime/handles.inline.hpp"
 39 #include "utilities/macros.hpp"
 40 #if INCLUDE_JFR
 41 #include "jfr/support/jfrKlassExtension.hpp"
 42 #endif
 43 
 44 
 45 // called during initial loading of a shared class

  6 * under the terms of the GNU General Public License version 2 only, as
  7 * published by the Free Software Foundation.
  8 *
  9 * This code is distributed in the hope that it will be useful, but WITHOUT
 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 11 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 12 * version 2 for more details (a copy is included in the LICENSE file that
 13 * accompanied this code).
 14 *
 15 * You should have received a copy of the GNU General Public License version
 16 * 2 along with this work; if not, write to the Free Software Foundation,
 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 18 *
 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 20 * or visit www.oracle.com if you need additional information or have any
 21 * questions.
 22 *
 23 */
 24 
 25 #include "precompiled.hpp"
 26 #include "cds/cds_globals.hpp"
 27 #include "cds/cdsConfig.hpp"
 28 #include "cds/filemap.hpp"
 29 #include "classfile/classFileParser.hpp"
 30 #include "classfile/classFileStream.hpp"
 31 #include "classfile/classLoader.hpp"
 32 #include "classfile/classLoaderData.hpp"
 33 #include "classfile/classLoaderData.inline.hpp"
 34 #include "classfile/classLoadInfo.hpp"
 35 #include "classfile/klassFactory.hpp"
 36 #include "memory/resourceArea.hpp"
 37 #include "prims/jvmtiEnvBase.hpp"
 38 #include "prims/jvmtiRedefineClasses.hpp"
 39 #include "runtime/handles.inline.hpp"
 40 #include "utilities/macros.hpp"
 41 #if INCLUDE_JFR
 42 #include "jfr/support/jfrKlassExtension.hpp"
 43 #endif
 44 
 45 
 46 // called during initial loading of a shared class
< prev index next >