author | ccheung |
Mon, 06 Jun 2016 12:51:53 -0700 | |
changeset 39210 | 178947361a68 |
parent 38733 | 2b65f4db449e |
child 39216 | 40c3d66352ae |
permissions | -rw-r--r-- |
1 | 1 |
/* |
35498
392b50de06c6
8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents:
34666
diff
changeset
|
2 |
* Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. |
1 | 3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
* |
|
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 |
|
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 |
* |
|
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
4736
diff
changeset
|
19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
4736
diff
changeset
|
20 |
* or visit www.oracle.com if you need additional information or have any |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
4736
diff
changeset
|
21 |
* questions. |
1 | 22 |
* |
23 |
*/ |
|
24 |
||
7397 | 25 |
#include "precompiled.hpp" |
26 |
#include "classfile/classFileStream.hpp" |
|
27 |
#include "classfile/classLoader.hpp" |
|
30764 | 28 |
#include "classfile/classLoaderData.inline.hpp" |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
29 |
#include "classfile/classLoaderExt.hpp" |
7397 | 30 |
#include "classfile/javaClasses.hpp" |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
31 |
#include "classfile/jimage.hpp" |
36508 | 32 |
#include "classfile/moduleEntry.hpp" |
33 |
#include "classfile/modules.hpp" |
|
34 |
#include "classfile/packageEntry.hpp" |
|
34666 | 35 |
#include "classfile/klassFactory.hpp" |
7397 | 36 |
#include "classfile/systemDictionary.hpp" |
37 |
#include "classfile/vmSymbols.hpp" |
|
38 |
#include "compiler/compileBroker.hpp" |
|
30764 | 39 |
#include "gc/shared/collectedHeap.inline.hpp" |
40 |
#include "gc/shared/generation.hpp" |
|
7397 | 41 |
#include "interpreter/bytecodeStream.hpp" |
42 |
#include "interpreter/oopMapCache.hpp" |
|
36364
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
43 |
#include "logging/logTag.hpp" |
7397 | 44 |
#include "memory/allocation.inline.hpp" |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
45 |
#include "memory/filemap.hpp" |
7397 | 46 |
#include "memory/oopFactory.hpp" |
37248 | 47 |
#include "memory/resourceArea.hpp" |
7397 | 48 |
#include "memory/universe.inline.hpp" |
49 |
#include "oops/instanceKlass.hpp" |
|
50 |
#include "oops/instanceRefKlass.hpp" |
|
35498
392b50de06c6
8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents:
34666
diff
changeset
|
51 |
#include "oops/objArrayOop.inline.hpp" |
7397 | 52 |
#include "oops/oop.inline.hpp" |
8076
96d498ec7ae1
6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents:
7910
diff
changeset
|
53 |
#include "oops/symbol.hpp" |
7397 | 54 |
#include "prims/jvm_misc.hpp" |
55 |
#include "runtime/arguments.hpp" |
|
56 |
#include "runtime/compilationPolicy.hpp" |
|
57 |
#include "runtime/fprofiler.hpp" |
|
58 |
#include "runtime/handles.hpp" |
|
59 |
#include "runtime/handles.inline.hpp" |
|
60 |
#include "runtime/init.hpp" |
|
61 |
#include "runtime/interfaceSupport.hpp" |
|
62 |
#include "runtime/java.hpp" |
|
63 |
#include "runtime/javaCalls.hpp" |
|
25468
5331df506290
8048241: Introduce umbrella header os.inline.hpp and clean up includes
goetz
parents:
25057
diff
changeset
|
64 |
#include "runtime/os.hpp" |
7397 | 65 |
#include "runtime/threadCritical.hpp" |
66 |
#include "runtime/timer.hpp" |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
67 |
#include "runtime/vm_version.hpp" |
7397 | 68 |
#include "services/management.hpp" |
69 |
#include "services/threadService.hpp" |
|
70 |
#include "utilities/events.hpp" |
|
71 |
#include "utilities/hashtable.inline.hpp" |
|
27683
1d5707553fff
8064580: Move INCLUDE_CDS include section to the end of the include list
stefank
parents:
27025
diff
changeset
|
72 |
#include "utilities/macros.hpp" |
1d5707553fff
8064580: Move INCLUDE_CDS include section to the end of the include list
stefank
parents:
27025
diff
changeset
|
73 |
#if INCLUDE_CDS |
30764 | 74 |
#include "classfile/sharedClassUtil.hpp" |
27683
1d5707553fff
8064580: Move INCLUDE_CDS include section to the end of the include list
stefank
parents:
27025
diff
changeset
|
75 |
#include "classfile/sharedPathsMiscInfo.hpp" |
1d5707553fff
8064580: Move INCLUDE_CDS include section to the end of the include list
stefank
parents:
27025
diff
changeset
|
76 |
#endif |
1d5707553fff
8064580: Move INCLUDE_CDS include section to the end of the include list
stefank
parents:
27025
diff
changeset
|
77 |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
78 |
// Entry points in zip.dll for loading zip/jar file entries |
1 | 79 |
|
80 |
typedef void * * (JNICALL *ZipOpen_t)(const char *name, char **pmsg); |
|
81 |
typedef void (JNICALL *ZipClose_t)(jzfile *zip); |
|
82 |
typedef jzentry* (JNICALL *FindEntry_t)(jzfile *zip, const char *name, jint *sizeP, jint *nameLen); |
|
83 |
typedef jboolean (JNICALL *ReadEntry_t)(jzfile *zip, jzentry *entry, unsigned char *buf, char *namebuf); |
|
84 |
typedef jboolean (JNICALL *ReadMappedEntry_t)(jzfile *zip, jzentry *entry, unsigned char **buf, char *namebuf); |
|
85 |
typedef jzentry* (JNICALL *GetNextEntry_t)(jzfile *zip, jint n); |
|
27562 | 86 |
typedef jboolean (JNICALL *ZipInflateFully_t)(void *inBuf, jlong inLen, void *outBuf, jlong outLen, char **pmsg); |
27025 | 87 |
typedef jint (JNICALL *Crc32_t)(jint crc, const jbyte *buf, jint len); |
1 | 88 |
|
89 |
static ZipOpen_t ZipOpen = NULL; |
|
90 |
static ZipClose_t ZipClose = NULL; |
|
91 |
static FindEntry_t FindEntry = NULL; |
|
92 |
static ReadEntry_t ReadEntry = NULL; |
|
93 |
static ReadMappedEntry_t ReadMappedEntry = NULL; |
|
94 |
static GetNextEntry_t GetNextEntry = NULL; |
|
95 |
static canonicalize_fn_t CanonicalizeEntry = NULL; |
|
27562 | 96 |
static ZipInflateFully_t ZipInflateFully = NULL; |
27025 | 97 |
static Crc32_t Crc32 = NULL; |
1 | 98 |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
99 |
// Entry points for jimage.dll for loading jimage file entries |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
100 |
|
37490
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
101 |
static JImageOpen_t JImageOpen = NULL; |
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
102 |
static JImageClose_t JImageClose = NULL; |
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
103 |
static JImagePackageToModule_t JImagePackageToModule = NULL; |
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
104 |
static JImageFindResource_t JImageFindResource = NULL; |
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
105 |
static JImageGetResource_t JImageGetResource = NULL; |
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
106 |
static JImageResourceIterator_t JImageResourceIterator = NULL; |
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
107 |
static JImage_ResourcePath_t JImageResourcePath = NULL; |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
108 |
|
1 | 109 |
// Globals |
110 |
||
111 |
PerfCounter* ClassLoader::_perf_accumulated_time = NULL; |
|
112 |
PerfCounter* ClassLoader::_perf_classes_inited = NULL; |
|
113 |
PerfCounter* ClassLoader::_perf_class_init_time = NULL; |
|
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
114 |
PerfCounter* ClassLoader::_perf_class_init_selftime = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
115 |
PerfCounter* ClassLoader::_perf_classes_verified = NULL; |
1 | 116 |
PerfCounter* ClassLoader::_perf_class_verify_time = NULL; |
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
117 |
PerfCounter* ClassLoader::_perf_class_verify_selftime = NULL; |
1 | 118 |
PerfCounter* ClassLoader::_perf_classes_linked = NULL; |
119 |
PerfCounter* ClassLoader::_perf_class_link_time = NULL; |
|
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
120 |
PerfCounter* ClassLoader::_perf_class_link_selftime = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
121 |
PerfCounter* ClassLoader::_perf_class_parse_time = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
122 |
PerfCounter* ClassLoader::_perf_class_parse_selftime = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
123 |
PerfCounter* ClassLoader::_perf_sys_class_lookup_time = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
124 |
PerfCounter* ClassLoader::_perf_shared_classload_time = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
125 |
PerfCounter* ClassLoader::_perf_sys_classload_time = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
126 |
PerfCounter* ClassLoader::_perf_app_classload_time = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
127 |
PerfCounter* ClassLoader::_perf_app_classload_selftime = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
128 |
PerfCounter* ClassLoader::_perf_app_classload_count = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
129 |
PerfCounter* ClassLoader::_perf_define_appclasses = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
130 |
PerfCounter* ClassLoader::_perf_define_appclass_time = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
131 |
PerfCounter* ClassLoader::_perf_define_appclass_selftime = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
132 |
PerfCounter* ClassLoader::_perf_app_classfile_bytes_read = NULL; |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
133 |
PerfCounter* ClassLoader::_perf_sys_classfile_bytes_read = NULL; |
1 | 134 |
PerfCounter* ClassLoader::_sync_systemLoaderLockContentionRate = NULL; |
135 |
PerfCounter* ClassLoader::_sync_nonSystemLoaderLockContentionRate = NULL; |
|
136 |
PerfCounter* ClassLoader::_sync_JVMFindLoadedClassLockFreeCounter = NULL; |
|
137 |
PerfCounter* ClassLoader::_sync_JVMDefineClassLockFreeCounter = NULL; |
|
138 |
PerfCounter* ClassLoader::_sync_JNIDefineClassLockFreeCounter = NULL; |
|
139 |
PerfCounter* ClassLoader::_unsafe_defineClassCallCounter = NULL; |
|
140 |
PerfCounter* ClassLoader::_isUnsyncloadClass = NULL; |
|
141 |
PerfCounter* ClassLoader::_load_instance_class_failCounter = NULL; |
|
142 |
||
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
143 |
GrowableArray<ModuleClassPathList*>* ClassLoader::_xpatch_entries = NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
144 |
ClassPathEntry* ClassLoader::_first_entry = NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
145 |
ClassPathEntry* ClassLoader::_last_entry = NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
146 |
int ClassLoader::_num_entries = 0; |
36508 | 147 |
ClassPathEntry* ClassLoader::_first_append_entry = NULL; |
148 |
bool ClassLoader::_has_jimage = false; |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
149 |
#if INCLUDE_CDS |
36508 | 150 |
GrowableArray<char*>* ClassLoader::_boot_modules_array = NULL; |
151 |
GrowableArray<char*>* ClassLoader::_platform_modules_array = NULL; |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
152 |
SharedPathsMiscInfo* ClassLoader::_shared_paths_misc_info = NULL; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
153 |
#endif |
36508 | 154 |
|
1 | 155 |
// helper routines |
156 |
bool string_starts_with(const char* str, const char* str_to_find) { |
|
157 |
size_t str_len = strlen(str); |
|
158 |
size_t str_to_find_len = strlen(str_to_find); |
|
159 |
if (str_to_find_len > str_len) { |
|
160 |
return false; |
|
161 |
} |
|
162 |
return (strncmp(str, str_to_find, str_to_find_len) == 0); |
|
163 |
} |
|
164 |
||
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
165 |
static const char* get_jimage_version_string() { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
166 |
static char version_string[10] = ""; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
167 |
if (version_string[0] == '\0') { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
168 |
jio_snprintf(version_string, sizeof(version_string), "%d.%d", |
33973 | 169 |
Abstract_VM_Version::vm_major_version(), Abstract_VM_Version::vm_minor_version()); |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
170 |
} |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
171 |
return (const char*)version_string; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
172 |
} |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
173 |
|
36508 | 174 |
bool ClassLoader::string_ends_with(const char* str, const char* str_to_find) { |
1 | 175 |
size_t str_len = strlen(str); |
176 |
size_t str_to_find_len = strlen(str_to_find); |
|
177 |
if (str_to_find_len > str_len) { |
|
178 |
return false; |
|
179 |
} |
|
180 |
return (strncmp(str + (str_len - str_to_find_len), str_to_find, str_to_find_len) == 0); |
|
181 |
} |
|
182 |
||
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
183 |
// Used to obtain the package name from a fully qualified class name. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
184 |
// It is the responsibility of the caller to establish ResourceMark. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
185 |
const char* ClassLoader::package_from_name(const char* class_name) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
186 |
const char* last_slash = strrchr(class_name, '/'); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
187 |
if (last_slash == NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
188 |
// No package name |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
189 |
return NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
190 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
191 |
int length = last_slash - class_name; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
192 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
193 |
// A class name could have just the slash character in the name, |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
194 |
// resulting in a negative length. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
195 |
if (length <= 0) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
196 |
// No package name |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
197 |
return NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
198 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
199 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
200 |
// drop name after last slash (including slash) |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
201 |
// Ex., "java/lang/String.class" => "java/lang" |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
202 |
char* pkg_name = NEW_RESOURCE_ARRAY(char, length + 1); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
203 |
strncpy(pkg_name, class_name, length); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
204 |
*(pkg_name+length) = '\0'; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
205 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
206 |
return (const char *)pkg_name; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
207 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
208 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
209 |
// Given a fully qualified class name, find its defining package in the class loader's |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
210 |
// package entry table. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
211 |
static PackageEntry* get_package_entry(const char* class_name, ClassLoaderData* loader_data, TRAPS) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
212 |
ResourceMark rm(THREAD); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
213 |
const char *pkg_name = ClassLoader::package_from_name(class_name); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
214 |
if (pkg_name == NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
215 |
return NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
216 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
217 |
PackageEntryTable* pkgEntryTable = loader_data->packages(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
218 |
TempNewSymbol pkg_symbol = SymbolTable::new_symbol(pkg_name, CHECK_NULL); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
219 |
return pkgEntryTable->lookup_only(pkg_symbol); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
220 |
} |
1 | 221 |
|
26419 | 222 |
ClassPathDirEntry::ClassPathDirEntry(const char* dir) : ClassPathEntry() { |
223 |
char* copy = NEW_C_HEAP_ARRAY(char, strlen(dir)+1, mtClass); |
|
224 |
strcpy(copy, dir); |
|
225 |
_dir = copy; |
|
1 | 226 |
} |
227 |
||
34666 | 228 |
|
19685
3df9b00b5d5f
8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
ccheung
parents:
19158
diff
changeset
|
229 |
ClassFileStream* ClassPathDirEntry::open_stream(const char* name, TRAPS) { |
1 | 230 |
// construct full path name |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
231 |
char* path = NEW_RESOURCE_ARRAY_IN_THREAD(THREAD, char, JVM_MAXPATHLEN); |
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
232 |
if (jio_snprintf(path, JVM_MAXPATHLEN, "%s%s%s", _dir, os::file_separator(), name) == -1) { |
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
233 |
FREE_RESOURCE_ARRAY(char, path, JVM_MAXPATHLEN); |
1 | 234 |
return NULL; |
235 |
} |
|
236 |
// check if file exists |
|
237 |
struct stat st; |
|
238 |
if (os::stat(path, &st) == 0) { |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
239 |
#if INCLUDE_CDS |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
240 |
if (DumpSharedSpaces) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
241 |
// We have already check in ClassLoader::check_shared_classpath() that the directory is empty, so |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
242 |
// we should never find a file underneath it -- unless user has added a new file while we are running |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
243 |
// the dump, in which case let's quit! |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
244 |
ShouldNotReachHere(); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
245 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
246 |
#endif |
1 | 247 |
// found file, open it |
7405
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
248 |
int file_handle = os::open(path, 0, 0); |
1 | 249 |
if (file_handle != -1) { |
250 |
// read contents into resource array |
|
251 |
u1* buffer = NEW_RESOURCE_ARRAY(u1, st.st_size); |
|
252 |
size_t num_read = os::read(file_handle, (char*) buffer, st.st_size); |
|
253 |
// close file |
|
7405
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
254 |
os::close(file_handle); |
1 | 255 |
// construct ClassFileStream |
256 |
if (num_read == (size_t)st.st_size) { |
|
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
257 |
if (UsePerfData) { |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
258 |
ClassLoader::perf_sys_classfile_bytes_read()->inc(num_read); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
259 |
} |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
260 |
FREE_RESOURCE_ARRAY(char, path, JVM_MAXPATHLEN); |
34666 | 261 |
// Resource allocated |
262 |
return new ClassFileStream(buffer, |
|
263 |
st.st_size, |
|
264 |
_dir, |
|
265 |
ClassFileStream::verify); |
|
1 | 266 |
} |
267 |
} |
|
268 |
} |
|
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
269 |
FREE_RESOURCE_ARRAY(char, path, JVM_MAXPATHLEN); |
1 | 270 |
return NULL; |
271 |
} |
|
272 |
||
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
273 |
ClassPathZipEntry::ClassPathZipEntry(jzfile* zip, const char* zip_name, bool is_boot_append) : ClassPathEntry() { |
1 | 274 |
_zip = zip; |
26419 | 275 |
char *copy = NEW_C_HEAP_ARRAY(char, strlen(zip_name)+1, mtClass); |
276 |
strcpy(copy, zip_name); |
|
277 |
_zip_name = copy; |
|
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
278 |
_is_boot_append = is_boot_append; |
37418
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
279 |
_multi_versioned = _unknown; |
1 | 280 |
} |
281 |
||
282 |
ClassPathZipEntry::~ClassPathZipEntry() { |
|
283 |
if (ZipClose != NULL) { |
|
284 |
(*ZipClose)(_zip); |
|
285 |
} |
|
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27618
diff
changeset
|
286 |
FREE_C_HEAP_ARRAY(char, _zip_name); |
1 | 287 |
} |
288 |
||
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
289 |
u1* ClassPathZipEntry::open_entry(const char* name, jint* filesize, bool nul_terminate, TRAPS) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
290 |
// enable call to C land |
1 | 291 |
JavaThread* thread = JavaThread::current(); |
292 |
ThreadToNativeFromVM ttn(thread); |
|
293 |
// check whether zip archive contains name |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
294 |
jint name_len; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
295 |
jzentry* entry = (*FindEntry)(_zip, name, filesize, &name_len); |
1 | 296 |
if (entry == NULL) return NULL; |
297 |
u1* buffer; |
|
298 |
char name_buf[128]; |
|
299 |
char* filename; |
|
300 |
if (name_len < 128) { |
|
301 |
filename = name_buf; |
|
302 |
} else { |
|
303 |
filename = NEW_RESOURCE_ARRAY(char, name_len + 1); |
|
304 |
} |
|
305 |
||
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
306 |
// file found, get pointer to the entry in mmapped jar file. |
1 | 307 |
if (ReadMappedEntry == NULL || |
308 |
!(*ReadMappedEntry)(_zip, entry, &buffer, filename)) { |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
309 |
// mmapped access not available, perhaps due to compression, |
1 | 310 |
// read contents into resource array |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
311 |
int size = (*filesize) + ((nul_terminate) ? 1 : 0); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
312 |
buffer = NEW_RESOURCE_ARRAY(u1, size); |
1 | 313 |
if (!(*ReadEntry)(_zip, entry, buffer, filename)) return NULL; |
314 |
} |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
315 |
|
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
316 |
// return result |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
317 |
if (nul_terminate) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
318 |
buffer[*filesize] = 0; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
319 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
320 |
return buffer; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
321 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
322 |
|
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
323 |
#if INCLUDE_CDS |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
324 |
u1* ClassPathZipEntry::open_versioned_entry(const char* name, jint* filesize, TRAPS) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
325 |
u1* buffer = NULL; |
38294
0a86f32d0fa0
8156789: missing condition in ClassPathZipEntry::open_versioned_entry()
ccheung
parents:
38252
diff
changeset
|
326 |
if (DumpSharedSpaces && !_is_boot_append) { |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
327 |
// We presume default is multi-release enabled |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
328 |
const char* multi_ver = Arguments::get_property("jdk.util.jar.enableMultiRelease"); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
329 |
const char* verstr = Arguments::get_property("jdk.util.jar.version"); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
330 |
bool is_multi_ver = (multi_ver == NULL || |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
331 |
strcmp(multi_ver, "true") == 0 || |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
332 |
strcmp(multi_ver, "force") == 0) && |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
333 |
is_multiple_versioned(THREAD); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
334 |
// command line version setting |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
335 |
int version = 0; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
336 |
const int base_version = 8; // JDK8 |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
337 |
int cur_ver = JDK_Version::current().major_version(); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
338 |
if (verstr != NULL) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
339 |
version = atoi(verstr); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
340 |
if (version < base_version || version > cur_ver) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
341 |
is_multi_ver = false; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
342 |
// print out warning, do not use assertion here since it will continue to look |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
343 |
// for proper version. |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
344 |
warning("JDK%d is not supported in multiple version jars", version); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
345 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
346 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
347 |
|
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
348 |
if (is_multi_ver) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
349 |
int n; |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
350 |
ResourceMark rm(THREAD); |
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
351 |
char* entry_name = NEW_RESOURCE_ARRAY_IN_THREAD(THREAD, char, JVM_MAXPATHLEN); |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
352 |
if (version > 0) { |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
353 |
n = jio_snprintf(entry_name, JVM_MAXPATHLEN, "META-INF/versions/%d/%s", version, name); |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
354 |
entry_name[n] = '\0'; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
355 |
buffer = open_entry((const char*)entry_name, filesize, false, CHECK_NULL); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
356 |
if (buffer == NULL) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
357 |
warning("Could not find %s in %s, try to find highest version instead", entry_name, _zip_name); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
358 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
359 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
360 |
if (buffer == NULL) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
361 |
for (int i = cur_ver; i >= base_version; i--) { |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
362 |
n = jio_snprintf(entry_name, JVM_MAXPATHLEN, "META-INF/versions/%d/%s", i, name); |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
363 |
entry_name[n] = '\0'; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
364 |
buffer = open_entry((const char*)entry_name, filesize, false, CHECK_NULL); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
365 |
if (buffer != NULL) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
366 |
break; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
367 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
368 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
369 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
370 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
371 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
372 |
return buffer; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
373 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
374 |
|
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
375 |
bool ClassPathZipEntry::is_multiple_versioned(TRAPS) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
376 |
assert(DumpSharedSpaces, "called only at dump time"); |
37418
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
377 |
if (_multi_versioned != _unknown) { |
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
378 |
return (_multi_versioned == _yes) ? true : false; |
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
379 |
} |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
380 |
jint size; |
37418
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
381 |
char* buffer = (char*)open_entry("META-INF/MANIFEST.MF", &size, true, CHECK_false); |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
382 |
if (buffer != NULL) { |
37418
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
383 |
char* p = buffer; |
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
384 |
for ( ; *p; ++p) *p = tolower(*p); |
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
385 |
if (strstr(buffer, "multi-release: true") != NULL) { |
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
386 |
_multi_versioned = _yes; |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
387 |
return true; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
388 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
389 |
} |
37418
ebb041956080
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
ccheung
parents:
37248
diff
changeset
|
390 |
_multi_versioned = _no; |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
391 |
return false; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
392 |
} |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
393 |
#endif // INCLUDE_CDS |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
394 |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
395 |
ClassFileStream* ClassPathZipEntry::open_stream(const char* name, TRAPS) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
396 |
jint filesize; |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
397 |
u1* buffer = open_versioned_entry(name, &filesize, CHECK_NULL); |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
398 |
if (buffer == NULL) { |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
399 |
buffer = open_entry(name, &filesize, false, CHECK_NULL); |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
400 |
if (buffer == NULL) { |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
401 |
return NULL; |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
402 |
} |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
403 |
} |
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
404 |
if (UsePerfData) { |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
405 |
ClassLoader::perf_sys_classfile_bytes_read()->inc(filesize); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
406 |
} |
34666 | 407 |
// Resource allocated |
408 |
return new ClassFileStream(buffer, |
|
409 |
filesize, |
|
410 |
_zip_name, |
|
411 |
ClassFileStream::verify); |
|
1 | 412 |
} |
413 |
||
414 |
// invoke function for each entry in the zip file |
|
415 |
void ClassPathZipEntry::contents_do(void f(const char* name, void* context), void* context) { |
|
416 |
JavaThread* thread = JavaThread::current(); |
|
417 |
HandleMark handle_mark(thread); |
|
418 |
ThreadToNativeFromVM ttn(thread); |
|
419 |
for (int n = 0; ; n++) { |
|
420 |
jzentry * ze = ((*GetNextEntry)(_zip, n)); |
|
421 |
if (ze == NULL) break; |
|
422 |
(*f)(ze->name, context); |
|
423 |
} |
|
424 |
} |
|
425 |
||
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
426 |
ClassPathImageEntry::ClassPathImageEntry(JImageFile* jimage, const char* name) : |
31608 | 427 |
ClassPathEntry(), |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
428 |
_jimage(jimage) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
429 |
guarantee(jimage != NULL, "jimage file is null"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
430 |
guarantee(name != NULL, "jimage file name is null"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
431 |
size_t len = strlen(name) + 1; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
432 |
_name = NEW_C_HEAP_ARRAY(const char, len, mtClass); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
433 |
strncpy((char *)_name, name, len); |
27562 | 434 |
} |
435 |
||
436 |
ClassPathImageEntry::~ClassPathImageEntry() { |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
437 |
if (_name != NULL) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
438 |
FREE_C_HEAP_ARRAY(const char, _name); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
439 |
_name = NULL; |
31608 | 440 |
} |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
441 |
if (_jimage != NULL) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
442 |
(*JImageClose)(_jimage); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
443 |
_jimage = NULL; |
27562 | 444 |
} |
445 |
} |
|
446 |
||
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
447 |
// For a class in a named module, look it up in the jimage file using this syntax: |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
448 |
// /<module-name>/<package-name>/<base-class> |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
449 |
// |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
450 |
// Assumptions: |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
451 |
// 1. There are no unnamed modules in the jimage file. |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
452 |
// 2. A package is in at most one module in the jimage file. |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
453 |
// |
27562 | 454 |
ClassFileStream* ClassPathImageEntry::open_stream(const char* name, TRAPS) { |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
455 |
jlong size; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
456 |
JImageLocationRef location = (*JImageFindResource)(_jimage, "", get_jimage_version_string(), name, &size); |
31608 | 457 |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
458 |
if (location == 0) { |
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
459 |
ResourceMark rm; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
460 |
const char* pkg_name = ClassLoader::package_from_name(name); |
36508 | 461 |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
462 |
if (pkg_name != NULL) { |
36508 | 463 |
if (!Universe::is_module_initialized()) { |
464 |
location = (*JImageFindResource)(_jimage, "java.base", get_jimage_version_string(), name, &size); |
|
465 |
#if INCLUDE_CDS |
|
466 |
// CDS uses the boot class loader to load classes whose packages are in |
|
467 |
// modules defined for other class loaders. So, for now, get their module |
|
468 |
// names from the "modules" jimage file. |
|
469 |
if (DumpSharedSpaces && location == 0) { |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
470 |
const char* module_name = (*JImagePackageToModule)(_jimage, pkg_name); |
36508 | 471 |
if (module_name != NULL) { |
472 |
location = (*JImageFindResource)(_jimage, module_name, get_jimage_version_string(), name, &size); |
|
473 |
} |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
474 |
} |
36508 | 475 |
#endif |
476 |
||
477 |
} else { |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
478 |
PackageEntry* package_entry = get_package_entry(name, ClassLoaderData::the_null_class_loader_data(), THREAD); |
36508 | 479 |
if (package_entry != NULL) { |
480 |
ResourceMark rm; |
|
481 |
// Get the module name |
|
482 |
ModuleEntry* module = package_entry->module(); |
|
483 |
assert(module != NULL, "Boot classLoader package missing module"); |
|
484 |
assert(module->is_named(), "Boot classLoader package is in unnamed module"); |
|
485 |
const char* module_name = module->name()->as_C_string(); |
|
486 |
if (module_name != NULL) { |
|
487 |
location = (*JImageFindResource)(_jimage, module_name, get_jimage_version_string(), name, &size); |
|
488 |
} |
|
489 |
} |
|
490 |
} |
|
31608 | 491 |
} |
492 |
} |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
493 |
if (location != 0) { |
27562 | 494 |
if (UsePerfData) { |
495 |
ClassLoader::perf_sys_classfile_bytes_read()->inc(size); |
|
496 |
} |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
497 |
char* data = NEW_RESOURCE_ARRAY(char, size); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
498 |
(*JImageGetResource)(_jimage, location, data, size); |
34666 | 499 |
// Resource allocated |
500 |
return new ClassFileStream((u1*)data, |
|
501 |
(int)size, |
|
502 |
_name, |
|
503 |
ClassFileStream::verify); |
|
27562 | 504 |
} |
505 |
||
506 |
return NULL; |
|
507 |
} |
|
508 |
||
509 |
#ifndef PRODUCT |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
510 |
bool ctw_visitor(JImageFile* jimage, |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
511 |
const char* module_name, const char* version, const char* package, |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
512 |
const char* name, const char* extension, void* arg) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
513 |
if (strcmp(extension, "class") == 0) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
514 |
Thread* THREAD = Thread::current(); |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
515 |
ResourceMark rm(THREAD); |
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
516 |
char* path = NEW_RESOURCE_ARRAY_IN_THREAD(THREAD, char, JIMAGE_MAX_PATH); |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
517 |
jio_snprintf(path, JIMAGE_MAX_PATH - 1, "%s/%s.class", package, name); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
518 |
ClassLoader::compile_the_world_in(path, *(Handle*)arg, THREAD); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
519 |
return !HAS_PENDING_EXCEPTION; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
520 |
} |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
521 |
return true; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
522 |
} |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
523 |
|
27562 | 524 |
void ClassPathImageEntry::compile_the_world(Handle loader, TRAPS) { |
525 |
tty->print_cr("CompileTheWorld : Compiling all classes in %s", name()); |
|
526 |
tty->cr(); |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
527 |
(*JImageResourceIterator)(_jimage, (JImageResourceVisitor_t)ctw_visitor, (void *)&loader); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
528 |
if (HAS_PENDING_EXCEPTION) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
529 |
if (PENDING_EXCEPTION->is_a(SystemDictionary::OutOfMemoryError_klass())) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
530 |
CLEAR_PENDING_EXCEPTION; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
531 |
tty->print_cr("\nCompileTheWorld : Ran out of memory\n"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
532 |
tty->print_cr("Increase class metadata storage if a limit was set"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
533 |
} else { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
534 |
tty->print_cr("\nCompileTheWorld : Unexpected exception occurred\n"); |
27562 | 535 |
} |
536 |
} |
|
537 |
} |
|
36508 | 538 |
#endif |
27562 | 539 |
|
540 |
bool ClassPathImageEntry::is_jrt() { |
|
36508 | 541 |
return ClassLoader::is_jrt(name()); |
27562 | 542 |
} |
543 |
||
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
544 |
#if INCLUDE_CDS |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
545 |
void ClassLoader::exit_with_path_failure(const char* error, const char* message) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
546 |
assert(DumpSharedSpaces, "only called at dump time"); |
38151
fffedc5e5cf8
8154110: Update class* and safepoint* logging subsystems
mockner
parents:
38145
diff
changeset
|
547 |
tty->print_cr("Hint: enable -Xlog:class+path=info to diagnose the failure"); |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
548 |
vm_exit_during_initialization(error, message); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
549 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
550 |
#endif |
1 | 551 |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
552 |
ModuleClassPathList::ModuleClassPathList(Symbol* module_name) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
553 |
_module_name = module_name; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
554 |
_module_first_entry = NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
555 |
_module_last_entry = NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
556 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
557 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
558 |
ModuleClassPathList::~ModuleClassPathList() { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
559 |
// Clean out each ClassPathEntry on list |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
560 |
ClassPathEntry* e = _module_first_entry; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
561 |
while (e != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
562 |
ClassPathEntry* next_entry = e->next(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
563 |
delete e; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
564 |
e = next_entry; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
565 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
566 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
567 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
568 |
void ModuleClassPathList::add_to_list(ClassPathEntry* new_entry) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
569 |
if (new_entry != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
570 |
if (_module_last_entry == NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
571 |
_module_first_entry = _module_last_entry = new_entry; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
572 |
} else { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
573 |
_module_last_entry->set_next(new_entry); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
574 |
_module_last_entry = new_entry; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
575 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
576 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
577 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
578 |
|
36364
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
579 |
void ClassLoader::trace_class_path(const char* msg, const char* name) { |
38151
fffedc5e5cf8
8154110: Update class* and safepoint* logging subsystems
mockner
parents:
38145
diff
changeset
|
580 |
if (log_is_enabled(Info, class, path)) { |
36364
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
581 |
ResourceMark rm; |
38151
fffedc5e5cf8
8154110: Update class* and safepoint* logging subsystems
mockner
parents:
38145
diff
changeset
|
582 |
outputStream* out = Log(class, path)::info_stream(); |
36364
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
583 |
if (msg) { |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
584 |
out->print("%s", msg); |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
585 |
} |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
586 |
if (name) { |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
587 |
if (strlen(name) < 256) { |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
588 |
out->print("%s", name); |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
589 |
} else { |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
590 |
// For very long paths, we need to print each character separately, |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
591 |
// as print_cr() has a length limit |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
592 |
while (name[0] != '\0') { |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
593 |
out->print("%c", name[0]); |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
594 |
name++; |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
595 |
} |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
596 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
597 |
} |
34287
06ababebbd58
8143963: improve ClassLoader::trace_class_path to accept an additional outputStream* arg
ccheung
parents:
32619
diff
changeset
|
598 |
out->cr(); |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
599 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
600 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
601 |
|
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
602 |
#if INCLUDE_CDS |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
603 |
void ClassLoader::check_shared_classpath(const char *path) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
604 |
if (strcmp(path, "") == 0) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
605 |
exit_with_path_failure("Cannot have empty path in archived classpaths", NULL); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
606 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
607 |
|
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
608 |
struct stat st; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
609 |
if (os::stat(path, &st) == 0) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
610 |
if ((st.st_mode & S_IFREG) != S_IFREG) { // is directory |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
611 |
if (!os::dir_is_empty(path)) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
612 |
tty->print_cr("Error: non-empty directory '%s'", path); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
613 |
exit_with_path_failure("CDS allows only empty directories in archived classpaths", NULL); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
614 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
615 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
616 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
617 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
618 |
#endif |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
619 |
|
1 | 620 |
void ClassLoader::setup_bootstrap_search_path() { |
621 |
assert(_first_entry == NULL, "should not setup bootstrap class search path twice"); |
|
26419 | 622 |
const char* sys_class_path = Arguments::get_sysclasspath(); |
36364
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
623 |
const char* java_class_path = Arguments::get_appclasspath(); |
26419 | 624 |
if (PrintSharedArchiveAndExit) { |
625 |
// Don't print sys_class_path - this is the bootcp of this current VM process, not necessarily |
|
626 |
// the same as the bootcp of the shared archive. |
|
627 |
} else { |
|
36364
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
628 |
trace_class_path("bootstrap loader class path=", sys_class_path); |
5971776598e5
8150103: Convert TraceClassPaths to Unified Logging
mockner
parents:
35917
diff
changeset
|
629 |
trace_class_path("classpath: ", java_class_path); |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
630 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
631 |
#if INCLUDE_CDS |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
632 |
if (DumpSharedSpaces) { |
26419 | 633 |
_shared_paths_misc_info->add_boot_classpath(sys_class_path); |
1 | 634 |
} |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
635 |
#endif |
36508 | 636 |
setup_search_path(sys_class_path, true); |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
637 |
} |
1 | 638 |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
639 |
#if INCLUDE_CDS |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
640 |
int ClassLoader::get_shared_paths_misc_info_size() { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
641 |
return _shared_paths_misc_info->get_used_bytes(); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
642 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
643 |
|
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
644 |
void* ClassLoader::get_shared_paths_misc_info() { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
645 |
return _shared_paths_misc_info->buffer(); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
646 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
647 |
|
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
648 |
bool ClassLoader::check_shared_paths_misc_info(void *buf, int size) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
649 |
SharedPathsMiscInfo* checker = SharedClassUtil::allocate_shared_paths_misc_info((char*)buf, size); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
650 |
bool result = checker->check(); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
651 |
delete checker; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
652 |
return result; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
653 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
654 |
#endif |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
655 |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
656 |
// Construct the array of module/path pairs as specified to -Xpatch |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
657 |
// for the boot loader to search ahead of the jimage, if the class being |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
658 |
// loaded is defined to a module that has been specified to -Xpatch. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
659 |
void ClassLoader::setup_xpatch_entries() { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
660 |
Thread* THREAD = Thread::current(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
661 |
GrowableArray<ModuleXPatchPath*>* xpatch_args = Arguments::get_xpatchprefix(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
662 |
int num_of_entries = xpatch_args->length(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
663 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
664 |
// Set up the boot loader's xpatch_entries list |
38733 | 665 |
_xpatch_entries = new (ResourceObj::C_HEAP, mtModule) GrowableArray<ModuleClassPathList*>(num_of_entries, true); |
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
666 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
667 |
for (int i = 0; i < num_of_entries; i++) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
668 |
const char* module_name = (xpatch_args->at(i))->module_name(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
669 |
Symbol* const module_sym = SymbolTable::lookup(module_name, (int)strlen(module_name), CHECK); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
670 |
assert(module_sym != NULL, "Failed to obtain Symbol for module name"); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
671 |
ModuleClassPathList* module_cpl = new ModuleClassPathList(module_sym); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
672 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
673 |
char* class_path = (xpatch_args->at(i))->path_string(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
674 |
int len = (int)strlen(class_path); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
675 |
int end = 0; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
676 |
// Iterate over the module's class path entries |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
677 |
for (int start = 0; start < len; start = end) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
678 |
while (class_path[end] && class_path[end] != os::path_separator()[0]) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
679 |
end++; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
680 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
681 |
EXCEPTION_MARK; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
682 |
ResourceMark rm(THREAD); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
683 |
char* path = NEW_RESOURCE_ARRAY(char, end - start + 1); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
684 |
strncpy(path, &class_path[start], end - start); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
685 |
path[end - start] = '\0'; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
686 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
687 |
struct stat st; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
688 |
if (os::stat(path, &st) == 0) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
689 |
// File or directory found |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
690 |
Thread* THREAD = Thread::current(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
691 |
ClassPathEntry* new_entry = create_class_path_entry(path, &st, false, false, CHECK); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
692 |
// If the path specification is valid, enter it into this module's list |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
693 |
if (new_entry != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
694 |
module_cpl->add_to_list(new_entry); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
695 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
696 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
697 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
698 |
while (class_path[end] == os::path_separator()[0]) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
699 |
end++; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
700 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
701 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
702 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
703 |
// Record the module into the list of -Xpatch entries only if |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
704 |
// valid ClassPathEntrys have been created |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
705 |
if (module_cpl->module_first_entry() != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
706 |
_xpatch_entries->push(module_cpl); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
707 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
708 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
709 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
710 |
|
36508 | 711 |
void ClassLoader::setup_search_path(const char *class_path, bool bootstrap_search) { |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
712 |
int offset = 0; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
713 |
int len = (int)strlen(class_path); |
1 | 714 |
int end = 0; |
36508 | 715 |
bool mark_append_entry = false; |
1 | 716 |
|
717 |
// Iterate over class path entries |
|
718 |
for (int start = 0; start < len; start = end) { |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
719 |
while (class_path[end] && class_path[end] != os::path_separator()[0]) { |
1 | 720 |
end++; |
721 |
} |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
722 |
EXCEPTION_MARK; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
723 |
ResourceMark rm(THREAD); |
36508 | 724 |
mark_append_entry = (mark_append_entry || |
725 |
(bootstrap_search && (start == Arguments::bootclassloader_append_index()))); |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
726 |
char* path = NEW_RESOURCE_ARRAY(char, end - start + 1); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
727 |
strncpy(path, &class_path[start], end - start); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
728 |
path[end - start] = '\0'; |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
729 |
update_class_path_entry_list(path, false, mark_append_entry, false, bootstrap_search); |
36508 | 730 |
|
731 |
// Check on the state of the boot loader's append path |
|
732 |
if (mark_append_entry && (_first_append_entry == NULL)) { |
|
733 |
// Failure to mark the first append entry, most likely |
|
734 |
// due to a non-existent path. Record the next entry |
|
735 |
// as the first boot loader append entry. |
|
736 |
mark_append_entry = true; |
|
737 |
} else { |
|
738 |
mark_append_entry = false; |
|
739 |
} |
|
740 |
||
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
741 |
#if INCLUDE_CDS |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
742 |
if (DumpSharedSpaces) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
743 |
check_shared_classpath(path); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
744 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
745 |
#endif |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
746 |
while (class_path[end] == os::path_separator()[0]) { |
1 | 747 |
end++; |
748 |
} |
|
749 |
} |
|
750 |
} |
|
751 |
||
26419 | 752 |
ClassPathEntry* ClassLoader::create_class_path_entry(const char *path, const struct stat* st, |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
753 |
bool throw_exception, |
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
754 |
bool is_boot_append, TRAPS) { |
1 | 755 |
JavaThread* thread = JavaThread::current(); |
19685
3df9b00b5d5f
8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
ccheung
parents:
19158
diff
changeset
|
756 |
ClassPathEntry* new_entry = NULL; |
3df9b00b5d5f
8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
ccheung
parents:
19158
diff
changeset
|
757 |
if ((st->st_mode & S_IFREG) == S_IFREG) { |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
758 |
ResourceMark rm(thread); |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
759 |
// Regular file, should be a zip or jimage file |
1 | 760 |
// Canonicalized filename |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
761 |
char* canonical_path = NEW_RESOURCE_ARRAY_IN_THREAD(thread, char, JVM_MAXPATHLEN); |
1 | 762 |
if (!get_canonical_path(path, canonical_path, JVM_MAXPATHLEN)) { |
763 |
// This matches the classic VM |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
764 |
if (throw_exception) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
765 |
THROW_MSG_(vmSymbols::java_io_IOException(), "Bad pathname", NULL); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
766 |
} else { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
767 |
return NULL; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
768 |
} |
1 | 769 |
} |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
770 |
jint error; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
771 |
JImageFile* jimage =(*JImageOpen)(canonical_path, &error); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
772 |
if (jimage != NULL) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
773 |
new_entry = new ClassPathImageEntry(jimage, canonical_path); |
27562 | 774 |
} else { |
31612
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
775 |
char* error_msg = NULL; |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
776 |
jzfile* zip; |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
777 |
{ |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
778 |
// enable call to C land |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
779 |
ThreadToNativeFromVM ttn(thread); |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
780 |
HandleMark hm(thread); |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
781 |
zip = (*ZipOpen)(canonical_path, &error_msg); |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
782 |
} |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
783 |
if (zip != NULL && error_msg == NULL) { |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
784 |
new_entry = new ClassPathZipEntry(zip, path, is_boot_append); |
1 | 785 |
} else { |
31612
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
786 |
char *msg; |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
787 |
if (error_msg == NULL) { |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
788 |
msg = NEW_RESOURCE_ARRAY_IN_THREAD(thread, char, strlen(path) + 128); ; |
31612
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
789 |
jio_snprintf(msg, strlen(path) + 127, "error in opening JAR file %s", path); |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
790 |
} else { |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
791 |
int len = (int)(strlen(path) + strlen(error_msg) + 128); |
39210
178947361a68
8153876: Replace 4K stack allocations with Resource allocations
ccheung
parents:
38733
diff
changeset
|
792 |
msg = NEW_RESOURCE_ARRAY_IN_THREAD(thread, char, len); ; |
31612
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
793 |
jio_snprintf(msg, len - 1, "error in opening JAR file <%s> %s", error_msg, path); |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
794 |
} |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
795 |
// Don't complain about bad jar files added via -Xbootclasspath/a:. |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
796 |
if (throw_exception && is_init_completed()) { |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
797 |
THROW_MSG_(vmSymbols::java_lang_ClassNotFoundException(), msg, NULL); |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
798 |
} else { |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
799 |
return NULL; |
930eee00deb0
8073423: Remove LazyClassPathEntry support if no longer needed
hseigel
parents:
31608
diff
changeset
|
800 |
} |
1 | 801 |
} |
27562 | 802 |
} |
38151
fffedc5e5cf8
8154110: Update class* and safepoint* logging subsystems
mockner
parents:
38145
diff
changeset
|
803 |
log_info(class, path)("opened: %s", path); |
fffedc5e5cf8
8154110: Update class* and safepoint* logging subsystems
mockner
parents:
38145
diff
changeset
|
804 |
log_info(class, load)("opened: %s", path); |
1 | 805 |
} else { |
806 |
// Directory |
|
19685
3df9b00b5d5f
8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
ccheung
parents:
19158
diff
changeset
|
807 |
new_entry = new ClassPathDirEntry(path); |
38151
fffedc5e5cf8
8154110: Update class* and safepoint* logging subsystems
mockner
parents:
38145
diff
changeset
|
808 |
log_info(class, load)("path: %s", path); |
1 | 809 |
} |
19685
3df9b00b5d5f
8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
ccheung
parents:
19158
diff
changeset
|
810 |
return new_entry; |
1 | 811 |
} |
812 |
||
813 |
||
814 |
// Create a class path zip entry for a given path (return NULL if not found |
|
815 |
// or zip/JAR file cannot be opened) |
|
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
816 |
ClassPathZipEntry* ClassLoader::create_class_path_zip_entry(const char *path, bool is_boot_append) { |
1 | 817 |
// check for a regular file |
818 |
struct stat st; |
|
819 |
if (os::stat(path, &st) == 0) { |
|
820 |
if ((st.st_mode & S_IFREG) == S_IFREG) { |
|
821 |
char canonical_path[JVM_MAXPATHLEN]; |
|
26419 | 822 |
if (get_canonical_path(path, canonical_path, JVM_MAXPATHLEN)) { |
1 | 823 |
char* error_msg = NULL; |
824 |
jzfile* zip; |
|
825 |
{ |
|
826 |
// enable call to C land |
|
827 |
JavaThread* thread = JavaThread::current(); |
|
828 |
ThreadToNativeFromVM ttn(thread); |
|
829 |
HandleMark hm(thread); |
|
830 |
zip = (*ZipOpen)(canonical_path, &error_msg); |
|
831 |
} |
|
832 |
if (zip != NULL && error_msg == NULL) { |
|
833 |
// create using canonical path |
|
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
834 |
return new ClassPathZipEntry(zip, canonical_path, is_boot_append); |
1 | 835 |
} |
836 |
} |
|
837 |
} |
|
838 |
} |
|
839 |
return NULL; |
|
840 |
} |
|
841 |
||
36508 | 842 |
// The boot class loader must adhere to specfic visibility rules. |
843 |
// Prior to loading a class in a named package, the package is checked |
|
844 |
// to see if it is in a module defined to the boot loader. If the |
|
845 |
// package is not in a module defined to the boot loader, the class |
|
846 |
// must be loaded only in the boot loader's append path, which |
|
847 |
// consists of [-Xbootclasspath/a]; [jvmti appended entries] |
|
848 |
void ClassLoader::set_first_append_entry(ClassPathEntry *new_entry) { |
|
849 |
if (_first_append_entry == NULL) { |
|
850 |
_first_append_entry = new_entry; |
|
851 |
} |
|
852 |
} |
|
853 |
||
1 | 854 |
// returns true if entry already on class path |
855 |
bool ClassLoader::contains_entry(ClassPathEntry *entry) { |
|
856 |
ClassPathEntry* e = _first_entry; |
|
857 |
while (e != NULL) { |
|
858 |
// assume zip entries have been canonicalized |
|
859 |
if (strcmp(entry->name(), e->name()) == 0) { |
|
860 |
return true; |
|
861 |
} |
|
862 |
e = e->next(); |
|
863 |
} |
|
864 |
return false; |
|
865 |
} |
|
866 |
||
867 |
void ClassLoader::add_to_list(ClassPathEntry *new_entry) { |
|
868 |
if (new_entry != NULL) { |
|
869 |
if (_last_entry == NULL) { |
|
870 |
_first_entry = _last_entry = new_entry; |
|
871 |
} else { |
|
872 |
_last_entry->set_next(new_entry); |
|
873 |
_last_entry = new_entry; |
|
874 |
} |
|
875 |
} |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
876 |
_num_entries ++; |
1 | 877 |
} |
878 |
||
36508 | 879 |
void ClassLoader::prepend_to_list(ClassPathEntry *new_entry) { |
880 |
if (new_entry != NULL) { |
|
881 |
if (_last_entry == NULL) { |
|
882 |
_first_entry = _last_entry = new_entry; |
|
883 |
} else { |
|
884 |
new_entry->set_next(_first_entry); |
|
885 |
_first_entry = new_entry; |
|
886 |
} |
|
887 |
} |
|
888 |
_num_entries ++; |
|
889 |
} |
|
890 |
||
891 |
void ClassLoader::add_to_list(const char *apath) { |
|
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
892 |
update_class_path_entry_list((char*)apath, false, false, false, false); |
36508 | 893 |
} |
894 |
||
895 |
void ClassLoader::prepend_to_list(const char *apath) { |
|
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
896 |
update_class_path_entry_list((char*)apath, false, false, true, false); |
36508 | 897 |
} |
898 |
||
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
899 |
// Returns true IFF the file/dir exists and the entry was successfully created. |
26419 | 900 |
bool ClassLoader::update_class_path_entry_list(const char *path, |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
901 |
bool check_for_duplicates, |
36508 | 902 |
bool mark_append_entry, |
903 |
bool prepend_entry, |
|
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
904 |
bool is_boot_append, |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
905 |
bool throw_exception) { |
1 | 906 |
struct stat st; |
19685
3df9b00b5d5f
8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
ccheung
parents:
19158
diff
changeset
|
907 |
if (os::stat(path, &st) == 0) { |
1 | 908 |
// File or directory found |
909 |
ClassPathEntry* new_entry = NULL; |
|
19685
3df9b00b5d5f
8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
ccheung
parents:
19158
diff
changeset
|
910 |
Thread* THREAD = Thread::current(); |
37220
ec74292c0c9c
8075253: Multiversion JAR feature: CDS does not support MV-JARs
ccheung
parents:
36508
diff
changeset
|
911 |
new_entry = create_class_path_entry(path, &st, throw_exception, is_boot_append, CHECK_(false)); |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
912 |
if (new_entry == NULL) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
913 |
return false; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
914 |
} |
36508 | 915 |
|
916 |
// Ensure that the first boot loader append entry will always be set correctly. |
|
917 |
assert((!mark_append_entry || |
|
918 |
(mark_append_entry && (!check_for_duplicates || !contains_entry(new_entry)))), |
|
919 |
"failed to mark boot loader's first append boundary"); |
|
920 |
||
921 |
// Do not reorder the bootclasspath which would break get_system_package(). |
|
1 | 922 |
// Add new entry to linked list |
36508 | 923 |
|
1 | 924 |
if (!check_for_duplicates || !contains_entry(new_entry)) { |
36508 | 925 |
ClassLoaderExt::add_class_path_entry(path, check_for_duplicates, new_entry, prepend_entry); |
926 |
if (mark_append_entry) { |
|
927 |
set_first_append_entry(new_entry); |
|
928 |
} |
|
1 | 929 |
} |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
930 |
return true; |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
931 |
} else { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
932 |
#if INCLUDE_CDS |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
933 |
if (DumpSharedSpaces) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
934 |
_shared_paths_misc_info->add_nonexist_path(path); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
935 |
} |
26419 | 936 |
#endif |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
937 |
return false; |
1 | 938 |
} |
939 |
} |
|
940 |
||
941 |
void ClassLoader::print_bootclasspath() { |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
942 |
ClassPathEntry* e; |
1 | 943 |
tty->print("[bootclasspath= "); |
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
944 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
945 |
// Print -Xpatch module/path specifications first |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
946 |
if (_xpatch_entries != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
947 |
ResourceMark rm; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
948 |
int num_of_entries = _xpatch_entries->length(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
949 |
for (int i = 0; i < num_of_entries; i++) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
950 |
ModuleClassPathList* mpl = _xpatch_entries->at(i); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
951 |
tty->print("%s=", mpl->module_name()->as_C_string()); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
952 |
e = mpl->module_first_entry(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
953 |
while (e != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
954 |
tty->print("%s", e->name()); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
955 |
e = e->next(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
956 |
if (e != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
957 |
tty->print("%s", os::path_separator()); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
958 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
959 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
960 |
tty->print(" ;"); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
961 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
962 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
963 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
964 |
e = _first_entry; |
1 | 965 |
while (e != NULL) { |
966 |
tty->print("%s ;", e->name()); |
|
967 |
e = e->next(); |
|
968 |
} |
|
969 |
tty->print_cr("]"); |
|
970 |
} |
|
971 |
||
972 |
void ClassLoader::load_zip_library() { |
|
973 |
assert(ZipOpen == NULL, "should not load zip library twice"); |
|
974 |
// First make sure native library is loaded |
|
975 |
os::native_java_library(); |
|
976 |
// Load zip library |
|
977 |
char path[JVM_MAXPATHLEN]; |
|
978 |
char ebuf[1024]; |
|
14471
f3a6b82e25cf
8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
bpittore
parents:
13728
diff
changeset
|
979 |
void* handle = NULL; |
f3a6b82e25cf
8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
bpittore
parents:
13728
diff
changeset
|
980 |
if (os::dll_build_name(path, sizeof(path), Arguments::get_dll_dir(), "zip")) { |
f3a6b82e25cf
8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
bpittore
parents:
13728
diff
changeset
|
981 |
handle = os::dll_load(path, ebuf, sizeof ebuf); |
f3a6b82e25cf
8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
bpittore
parents:
13728
diff
changeset
|
982 |
} |
1 | 983 |
if (handle == NULL) { |
984 |
vm_exit_during_initialization("Unable to load ZIP library", path); |
|
985 |
} |
|
986 |
// Lookup zip entry points |
|
7405
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
987 |
ZipOpen = CAST_TO_FN_PTR(ZipOpen_t, os::dll_lookup(handle, "ZIP_Open")); |
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
988 |
ZipClose = CAST_TO_FN_PTR(ZipClose_t, os::dll_lookup(handle, "ZIP_Close")); |
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
989 |
FindEntry = CAST_TO_FN_PTR(FindEntry_t, os::dll_lookup(handle, "ZIP_FindEntry")); |
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
990 |
ReadEntry = CAST_TO_FN_PTR(ReadEntry_t, os::dll_lookup(handle, "ZIP_ReadEntry")); |
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
991 |
ReadMappedEntry = CAST_TO_FN_PTR(ReadMappedEntry_t, os::dll_lookup(handle, "ZIP_ReadMappedEntry")); |
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
992 |
GetNextEntry = CAST_TO_FN_PTR(GetNextEntry_t, os::dll_lookup(handle, "ZIP_GetNextEntry")); |
27562 | 993 |
ZipInflateFully = CAST_TO_FN_PTR(ZipInflateFully_t, os::dll_lookup(handle, "ZIP_InflateFully")); |
27025 | 994 |
Crc32 = CAST_TO_FN_PTR(Crc32_t, os::dll_lookup(handle, "ZIP_CRC32")); |
1 | 995 |
|
996 |
// ZIP_Close is not exported on Windows in JDK5.0 so don't abort if ZIP_Close is NULL |
|
27025 | 997 |
if (ZipOpen == NULL || FindEntry == NULL || ReadEntry == NULL || |
998 |
GetNextEntry == NULL || Crc32 == NULL) { |
|
1 | 999 |
vm_exit_during_initialization("Corrupted ZIP library", path); |
1000 |
} |
|
1001 |
||
27562 | 1002 |
if (ZipInflateFully == NULL) { |
1003 |
vm_exit_during_initialization("Corrupted ZIP library ZIP_InflateFully missing", path); |
|
1004 |
} |
|
1005 |
||
1 | 1006 |
// Lookup canonicalize entry in libjava.dll |
1007 |
void *javalib_handle = os::native_java_library(); |
|
7405
e6fc8d3926f8
6348631: remove the use of the HPI library from Hotspot
ikrylov
parents:
7397
diff
changeset
|
1008 |
CanonicalizeEntry = CAST_TO_FN_PTR(canonicalize_fn_t, os::dll_lookup(javalib_handle, "Canonicalize")); |
1 | 1009 |
// This lookup only works on 1.3. Do not check for non-null here |
1010 |
} |
|
1011 |
||
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1012 |
void ClassLoader::load_jimage_library() { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1013 |
// First make sure native library is loaded |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1014 |
os::native_java_library(); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1015 |
// Load jimage library |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1016 |
char path[JVM_MAXPATHLEN]; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1017 |
char ebuf[1024]; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1018 |
void* handle = NULL; |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1019 |
if (os::dll_build_name(path, sizeof(path), Arguments::get_dll_dir(), "jimage")) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1020 |
handle = os::dll_load(path, ebuf, sizeof ebuf); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1021 |
} |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1022 |
if (handle == NULL) { |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1023 |
vm_exit_during_initialization("Unable to load jimage library", path); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1024 |
} |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1025 |
|
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1026 |
// Lookup jimage entry points |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1027 |
JImageOpen = CAST_TO_FN_PTR(JImageOpen_t, os::dll_lookup(handle, "JIMAGE_Open")); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1028 |
guarantee(JImageOpen != NULL, "function JIMAGE_Open not found"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1029 |
JImageClose = CAST_TO_FN_PTR(JImageClose_t, os::dll_lookup(handle, "JIMAGE_Close")); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1030 |
guarantee(JImageClose != NULL, "function JIMAGE_Close not found"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1031 |
JImagePackageToModule = CAST_TO_FN_PTR(JImagePackageToModule_t, os::dll_lookup(handle, "JIMAGE_PackageToModule")); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1032 |
guarantee(JImagePackageToModule != NULL, "function JIMAGE_PackageToModule not found"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1033 |
JImageFindResource = CAST_TO_FN_PTR(JImageFindResource_t, os::dll_lookup(handle, "JIMAGE_FindResource")); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1034 |
guarantee(JImageFindResource != NULL, "function JIMAGE_FindResource not found"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1035 |
JImageGetResource = CAST_TO_FN_PTR(JImageGetResource_t, os::dll_lookup(handle, "JIMAGE_GetResource")); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1036 |
guarantee(JImageGetResource != NULL, "function JIMAGE_GetResource not found"); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1037 |
JImageResourceIterator = CAST_TO_FN_PTR(JImageResourceIterator_t, os::dll_lookup(handle, "JIMAGE_ResourceIterator")); |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1038 |
guarantee(JImageResourceIterator != NULL, "function JIMAGE_ResourceIterator not found"); |
37490
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
1039 |
JImageResourcePath = CAST_TO_FN_PTR(JImage_ResourcePath_t, os::dll_lookup(handle, "JIMAGE_ResourcePath")); |
fd089d3f8cb3
8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey
parents:
37418
diff
changeset
|
1040 |
guarantee(JImageResourcePath != NULL, "function JIMAGE_ResourcePath not found"); |
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1041 |
} |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1042 |
|
27562 | 1043 |
jboolean ClassLoader::decompress(void *in, u8 inSize, void *out, u8 outSize, char **pmsg) { |
1044 |
return (*ZipInflateFully)(in, inSize, out, outSize, pmsg); |
|
1045 |
} |
|
1046 |
||
27025 | 1047 |
int ClassLoader::crc32(int crc, const char* buf, int len) { |
1048 |
assert(Crc32 != NULL, "ZIP_CRC32 is not found"); |
|
1049 |
return (*Crc32)(crc, (const jbyte*)buf, len); |
|
1050 |
} |
|
1051 |
||
36508 | 1052 |
#if INCLUDE_CDS |
1053 |
void ClassLoader::initialize_module_loader_map(JImageFile* jimage) { |
|
38192
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1054 |
if (!DumpSharedSpaces) { |
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1055 |
return; // only needed for CDS dump time |
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1056 |
} |
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1057 |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1058 |
ResourceMark rm; |
36508 | 1059 |
jlong size; |
1060 |
JImageLocationRef location = (*JImageFindResource)(jimage, "java.base", get_jimage_version_string(), MODULE_LOADER_MAP, &size); |
|
1061 |
if (location == 0) { |
|
1062 |
vm_exit_during_initialization( |
|
1063 |
"Cannot find ModuleLoaderMap location from modules jimage.", NULL); |
|
1064 |
} |
|
38252
f601a770c82f
8155574: ClassLoader::initialize_module_loader_map crashes if the char_buf is not NULL terminated
ccheung
parents:
38245
diff
changeset
|
1065 |
char* buffer = NEW_RESOURCE_ARRAY(char, size + 1); |
f601a770c82f
8155574: ClassLoader::initialize_module_loader_map crashes if the char_buf is not NULL terminated
ccheung
parents:
38245
diff
changeset
|
1066 |
buffer[size] = '\0'; |
36508 | 1067 |
jlong read = (*JImageGetResource)(jimage, location, buffer, size); |
1068 |
if (read != size) { |
|
1069 |
vm_exit_during_initialization( |
|
1070 |
"Cannot find ModuleLoaderMap resource from modules jimage.", NULL); |
|
1 | 1071 |
} |
36508 | 1072 |
char* char_buf = (char*)buffer; |
1073 |
int buflen = (int)strlen(char_buf); |
|
1074 |
char* begin_ptr = char_buf; |
|
1075 |
char* end_ptr = strchr(begin_ptr, '\n'); |
|
1076 |
bool process_boot_modules = false; |
|
38733 | 1077 |
_boot_modules_array = new (ResourceObj::C_HEAP, mtModule) |
36508 | 1078 |
GrowableArray<char*>(INITIAL_BOOT_MODULES_ARRAY_SIZE, true); |
38733 | 1079 |
_platform_modules_array = new (ResourceObj::C_HEAP, mtModule) |
36508 | 1080 |
GrowableArray<char*>(INITIAL_PLATFORM_MODULES_ARRAY_SIZE, true); |
1081 |
while (end_ptr != NULL && (end_ptr - char_buf) < buflen) { |
|
1082 |
// Allocate a buffer from the C heap to be appended to the _boot_modules_array |
|
1083 |
// or the _platform_modules_array. |
|
1084 |
char* temp_name = NEW_C_HEAP_ARRAY(char, (size_t)(end_ptr - begin_ptr + 1), mtInternal); |
|
1085 |
strncpy(temp_name, begin_ptr, end_ptr - begin_ptr); |
|
1086 |
temp_name[end_ptr - begin_ptr] = '\0'; |
|
1087 |
if (strncmp(temp_name, "BOOT", 4) == 0) { |
|
1088 |
process_boot_modules = true; |
|
1089 |
FREE_C_HEAP_ARRAY(char, temp_name); |
|
1090 |
} else if (strncmp(temp_name, "PLATFORM", 8) == 0) { |
|
1091 |
process_boot_modules = false; |
|
1092 |
FREE_C_HEAP_ARRAY(char, temp_name); |
|
1093 |
} else { |
|
1094 |
// module name |
|
1095 |
if (process_boot_modules) { |
|
1096 |
_boot_modules_array->append(temp_name); |
|
1097 |
} else { |
|
1098 |
_platform_modules_array->append(temp_name); |
|
1 | 1099 |
} |
1100 |
} |
|
36508 | 1101 |
begin_ptr = ++end_ptr; |
1102 |
end_ptr = strchr(begin_ptr, '\n'); |
|
1 | 1103 |
} |
1104 |
} |
|
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1105 |
#endif |
1 | 1106 |
|
36508 | 1107 |
// Function add_package extracts the package from the fully qualified class name |
1108 |
// and checks if the package is in the boot loader's package entry table. If so, |
|
1109 |
// then it sets the classpath_index in the package entry record. |
|
1110 |
// |
|
1111 |
// The classpath_index field is used to find the entry on the boot loader class |
|
1112 |
// path for packages with classes loaded by the boot loader from -Xbootclasspath/a |
|
1113 |
// in an unnamed module. It is also used to indicate (for all packages whose |
|
1114 |
// classes are loaded by the boot loader) that at least one of the package's |
|
1115 |
// classes has been loaded. |
|
1116 |
bool ClassLoader::add_package(const char *fullq_class_name, s2 classpath_index, TRAPS) { |
|
1117 |
assert(fullq_class_name != NULL, "just checking"); |
|
1118 |
||
1119 |
// Get package name from fully qualified class name. |
|
1120 |
const char *cp = strrchr(fullq_class_name, '/'); |
|
1 | 1121 |
if (cp != NULL) { |
36508 | 1122 |
int len = cp - fullq_class_name; |
1123 |
PackageEntryTable* pkg_entry_tbl = |
|
1124 |
ClassLoaderData::the_null_class_loader_data()->packages(); |
|
1125 |
TempNewSymbol pkg_symbol = |
|
1126 |
SymbolTable::new_symbol(fullq_class_name, len, CHECK_false); |
|
1127 |
PackageEntry* pkg_entry = pkg_entry_tbl->lookup_only(pkg_symbol); |
|
1128 |
if (pkg_entry != NULL) { |
|
1129 |
assert(classpath_index != -1, "Unexpected classpath_index"); |
|
1130 |
pkg_entry->set_classpath_index(classpath_index); |
|
1131 |
} else { |
|
1132 |
return false; |
|
1133 |
} |
|
1134 |
} |
|
1135 |
return true; |
|
1136 |
} |
|
1137 |
||
1138 |
oop ClassLoader::get_system_package(const char* name, TRAPS) { |
|
1139 |
// Look up the name in the boot loader's package entry table. |
|
1140 |
if (name != NULL) { |
|
1141 |
TempNewSymbol package_sym = SymbolTable::new_symbol(name, (int)strlen(name), CHECK_NULL); |
|
1142 |
// Look for the package entry in the boot loader's package entry table. |
|
1143 |
PackageEntry* package = |
|
1144 |
ClassLoaderData::the_null_class_loader_data()->packages()->lookup_only(package_sym); |
|
1145 |
||
1146 |
// Return NULL if package does not exist or if no classes in that package |
|
1147 |
// have been loaded. |
|
1148 |
if (package != NULL && package->has_loaded_class()) { |
|
1149 |
ModuleEntry* module = package->module(); |
|
1150 |
if (module->location() != NULL) { |
|
1151 |
ResourceMark rm(THREAD); |
|
1152 |
Handle ml = java_lang_String::create_from_str( |
|
1153 |
module->location()->as_C_string(), THREAD); |
|
1154 |
return ml(); |
|
1155 |
} |
|
1156 |
// Return entry on boot loader class path. |
|
1157 |
Handle cph = java_lang_String::create_from_str( |
|
1158 |
ClassLoader::classpath_entry(package->classpath_index())->name(), THREAD); |
|
1159 |
return cph(); |
|
1160 |
} |
|
1 | 1161 |
} |
1162 |
return NULL; |
|
1163 |
} |
|
1164 |
||
36508 | 1165 |
objArrayOop ClassLoader::get_system_packages(TRAPS) { |
1166 |
ResourceMark rm(THREAD); |
|
1167 |
// List of pointers to PackageEntrys that have loaded classes. |
|
1168 |
GrowableArray<PackageEntry*>* loaded_class_pkgs = new GrowableArray<PackageEntry*>(50); |
|
1 | 1169 |
{ |
36508 | 1170 |
MutexLocker ml(Module_lock, THREAD); |
1171 |
||
1172 |
PackageEntryTable* pe_table = |
|
1173 |
ClassLoaderData::the_null_class_loader_data()->packages(); |
|
1 | 1174 |
|
36508 | 1175 |
// Collect the packages that have at least one loaded class. |
1176 |
for (int x = 0; x < pe_table->table_size(); x++) { |
|
1177 |
for (PackageEntry* package_entry = pe_table->bucket(x); |
|
1178 |
package_entry != NULL; |
|
1179 |
package_entry = package_entry->next()) { |
|
1180 |
if (package_entry->has_loaded_class()) { |
|
1181 |
loaded_class_pkgs->append(package_entry); |
|
1182 |
} |
|
1 | 1183 |
} |
1184 |
} |
|
1185 |
} |
|
1186 |
||
1187 |
||
36508 | 1188 |
// Allocate objArray and fill with java.lang.String |
1189 |
objArrayOop r = oopFactory::new_objArray(SystemDictionary::String_klass(), |
|
1190 |
loaded_class_pkgs->length(), CHECK_NULL); |
|
1191 |
objArrayHandle result(THREAD, r); |
|
1192 |
for (int x = 0; x < loaded_class_pkgs->length(); x++) { |
|
1193 |
PackageEntry* package_entry = loaded_class_pkgs->at(x); |
|
1194 |
Handle str = java_lang_String::create_from_symbol(package_entry->name(), CHECK_NULL); |
|
1195 |
result->obj_at_put(x, str()); |
|
1 | 1196 |
} |
36508 | 1197 |
return result(); |
1 | 1198 |
} |
1199 |
||
36508 | 1200 |
#if INCLUDE_CDS |
1201 |
s2 ClassLoader::module_to_classloader(const char* module_name) { |
|
1 | 1202 |
|
38192
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1203 |
assert(DumpSharedSpaces, "dump time only"); |
36508 | 1204 |
assert(_boot_modules_array != NULL, "_boot_modules_array is NULL"); |
1205 |
assert(_platform_modules_array != NULL, "_platform_modules_array is NULL"); |
|
1206 |
||
1207 |
int array_size = _boot_modules_array->length(); |
|
1208 |
for (int i = 0; i < array_size; i++) { |
|
1209 |
if (strcmp(module_name, _boot_modules_array->at(i)) == 0) { |
|
1210 |
return BOOT_LOADER; |
|
1 | 1211 |
} |
1212 |
} |
|
36508 | 1213 |
|
1214 |
array_size = _platform_modules_array->length(); |
|
1215 |
for (int i = 0; i < array_size; i++) { |
|
1216 |
if (strcmp(module_name, _platform_modules_array->at(i)) == 0) { |
|
1217 |
return PLATFORM_LOADER; |
|
1218 |
} |
|
1 | 1219 |
} |
1220 |
||
36508 | 1221 |
return APP_LOADER; |
1 | 1222 |
} |
36508 | 1223 |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1224 |
s2 ClassLoader::classloader_type(Symbol* class_name, ClassPathEntry* e, int classpath_index, TRAPS) { |
38192
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1225 |
assert(DumpSharedSpaces, "Only used for CDS dump time"); |
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1226 |
|
36508 | 1227 |
// obtain the classloader type based on the class name. |
1228 |
// First obtain the package name based on the class name. Then obtain |
|
1229 |
// the classloader type based on the package name from the jimage using |
|
1230 |
// a jimage API. If the classloader type cannot be found from the |
|
1231 |
// jimage, it is determined by the class path entry. |
|
1232 |
jshort loader_type = ClassLoader::APP_LOADER; |
|
1233 |
if (e->is_jrt()) { |
|
1234 |
int length = 0; |
|
1235 |
const jbyte* pkg_string = InstanceKlass::package_from_name(class_name, length); |
|
1236 |
if (pkg_string != NULL) { |
|
1237 |
ResourceMark rm; |
|
1238 |
TempNewSymbol pkg_name = SymbolTable::new_symbol((const char*)pkg_string, length, THREAD); |
|
1239 |
const char* pkg_name_C_string = (const char*)(pkg_name->as_C_string()); |
|
1240 |
ClassPathImageEntry* cpie = (ClassPathImageEntry*)e; |
|
1241 |
JImageFile* jimage = cpie->jimage(); |
|
1242 |
char* module_name = (char*)(*JImagePackageToModule)(jimage, pkg_name_C_string); |
|
1243 |
if (module_name != NULL) { |
|
1244 |
loader_type = ClassLoader::module_to_classloader(module_name); |
|
1245 |
} |
|
1246 |
} |
|
1247 |
} else if (ClassLoaderExt::is_boot_classpath(classpath_index)) { |
|
1248 |
loader_type = ClassLoader::BOOT_LOADER; |
|
1249 |
} |
|
1250 |
return loader_type; |
|
38192
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1251 |
} |
36508 | 1252 |
#endif |
1 | 1253 |
|
34666 | 1254 |
// caller needs ResourceMark |
1255 |
const char* ClassLoader::file_name_for_class_name(const char* class_name, |
|
1256 |
int class_name_len) { |
|
1257 |
assert(class_name != NULL, "invariant"); |
|
1258 |
assert((int)strlen(class_name) == class_name_len, "invariant"); |
|
1 | 1259 |
|
34666 | 1260 |
static const char class_suffix[] = ".class"; |
1261 |
||
1262 |
char* const file_name = NEW_RESOURCE_ARRAY(char, |
|
1263 |
class_name_len + |
|
1264 |
sizeof(class_suffix)); // includes term NULL |
|
1265 |
||
1266 |
strncpy(file_name, class_name, class_name_len); |
|
1267 |
strncpy(&file_name[class_name_len], class_suffix, sizeof(class_suffix)); |
|
1268 |
||
1269 |
return file_name; |
|
1270 |
} |
|
1271 |
||
36508 | 1272 |
instanceKlassHandle ClassLoader::load_class(Symbol* name, bool search_append_only, TRAPS) { |
34666 | 1273 |
assert(name != NULL, "invariant"); |
1274 |
assert(THREAD->is_Java_thread(), "must be a JavaThread"); |
|
1275 |
||
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1276 |
ResourceMark rm(THREAD); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1277 |
HandleMark hm(THREAD); |
34666 | 1278 |
|
1279 |
const char* const class_name = name->as_C_string(); |
|
1280 |
||
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1281 |
EventMark m("loading class %s", class_name); |
1 | 1282 |
ThreadProfilerMark tpm(ThreadProfilerMark::classLoaderRegion); |
1283 |
||
34666 | 1284 |
const char* const file_name = file_name_for_class_name(class_name, |
1285 |
name->utf8_length()); |
|
1286 |
assert(file_name != NULL, "invariant"); |
|
1287 |
||
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1288 |
ClassLoaderExt::Context context(class_name, file_name, THREAD); |
1 | 1289 |
|
36508 | 1290 |
// Lookup stream for parsing .class file |
1 | 1291 |
ClassFileStream* stream = NULL; |
36508 | 1292 |
s2 classpath_index = 0; |
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1293 |
ClassPathEntry* e = NULL; |
36508 | 1294 |
|
1295 |
// If DumpSharedSpaces is true, boot loader visibility boundaries are set |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1296 |
// to be _first_entry to the end (all path entries). No -Xpatch entries are |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1297 |
// included since CDS and AppCDS are not supported if -Xpatch is specified. |
36508 | 1298 |
// |
1299 |
// If search_append_only is true, boot loader visibility boundaries are |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1300 |
// set to be _first_append_entry to the end. This includes: |
36508 | 1301 |
// [-Xbootclasspath/a]; [jvmti appended entries] |
1302 |
// |
|
1303 |
// If both DumpSharedSpaces and search_append_only are false, boot loader |
|
1304 |
// visibility boundaries are set to be _first_entry to the entry before |
|
1305 |
// the _first_append_entry. This would include: |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1306 |
// [-Xpatch:<module>=<file>(<pathsep><file>)*]; [exploded build | jimage] |
36508 | 1307 |
// |
1308 |
// DumpSharedSpaces and search_append_only are mutually exclusive and cannot |
|
1309 |
// be true at the same time. |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1310 |
assert(!(DumpSharedSpaces && search_append_only), "DumpSharedSpaces and search_append_only are both true"); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1311 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1312 |
// Load Attempt #1: -Xpatch |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1313 |
// Determine the class' defining module. If it appears in the _xpatch_entries, |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1314 |
// attempt to load the class from those locations specific to the module. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1315 |
// Note: The -Xpatch entries are never searched if the boot loader's |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1316 |
// visibility boundary is limited to only searching the append entries. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1317 |
if (_xpatch_entries != NULL && !search_append_only && !DumpSharedSpaces) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1318 |
// Find the module in the boot loader's module entry table |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1319 |
PackageEntry* pkg_entry = get_package_entry(class_name, ClassLoaderData::the_null_class_loader_data(), THREAD); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1320 |
ModuleEntry* mod_entry = (pkg_entry != NULL) ? pkg_entry->module() : NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1321 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1322 |
// If the module system has not defined java.base yet, then |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1323 |
// classes loaded are assumed to be defined to java.base. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1324 |
// When java.base is eventually defined by the module system, |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1325 |
// all packages of classes that have been previously loaded |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1326 |
// are verified in ModuleEntryTable::verify_javabase_packages(). |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1327 |
if (!Universe::is_module_initialized() && |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1328 |
!ModuleEntryTable::javabase_defined() && |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1329 |
mod_entry == NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1330 |
mod_entry = ModuleEntryTable::javabase_module(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1331 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1332 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1333 |
// The module must be a named module |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1334 |
if (mod_entry != NULL && mod_entry->is_named()) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1335 |
int num_of_entries = _xpatch_entries->length(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1336 |
const Symbol* class_module_name = mod_entry->name(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1337 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1338 |
// Loop through all the xpatch entries looking for module |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1339 |
for (int i = 0; i < num_of_entries; i++) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1340 |
ModuleClassPathList* module_cpl = _xpatch_entries->at(i); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1341 |
Symbol* module_cpl_name = module_cpl->module_name(); |
36508 | 1342 |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1343 |
if (module_cpl_name->fast_compare(class_module_name) == 0) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1344 |
// Class' module has been located, attempt to load |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1345 |
// the class from the module's ClassPathEntry list. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1346 |
e = module_cpl->module_first_entry(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1347 |
while (e != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1348 |
stream = e->open_stream(file_name, CHECK_NULL); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1349 |
// No context.check is required since both CDS |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1350 |
// and AppCDS are turned off if -Xpatch is specified. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1351 |
if (NULL != stream) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1352 |
break; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1353 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1354 |
e = e->next(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1355 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1356 |
// If the module was located in the xpatch entries, break out |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1357 |
// even if the class was not located successfully from that module's |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1358 |
// ClassPathEntry list. There will not be another valid entry for |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1359 |
// that module in the _xpatch_entries array. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1360 |
break; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1361 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1362 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1363 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1364 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1365 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1366 |
// Load Attempt #2: [exploded build | jimage] |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1367 |
if (!search_append_only && (NULL == stream)) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1368 |
e = _first_entry; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1369 |
while ((e != NULL) && (e != _first_append_entry)) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1370 |
stream = e->open_stream(file_name, CHECK_NULL); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1371 |
if (!context.check(stream, classpath_index)) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1372 |
return NULL; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1373 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1374 |
if (NULL != stream) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1375 |
break; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1376 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1377 |
e = e->next(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1378 |
++classpath_index; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1379 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1380 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1381 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1382 |
// Load Attempt #3: [-Xbootclasspath/a]; [jvmti appended entries] |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1383 |
if ((search_append_only || DumpSharedSpaces) && (NULL == stream)) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1384 |
// For the boot loader append path search, must calculate |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1385 |
// the starting classpath_index prior to attempting to |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1386 |
// load the classfile. |
36508 | 1387 |
if (search_append_only) { |
1388 |
ClassPathEntry *tmp_e = _first_entry; |
|
1389 |
while ((tmp_e != NULL) && (tmp_e != _first_append_entry)) { |
|
1390 |
tmp_e = tmp_e->next(); |
|
1391 |
++classpath_index; |
|
1392 |
} |
|
1393 |
} |
|
34666 | 1394 |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1395 |
e = _first_append_entry; |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1396 |
while (e != NULL) { |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1397 |
stream = e->open_stream(file_name, CHECK_NULL); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1398 |
if (!context.check(stream, classpath_index)) { |
34666 | 1399 |
return NULL; |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1400 |
} |
36508 | 1401 |
if (NULL != stream) { |
1402 |
break; |
|
1403 |
} |
|
1404 |
e = e->next(); |
|
1405 |
++classpath_index; |
|
1 | 1406 |
} |
1407 |
} |
|
1408 |
||
34666 | 1409 |
if (NULL == stream) { |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1410 |
if (DumpSharedSpaces) { |
27618
790a8bf5488b
8064375: Change certain errors to warnings in CDS output.
jiangli
parents:
27025
diff
changeset
|
1411 |
tty->print_cr("Preload Warning: Cannot find %s", class_name); |
1 | 1412 |
} |
34666 | 1413 |
return NULL; |
1 | 1414 |
} |
1415 |
||
34666 | 1416 |
stream->set_verify(context.should_verify(classpath_index)); |
1417 |
||
1418 |
ClassLoaderData* loader_data = ClassLoaderData::the_null_class_loader_data(); |
|
1419 |
Handle protection_domain; |
|
1420 |
||
1421 |
instanceKlassHandle result = KlassFactory::create_from_stream(stream, |
|
1422 |
name, |
|
1423 |
loader_data, |
|
1424 |
protection_domain, |
|
1425 |
NULL, // host_klass |
|
1426 |
NULL, // cp_patches |
|
1427 |
NULL, // parsed_name |
|
1428 |
THREAD); |
|
1429 |
if (HAS_PENDING_EXCEPTION) { |
|
1430 |
if (DumpSharedSpaces) { |
|
1431 |
tty->print_cr("Preload Error: Failed to load %s", class_name); |
|
1432 |
} |
|
1433 |
return NULL; |
|
1434 |
} |
|
1435 |
||
38192
05ab1ee04bf2
8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive.
jiangli
parents:
38151
diff
changeset
|
1436 |
return context.record_result(name, e, classpath_index, result, THREAD); |
1 | 1437 |
} |
1438 |
||
1439 |
// Initialize the class loader's access to methods in libzip. Parse and |
|
1440 |
// process the boot classpath into a list ClassPathEntry objects. Once |
|
1441 |
// this list has been created, it must not change order (see class PackageInfo) |
|
1442 |
// it can be appended to and is by jvmti and the kernel vm. |
|
1443 |
||
1444 |
void ClassLoader::initialize() { |
|
1445 |
EXCEPTION_MARK; |
|
1446 |
||
1447 |
if (UsePerfData) { |
|
1448 |
// jvmstat performance counters |
|
1449 |
NEWPERFTICKCOUNTER(_perf_accumulated_time, SUN_CLS, "time"); |
|
1450 |
NEWPERFTICKCOUNTER(_perf_class_init_time, SUN_CLS, "classInitTime"); |
|
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1451 |
NEWPERFTICKCOUNTER(_perf_class_init_selftime, SUN_CLS, "classInitTime.self"); |
1 | 1452 |
NEWPERFTICKCOUNTER(_perf_class_verify_time, SUN_CLS, "classVerifyTime"); |
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1453 |
NEWPERFTICKCOUNTER(_perf_class_verify_selftime, SUN_CLS, "classVerifyTime.self"); |
1 | 1454 |
NEWPERFTICKCOUNTER(_perf_class_link_time, SUN_CLS, "classLinkedTime"); |
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1455 |
NEWPERFTICKCOUNTER(_perf_class_link_selftime, SUN_CLS, "classLinkedTime.self"); |
1 | 1456 |
NEWPERFEVENTCOUNTER(_perf_classes_inited, SUN_CLS, "initializedClasses"); |
1457 |
NEWPERFEVENTCOUNTER(_perf_classes_linked, SUN_CLS, "linkedClasses"); |
|
3575
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1458 |
NEWPERFEVENTCOUNTER(_perf_classes_verified, SUN_CLS, "verifiedClasses"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1459 |
|
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1460 |
NEWPERFTICKCOUNTER(_perf_class_parse_time, SUN_CLS, "parseClassTime"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1461 |
NEWPERFTICKCOUNTER(_perf_class_parse_selftime, SUN_CLS, "parseClassTime.self"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1462 |
NEWPERFTICKCOUNTER(_perf_sys_class_lookup_time, SUN_CLS, "lookupSysClassTime"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1463 |
NEWPERFTICKCOUNTER(_perf_shared_classload_time, SUN_CLS, "sharedClassLoadTime"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1464 |
NEWPERFTICKCOUNTER(_perf_sys_classload_time, SUN_CLS, "sysClassLoadTime"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1465 |
NEWPERFTICKCOUNTER(_perf_app_classload_time, SUN_CLS, "appClassLoadTime"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1466 |
NEWPERFTICKCOUNTER(_perf_app_classload_selftime, SUN_CLS, "appClassLoadTime.self"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1467 |
NEWPERFEVENTCOUNTER(_perf_app_classload_count, SUN_CLS, "appClassLoadCount"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1468 |
NEWPERFTICKCOUNTER(_perf_define_appclasses, SUN_CLS, "defineAppClasses"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1469 |
NEWPERFTICKCOUNTER(_perf_define_appclass_time, SUN_CLS, "defineAppClassTime"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1470 |
NEWPERFTICKCOUNTER(_perf_define_appclass_selftime, SUN_CLS, "defineAppClassTime.self"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1471 |
NEWPERFBYTECOUNTER(_perf_app_classfile_bytes_read, SUN_CLS, "appClassBytes"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1472 |
NEWPERFBYTECOUNTER(_perf_sys_classfile_bytes_read, SUN_CLS, "sysClassBytes"); |
224791e7ecab
6857194: Add hotspot perf counters to aid class loading performance measurement
mchung
parents:
2567
diff
changeset
|
1473 |
|
1 | 1474 |
|
1475 |
// The following performance counters are added for measuring the impact |
|
1476 |
// of the bug fix of 6365597. They are mainly focused on finding out |
|
1477 |
// the behavior of system & user-defined classloader lock, whether |
|
1478 |
// ClassLoader.loadClass/findClass is being called synchronized or not. |
|
1479 |
// Also two additional counters are created to see whether 'UnsyncloadClass' |
|
1480 |
// flag is being set or not and how many times load_instance_class call |
|
1481 |
// fails with linkageError etc. |
|
1482 |
NEWPERFEVENTCOUNTER(_sync_systemLoaderLockContentionRate, SUN_CLS, |
|
1483 |
"systemLoaderLockContentionRate"); |
|
1484 |
NEWPERFEVENTCOUNTER(_sync_nonSystemLoaderLockContentionRate, SUN_CLS, |
|
1485 |
"nonSystemLoaderLockContentionRate"); |
|
1486 |
NEWPERFEVENTCOUNTER(_sync_JVMFindLoadedClassLockFreeCounter, SUN_CLS, |
|
1487 |
"jvmFindLoadedClassNoLockCalls"); |
|
1488 |
NEWPERFEVENTCOUNTER(_sync_JVMDefineClassLockFreeCounter, SUN_CLS, |
|
1489 |
"jvmDefineClassNoLockCalls"); |
|
1490 |
||
1491 |
NEWPERFEVENTCOUNTER(_sync_JNIDefineClassLockFreeCounter, SUN_CLS, |
|
1492 |
"jniDefineClassNoLockCalls"); |
|
1493 |
||
1494 |
NEWPERFEVENTCOUNTER(_unsafe_defineClassCallCounter, SUN_CLS, |
|
1495 |
"unsafeDefineClassCalls"); |
|
1496 |
||
1497 |
NEWPERFEVENTCOUNTER(_isUnsyncloadClass, SUN_CLS, "isUnsyncloadClassSet"); |
|
1498 |
NEWPERFEVENTCOUNTER(_load_instance_class_failCounter, SUN_CLS, |
|
1499 |
"loadInstanceClassFailRate"); |
|
1500 |
||
1501 |
// increment the isUnsyncloadClass counter if UnsyncloadClass is set. |
|
1502 |
if (UnsyncloadClass) { |
|
1503 |
_isUnsyncloadClass->inc(); |
|
1504 |
} |
|
1505 |
} |
|
1506 |
||
1507 |
// lookup zip library entry points |
|
1508 |
load_zip_library(); |
|
32619
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1509 |
// lookup jimage library entry points |
47acec81dcca
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
31612
diff
changeset
|
1510 |
load_jimage_library(); |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1511 |
#if INCLUDE_CDS |
1 | 1512 |
// initialize search path |
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1513 |
if (DumpSharedSpaces) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1514 |
_shared_paths_misc_info = SharedClassUtil::allocate_shared_paths_misc_info(); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1515 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1516 |
#endif |
1 | 1517 |
setup_bootstrap_search_path(); |
1518 |
} |
|
1519 |
||
26135
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1520 |
#if INCLUDE_CDS |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1521 |
void ClassLoader::initialize_shared_path() { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1522 |
if (DumpSharedSpaces) { |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1523 |
ClassLoaderExt::setup_search_paths(); |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1524 |
_shared_paths_misc_info->write_jint(0); // see comments in SharedPathsMiscInfo::check() |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1525 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1526 |
} |
82b516c550f7
8046070: Class Data Sharing clean up and refactoring
iklam
parents:
25949
diff
changeset
|
1527 |
#endif |
1 | 1528 |
|
1529 |
jlong ClassLoader::classloader_time_ms() { |
|
1530 |
return UsePerfData ? |
|
1531 |
Management::ticks_to_ms(_perf_accumulated_time->get_value()) : -1; |
|
1532 |
} |
|
1533 |
||
1534 |
jlong ClassLoader::class_init_count() { |
|
1535 |
return UsePerfData ? _perf_classes_inited->get_value() : -1; |
|
1536 |
} |
|
1537 |
||
1538 |
jlong ClassLoader::class_init_time_ms() { |
|
1539 |
return UsePerfData ? |
|
1540 |
Management::ticks_to_ms(_perf_class_init_time->get_value()) : -1; |
|
1541 |
} |
|
1542 |
||
1543 |
jlong ClassLoader::class_verify_time_ms() { |
|
1544 |
return UsePerfData ? |
|
1545 |
Management::ticks_to_ms(_perf_class_verify_time->get_value()) : -1; |
|
1546 |
} |
|
1547 |
||
1548 |
jlong ClassLoader::class_link_count() { |
|
1549 |
return UsePerfData ? _perf_classes_linked->get_value() : -1; |
|
1550 |
} |
|
1551 |
||
1552 |
jlong ClassLoader::class_link_time_ms() { |
|
1553 |
return UsePerfData ? |
|
1554 |
Management::ticks_to_ms(_perf_class_link_time->get_value()) : -1; |
|
1555 |
} |
|
1556 |
||
1557 |
int ClassLoader::compute_Object_vtable() { |
|
1558 |
// hardwired for JDK1.2 -- would need to duplicate class file parsing |
|
1559 |
// code to determine actual value from file |
|
1560 |
// Would be value '11' if finals were in vtable |
|
1561 |
int JDK_1_2_Object_vtable_size = 5; |
|
1562 |
return JDK_1_2_Object_vtable_size * vtableEntry::size(); |
|
1563 |
} |
|
1564 |
||
1565 |
||
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1566 |
void classLoader_init1() { |
1 | 1567 |
ClassLoader::initialize(); |
1568 |
} |
|
1569 |
||
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1570 |
// Complete the ClassPathEntry setup for the boot loader |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1571 |
void classLoader_init2() { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1572 |
// Setup the list of module/path pairs for -Xpatch processing |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1573 |
// This must be done after the SymbolTable is created in order |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1574 |
// to use fast_compare on module names instead of a string compare. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1575 |
if (Arguments::get_xpatchprefix() != NULL) { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1576 |
ClassLoader::setup_xpatch_entries(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1577 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1578 |
|
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1579 |
// Determine if this is an exploded build |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1580 |
ClassLoader::set_has_jimage(); |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1581 |
} |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1582 |
|
1 | 1583 |
|
26419 | 1584 |
bool ClassLoader::get_canonical_path(const char* orig, char* out, int len) { |
1 | 1585 |
assert(orig != NULL && out != NULL && len > 0, "bad arguments"); |
1586 |
if (CanonicalizeEntry != NULL) { |
|
26419 | 1587 |
JavaThread* THREAD = JavaThread::current(); |
1588 |
JNIEnv* env = THREAD->jni_environment(); |
|
1589 |
ResourceMark rm(THREAD); |
|
1590 |
||
1591 |
// os::native_path writes into orig_copy |
|
1592 |
char* orig_copy = NEW_RESOURCE_ARRAY_IN_THREAD(THREAD, char, strlen(orig)+1); |
|
1593 |
strcpy(orig_copy, orig); |
|
1594 |
if ((CanonicalizeEntry)(env, os::native_path(orig_copy), out, len) < 0) { |
|
1 | 1595 |
return false; |
1596 |
} |
|
1597 |
} else { |
|
1598 |
// On JDK 1.2.2 the Canonicalize does not exist, so just do nothing |
|
1599 |
strncpy(out, orig, len); |
|
1600 |
out[len - 1] = '\0'; |
|
1601 |
} |
|
1602 |
return true; |
|
1603 |
} |
|
1604 |
||
36508 | 1605 |
void ClassLoader::create_javabase() { |
1606 |
Thread* THREAD = Thread::current(); |
|
1607 |
||
1608 |
// Create java.base's module entry for the boot |
|
1609 |
// class loader prior to loading j.l.Ojbect. |
|
1610 |
ClassLoaderData* null_cld = ClassLoaderData::the_null_class_loader_data(); |
|
1611 |
||
1612 |
// Get module entry table |
|
1613 |
ModuleEntryTable* null_cld_modules = null_cld->modules(); |
|
1614 |
if (null_cld_modules == NULL) { |
|
1615 |
vm_exit_during_initialization("No ModuleEntryTable for the boot class loader"); |
|
1616 |
} |
|
1 | 1617 |
|
36508 | 1618 |
{ |
1619 |
MutexLocker ml(Module_lock, THREAD); |
|
1620 |
ModuleEntry* jb_module = null_cld_modules->locked_create_entry_or_null(Handle(NULL), vmSymbols::java_base(), NULL, NULL, null_cld); |
|
1621 |
if (jb_module == NULL) { |
|
1622 |
vm_exit_during_initialization("Unable to create ModuleEntry for java.base"); |
|
1623 |
} |
|
1624 |
ModuleEntryTable::set_javabase_module(jb_module); |
|
1625 |
} |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1626 |
} |
36508 | 1627 |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1628 |
void ClassLoader::set_has_jimage() { |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1629 |
// Determine if this is an exploded build. When looking for |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1630 |
// the jimage file, only search the piece of the boot |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1631 |
// loader's boot class path which contains [exploded build | jimage]. |
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1632 |
// Do not search the boot loader's xpatch entries or append path. |
36508 | 1633 |
ClassPathEntry* e = _first_entry; |
1634 |
ClassPathEntry* last_e = _first_append_entry; |
|
1635 |
while ((e != NULL) && (e != last_e)) { |
|
1636 |
JImageFile *jimage = e->jimage(); |
|
1637 |
if (jimage != NULL && e->is_jrt()) { |
|
37773
e5b3e9732c3c
8154956: Module system implementation refresh (4/2016)
alanb
parents:
37490
diff
changeset
|
1638 |
_has_jimage = true; |
36508 | 1639 |
#if INCLUDE_CDS |
1640 |
ClassLoader::initialize_module_loader_map(jimage); |
|
1641 |
#endif |
|
1642 |
return; |
|
1643 |
} |
|
1644 |
e = e->next(); |
|
1645 |
} |
|
1 | 1646 |
} |
1647 |
||
36508 | 1648 |
#ifndef PRODUCT |
1 | 1649 |
|
1650 |
// CompileTheWorld |
|
1651 |
// |
|
1652 |
// Iterates over all class path entries and forces compilation of all methods |
|
1653 |
// in all classes found. Currently, only zip/jar archives are searched. |
|
1654 |
// |
|
1655 |
// The classes are loaded by the Java level bootstrap class loader, and the |
|
1656 |
// initializer is called. If DelayCompilationDuringStartup is true (default), |
|
1657 |
// the interpreter will run the initialization code. Note that forcing |
|
1658 |
// initialization in this way could potentially lead to initialization order |
|
1659 |
// problems, in which case we could just force the initialization bit to be set. |
|
1660 |
||
1661 |
||
1662 |
// We need to iterate over the contents of a zip/jar file, so we replicate the |
|
1663 |
// jzcell and jzfile definitions from zip_util.h but rename jzfile to real_jzfile, |
|
1664 |
// since jzfile already has a void* definition. |
|
1665 |
// |
|
1666 |
// Note that this is only used in debug mode. |
|
1667 |
// |
|
1668 |
// HotSpot integration note: |
|
1669 |
// Matches zip_util.h 1.14 99/06/01 from jdk1.3 beta H build |
|
1670 |
||
1671 |
||
1672 |
// JDK 1.3 version |
|
25057 | 1673 |
typedef struct real_jzentry { /* Zip file entry */ |
1 | 1674 |
char *name; /* entry name */ |
1675 |
jint time; /* modification time */ |
|
1676 |
jint size; /* size of uncompressed data */ |
|
1677 |
jint csize; /* size of compressed data (zero if uncompressed) */ |
|
1678 |
jint crc; /* crc of uncompressed data */ |
|
1679 |
char *comment; /* optional zip file comment */ |
|
1680 |
jbyte *extra; /* optional extra data */ |
|
1681 |
jint pos; /* position of LOC header (if negative) or data */ |
|
25057 | 1682 |
} real_jzentry; |
1 | 1683 |
|
25057 | 1684 |
typedef struct real_jzfile { /* Zip file */ |
1 | 1685 |
char *name; /* zip file name */ |
1686 |
jint refs; /* number of active references */ |
|
1687 |
jint fd; /* open file descriptor */ |
|
1688 |
void *lock; /* read lock */ |
|
1689 |
char *comment; /* zip file comment */ |
|
1690 |
char *msg; /* zip error message */ |
|
1691 |
void *entries; /* array of hash cells */ |
|
1692 |
jint total; /* total number of entries */ |
|
1693 |
unsigned short *table; /* Hash chain heads: indexes into entries */ |
|
1694 |
jint tablelen; /* number of hash eads */ |
|
25057 | 1695 |
real_jzfile *next; /* next zip file in search list */ |
1 | 1696 |
jzentry *cache; /* we cache the most recently freed jzentry */ |
1697 |
/* Information on metadata names in META-INF directory */ |
|
1698 |
char **metanames; /* array of meta names (may have null names) */ |
|
1699 |
jint metacount; /* number of slots in metanames array */ |
|
1700 |
/* If there are any per-entry comments, they are in the comments array */ |
|
1701 |
char **comments; |
|
25057 | 1702 |
} real_jzfile; |
1 | 1703 |
|
1704 |
void ClassPathDirEntry::compile_the_world(Handle loader, TRAPS) { |
|
1705 |
// For now we only compile all methods in all classes in zip/jar files |
|
1706 |
tty->print_cr("CompileTheWorld : Skipped classes in %s", _dir); |
|
1707 |
tty->cr(); |
|
1708 |
} |
|
1709 |
||
1710 |
void ClassPathZipEntry::compile_the_world(Handle loader, TRAPS) { |
|
25057 | 1711 |
real_jzfile* zip = (real_jzfile*) _zip; |
1712 |
tty->print_cr("CompileTheWorld : Compiling all classes in %s", zip->name); |
|
1713 |
tty->cr(); |
|
1714 |
// Iterate over all entries in zip file |
|
1715 |
for (int n = 0; ; n++) { |
|
1716 |
real_jzentry * ze = (real_jzentry *)((*GetNextEntry)(_zip, n)); |
|
1717 |
if (ze == NULL) break; |
|
1718 |
ClassLoader::compile_the_world_in(ze->name, loader, CHECK); |
|
1 | 1719 |
} |
1720 |
if (HAS_PENDING_EXCEPTION) { |
|
1721 |
if (PENDING_EXCEPTION->is_a(SystemDictionary::OutOfMemoryError_klass())) { |
|
1722 |
CLEAR_PENDING_EXCEPTION; |
|
1723 |
tty->print_cr("\nCompileTheWorld : Ran out of memory\n"); |
|
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
13195
diff
changeset
|
1724 |
tty->print_cr("Increase class metadata storage if a limit was set"); |
1 | 1725 |
} else { |
1726 |
tty->print_cr("\nCompileTheWorld : Unexpected exception occurred\n"); |
|
1727 |
} |
|
1728 |
} |
|
1729 |
} |
|
1730 |
||
1731 |
void ClassLoader::compile_the_world() { |
|
1732 |
EXCEPTION_MARK; |
|
1733 |
HandleMark hm(THREAD); |
|
1734 |
ResourceMark rm(THREAD); |
|
36807
539a2817f0b4
8152004: CTW crashes with failed assertion after 8150646 integration
fzhinkin
parents:
36364
diff
changeset
|
1735 |
|
1 | 1736 |
// Find bootstrap loader |
1737 |
Handle system_class_loader (THREAD, SystemDictionary::java_system_loader()); |
|
1738 |
// Iterate over all bootstrap class path entries |
|
1739 |
ClassPathEntry* e = _first_entry; |
|
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1740 |
jlong start = os::javaTimeMillis(); |
1 | 1741 |
while (e != NULL) { |
36508 | 1742 |
// We stop at "modules" jimage, unless it is the first bootstrap path entry |
27562 | 1743 |
if (e->is_jrt() && e != _first_entry) break; |
1 | 1744 |
e->compile_the_world(system_class_loader, CATCH); |
1745 |
e = e->next(); |
|
1746 |
} |
|
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1747 |
jlong end = os::javaTimeMillis(); |
24424
2658d7834c6e
8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents:
22838
diff
changeset
|
1748 |
tty->print_cr("CompileTheWorld : Done (%d classes, %d methods, " JLONG_FORMAT " ms)", |
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1749 |
_compile_the_world_class_counter, _compile_the_world_method_counter, (end - start)); |
1 | 1750 |
{ |
1751 |
// Print statistics as if before normal exit: |
|
1752 |
extern void print_statistics(); |
|
1753 |
print_statistics(); |
|
1754 |
} |
|
1755 |
vm_exit(0); |
|
1756 |
} |
|
1757 |
||
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1758 |
int ClassLoader::_compile_the_world_class_counter = 0; |
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1759 |
int ClassLoader::_compile_the_world_method_counter = 0; |
4736
e091227926da
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
kvn
parents:
4571
diff
changeset
|
1760 |
static int _codecache_sweep_counter = 0; |
1 | 1761 |
|
8327 | 1762 |
// Filter out all exceptions except OOMs |
1763 |
static void clear_pending_exception_if_not_oom(TRAPS) { |
|
1764 |
if (HAS_PENDING_EXCEPTION && |
|
1765 |
!PENDING_EXCEPTION->is_a(SystemDictionary::OutOfMemoryError_klass())) { |
|
1766 |
CLEAR_PENDING_EXCEPTION; |
|
1767 |
} |
|
1768 |
// The CHECK at the caller will propagate the exception out |
|
1769 |
} |
|
1770 |
||
20008
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1771 |
/** |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1772 |
* Returns if the given method should be compiled when doing compile-the-world. |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1773 |
* |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1774 |
* TODO: This should be a private method in a CompileTheWorld class. |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1775 |
*/ |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1776 |
static bool can_be_compiled(methodHandle m, int comp_level) { |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1777 |
assert(CompileTheWorld, "must be"); |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1778 |
|
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1779 |
// It's not valid to compile a native wrapper for MethodHandle methods |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1780 |
// that take a MemberName appendix since the bytecode signature is not |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1781 |
// correct. |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1782 |
vmIntrinsics::ID iid = m->intrinsic_id(); |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1783 |
if (MethodHandles::is_signature_polymorphic(iid) && MethodHandles::has_member_arg(iid)) { |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1784 |
return false; |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1785 |
} |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1786 |
|
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1787 |
return CompilationPolicy::can_be_compiled(m, comp_level); |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1788 |
} |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1789 |
|
1 | 1790 |
void ClassLoader::compile_the_world_in(char* name, Handle loader, TRAPS) { |
27562 | 1791 |
if (string_ends_with(name, ".class")) { |
1 | 1792 |
// We have a .class file |
27562 | 1793 |
int len = (int)strlen(name); |
1 | 1794 |
char buffer[2048]; |
1795 |
strncpy(buffer, name, len - 6); |
|
1796 |
buffer[len-6] = 0; |
|
1797 |
// If the file has a period after removing .class, it's not really a |
|
1798 |
// valid class file. The class loader will check everything else. |
|
1799 |
if (strchr(buffer, '.') == NULL) { |
|
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1800 |
_compile_the_world_class_counter++; |
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1801 |
if (_compile_the_world_class_counter > CompileTheWorldStopAt) return; |
2567 | 1802 |
|
1803 |
// Construct name without extension |
|
8076
96d498ec7ae1
6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents:
7910
diff
changeset
|
1804 |
TempNewSymbol sym = SymbolTable::new_symbol(buffer, CHECK); |
2567 | 1805 |
// Use loader to load and initialize class |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
13195
diff
changeset
|
1806 |
Klass* ik = SystemDictionary::resolve_or_null(sym, loader, Handle(), THREAD); |
2567 | 1807 |
instanceKlassHandle k (THREAD, ik); |
1808 |
if (k.not_null() && !HAS_PENDING_EXCEPTION) { |
|
1809 |
k->initialize(THREAD); |
|
1810 |
} |
|
1811 |
bool exception_occurred = HAS_PENDING_EXCEPTION; |
|
8327 | 1812 |
clear_pending_exception_if_not_oom(CHECK); |
2567 | 1813 |
if (CompileTheWorldPreloadClasses && k.not_null()) { |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
13195
diff
changeset
|
1814 |
ConstantPool::preload_and_initialize_all_classes(k->constants(), THREAD); |
2567 | 1815 |
if (HAS_PENDING_EXCEPTION) { |
1816 |
// If something went wrong in preloading we just ignore it |
|
8327 | 1817 |
clear_pending_exception_if_not_oom(CHECK); |
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1818 |
tty->print_cr("Preloading failed for (%d) %s", _compile_the_world_class_counter, buffer); |
1 | 1819 |
} |
2567 | 1820 |
} |
1821 |
||
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1822 |
if (_compile_the_world_class_counter >= CompileTheWorldStartAt) { |
8497
aa7fd2c3caa9
6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized"
never
parents:
8327
diff
changeset
|
1823 |
if (k.is_null() || exception_occurred) { |
1 | 1824 |
// If something went wrong (e.g. ExceptionInInitializerError) we skip this class |
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1825 |
tty->print_cr("CompileTheWorld (%d) : Skipping %s", _compile_the_world_class_counter, buffer); |
1 | 1826 |
} else { |
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1827 |
tty->print_cr("CompileTheWorld (%d) : %s", _compile_the_world_class_counter, buffer); |
1 | 1828 |
// Preload all classes to get around uncommon traps |
1829 |
// Iterate over all methods in class |
|
17126
42a942feeea2
8012322: Tiered: CompilationPolicy::can_be_compiled(CompLevel_all) mistakenly return false
iignatyev
parents:
17004
diff
changeset
|
1830 |
int comp_level = CompilationPolicy::policy()->initial_compile_level(); |
1 | 1831 |
for (int n = 0; n < k->methods()->length(); n++) { |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
13195
diff
changeset
|
1832 |
methodHandle m (THREAD, k->methods()->at(n)); |
20008
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1833 |
if (can_be_compiled(m, comp_level)) { |
4736
e091227926da
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
kvn
parents:
4571
diff
changeset
|
1834 |
if (++_codecache_sweep_counter == CompileTheWorldSafepointInterval) { |
e091227926da
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
kvn
parents:
4571
diff
changeset
|
1835 |
// Give sweeper a chance to keep up with CTW |
e091227926da
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
kvn
parents:
4571
diff
changeset
|
1836 |
VM_ForceSafepoint op; |
e091227926da
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
kvn
parents:
4571
diff
changeset
|
1837 |
VMThread::execute(&op); |
e091227926da
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
kvn
parents:
4571
diff
changeset
|
1838 |
_codecache_sweep_counter = 0; |
e091227926da
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
kvn
parents:
4571
diff
changeset
|
1839 |
} |
1 | 1840 |
// Force compilation |
17126
42a942feeea2
8012322: Tiered: CompilationPolicy::can_be_compiled(CompLevel_all) mistakenly return false
iignatyev
parents:
17004
diff
changeset
|
1841 |
CompileBroker::compile_method(m, InvocationEntryBci, comp_level, |
38218 | 1842 |
methodHandle(), 0, CompileTask::Reason_CTW, THREAD); |
1 | 1843 |
if (HAS_PENDING_EXCEPTION) { |
8327 | 1844 |
clear_pending_exception_if_not_oom(CHECK); |
20008
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1845 |
tty->print_cr("CompileTheWorld (%d) : Skipping method: %s", _compile_the_world_class_counter, m->name_and_sig_as_C_string()); |
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1846 |
} else { |
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1847 |
_compile_the_world_method_counter++; |
1 | 1848 |
} |
10250
0794cd144834
7066339: Tiered: policy should make consistent decisions about osr levels
iveresov
parents:
8921
diff
changeset
|
1849 |
if (TieredCompilation && TieredStopAtLevel >= CompLevel_full_optimization) { |
2567 | 1850 |
// Clobber the first compile and force second tier compilation |
38133
78b95467b9f1
8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents:
37418
diff
changeset
|
1851 |
CompiledMethod* nm = m->code(); |
26581
cb21ee34883d
8057750: CTW should not make MH intrinsics not entrant
iveresov
parents:
26135
diff
changeset
|
1852 |
if (nm != NULL && !m->is_method_handle_intrinsic()) { |
2567 | 1853 |
// Throw out the code so that the code cache doesn't fill up |
1854 |
nm->make_not_entrant(); |
|
1855 |
m->clear_code(); |
|
1856 |
} |
|
6453 | 1857 |
CompileBroker::compile_method(m, InvocationEntryBci, CompLevel_full_optimization, |
38218 | 1858 |
methodHandle(), 0, CompileTask::Reason_CTW, THREAD); |
2567 | 1859 |
if (HAS_PENDING_EXCEPTION) { |
8327 | 1860 |
clear_pending_exception_if_not_oom(CHECK); |
20008
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1861 |
tty->print_cr("CompileTheWorld (%d) : Skipping method: %s", _compile_the_world_class_counter, m->name_and_sig_as_C_string()); |
17004
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1862 |
} else { |
4d2371d76a19
8011933: add number of classes, methods and time spent to CompileTheWorld
twisti
parents:
14588
diff
changeset
|
1863 |
_compile_the_world_method_counter++; |
2567 | 1864 |
} |
1 | 1865 |
} |
20008
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1866 |
} else { |
9f5ffba04ead
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti
parents:
19685
diff
changeset
|
1867 |
tty->print_cr("CompileTheWorld (%d) : Skipping method: %s", _compile_the_world_class_counter, m->name_and_sig_as_C_string()); |
1 | 1868 |
} |
2567 | 1869 |
|
38133
78b95467b9f1
8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents:
37418
diff
changeset
|
1870 |
CompiledMethod* nm = m->code(); |
26581
cb21ee34883d
8057750: CTW should not make MH intrinsics not entrant
iveresov
parents:
26135
diff
changeset
|
1871 |
if (nm != NULL && !m->is_method_handle_intrinsic()) { |
2567 | 1872 |
// Throw out the code so that the code cache doesn't fill up |
1873 |
nm->make_not_entrant(); |
|
1874 |
m->clear_code(); |
|
1 | 1875 |
} |
1876 |
} |
|
1877 |
} |
|
1878 |
} |
|
1879 |
} |
|
1880 |
} |
|
1881 |
} |
|
1882 |
||
1883 |
#endif //PRODUCT |
|
7910
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1884 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1885 |
// Please keep following two functions at end of this file. With them placed at top or in middle of the file, |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1886 |
// they could get inlined by agressive compiler, an unknown trick, see bug 6966589. |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1887 |
void PerfClassTraceTime::initialize() { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1888 |
if (!UsePerfData) return; |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1889 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1890 |
if (_eventp != NULL) { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1891 |
// increment the event counter |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1892 |
_eventp->inc(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1893 |
} |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1894 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1895 |
// stop the current active thread-local timer to measure inclusive time |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1896 |
_prev_active_event = -1; |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1897 |
for (int i=0; i < EVENT_TYPE_COUNT; i++) { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1898 |
if (_timers[i].is_active()) { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1899 |
assert(_prev_active_event == -1, "should have only one active timer"); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1900 |
_prev_active_event = i; |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1901 |
_timers[i].stop(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1902 |
} |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1903 |
} |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1904 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1905 |
if (_recursion_counters == NULL || (_recursion_counters[_event_type])++ == 0) { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1906 |
// start the inclusive timer if not recursively called |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1907 |
_t.start(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1908 |
} |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1909 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1910 |
// start thread-local timer of the given event type |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1911 |
if (!_timers[_event_type].is_active()) { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1912 |
_timers[_event_type].start(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1913 |
} |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1914 |
} |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1915 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1916 |
PerfClassTraceTime::~PerfClassTraceTime() { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1917 |
if (!UsePerfData) return; |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1918 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1919 |
// stop the thread-local timer as the event completes |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1920 |
// and resume the thread-local timer of the event next on the stack |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1921 |
_timers[_event_type].stop(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1922 |
jlong selftime = _timers[_event_type].ticks(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1923 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1924 |
if (_prev_active_event >= 0) { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1925 |
_timers[_prev_active_event].start(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1926 |
} |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1927 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1928 |
if (_recursion_counters != NULL && --(_recursion_counters[_event_type]) > 0) return; |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1929 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1930 |
// increment the counters only on the leaf call |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1931 |
_t.stop(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1932 |
_timep->inc(_t.ticks()); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1933 |
if (_selftimep != NULL) { |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1934 |
_selftimep->inc(selftime); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1935 |
} |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1936 |
// add all class loading related event selftime to the accumulated time counter |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1937 |
ClassLoader::perf_accumulated_time()->inc(selftime); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1938 |
|
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1939 |
// reset the timer |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1940 |
_timers[_event_type].reset(); |
135031ddb2bb
6966589: hs16-b08 causes java.lang.StackOverflowError
minqi
parents:
7405
diff
changeset
|
1941 |
} |