mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6990754: Use native memory and reference counting to implement SymbolTable
Move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
This commit is contained in:
parent
950858350d
commit
7b4f8073f0
223 changed files with 3783 additions and 3641 deletions
|
@ -93,7 +93,7 @@ void JavaAssertions::addOption(const char* name, bool enable) {
|
|||
}
|
||||
|
||||
oop JavaAssertions::createAssertionStatusDirectives(TRAPS) {
|
||||
symbolHandle asd_sym = vmSymbolHandles::java_lang_AssertionStatusDirectives();
|
||||
Symbol* asd_sym = vmSymbols::java_lang_AssertionStatusDirectives();
|
||||
klassOop k = SystemDictionary::resolve_or_fail(asd_sym, true, CHECK_NULL);
|
||||
instanceKlassHandle asd_klass (THREAD, k);
|
||||
asd_klass->initialize(CHECK_NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue