src/hotspot/share/classfile/classLoader.hpp
changeset 49037 dc68aeea4840
parent 48115 d8ec0640616c
child 49340 4e82736053ae
equal deleted inserted replaced
49036:bc92debe57e4 49037:dc68aeea4840
     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.
   205   static PerfCounter* _sync_JVMFindLoadedClassLockFreeCounter;
   205   static PerfCounter* _sync_JVMFindLoadedClassLockFreeCounter;
   206   static PerfCounter* _sync_JVMDefineClassLockFreeCounter;
   206   static PerfCounter* _sync_JVMDefineClassLockFreeCounter;
   207   static PerfCounter* _sync_JNIDefineClassLockFreeCounter;
   207   static PerfCounter* _sync_JNIDefineClassLockFreeCounter;
   208 
   208 
   209   static PerfCounter* _unsafe_defineClassCallCounter;
   209   static PerfCounter* _unsafe_defineClassCallCounter;
   210   static PerfCounter* _isUnsyncloadClass;
       
   211   static PerfCounter* _load_instance_class_failCounter;
   210   static PerfCounter* _load_instance_class_failCounter;
   212 
   211 
   213   // The boot class path consists of 3 ordered pieces:
   212   // The boot class path consists of 3 ordered pieces:
   214   //  1. the module/path pairs specified to --patch-module
   213   //  1. the module/path pairs specified to --patch-module
   215   //    --patch-module=<module>=<file>(<pathsep><file>)*
   214   //    --patch-module=<module>=<file>(<pathsep><file>)*