mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
6914300: ciEnv should export all well known classes
Reviewed-by: kvn, twisti
This commit is contained in:
parent
6c0af1575c
commit
98449cf2c2
64 changed files with 361 additions and 443 deletions
|
@ -137,7 +137,7 @@ address NativeLookup::lookup_style(methodHandle method, char* pure_name, const c
|
|||
}
|
||||
|
||||
// Otherwise call static method findNative in ClassLoader
|
||||
KlassHandle klass (THREAD, SystemDictionary::classloader_klass());
|
||||
KlassHandle klass (THREAD, SystemDictionary::ClassLoader_klass());
|
||||
Handle name_arg = java_lang_String::create_from_str(jni_name, CHECK_NULL);
|
||||
|
||||
JavaValue result(T_LONG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue