mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -177,7 +177,7 @@ const char* StatSampler::get_system_property(const char* name, TRAPS) {
|
|||
|
||||
// public static String getProperty(String key, String def);
|
||||
JavaCalls::call_static(&result,
|
||||
KlassHandle(THREAD, SystemDictionary::system_klass()),
|
||||
KlassHandle(THREAD, SystemDictionary::System_klass()),
|
||||
vmSymbolHandles::getProperty_name(),
|
||||
vmSymbolHandles::string_string_signature(),
|
||||
key_str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue