comparison src/share/vm/runtime/statSampler.cpp @ 1142:4ce7240d622c

6914300: ciEnv should export all well known classes Reviewed-by: kvn, twisti
author never
date Wed, 06 Jan 2010 14:22:39 -0800
parents 9ee9cf798b59
children c18cbe5936b8
comparison
equal deleted inserted replaced
1140:1f6d42899c3a 1142:4ce7240d622c
175 // return value 175 // return value
176 JavaValue result(T_OBJECT); 176 JavaValue result(T_OBJECT);
177 177
178 // public static String getProperty(String key, String def); 178 // public static String getProperty(String key, String def);
179 JavaCalls::call_static(&result, 179 JavaCalls::call_static(&result,
180 KlassHandle(THREAD, SystemDictionary::system_klass()), 180 KlassHandle(THREAD, SystemDictionary::System_klass()),
181 vmSymbolHandles::getProperty_name(), 181 vmSymbolHandles::getProperty_name(),
182 vmSymbolHandles::string_string_signature(), 182 vmSymbolHandles::string_string_signature(),
183 key_str, 183 key_str,
184 CHECK_NULL); 184 CHECK_NULL);
185 185