hg: jdk8u/hs-dev/hotspot: 8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes

albert.noll at oracle.com albert.noll at oracle.com
Mon Aug 25 09:14:58 UTC 2014


Changeset: c3990b8c710e
Author:    thartmann
Date:      2014-08-25 08:20 +0200
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/c3990b8c710e

8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes
Summary: Because anonymous classes are not in the system dictionary, we have to set 'unloading_occurred' based on 'CLDG::do_unloading()'. Added jtreg test.
Reviewed-by: kvn, coleenp

! src/share/vm/classfile/dictionary.cpp
! src/share/vm/classfile/dictionary.hpp
! src/share/vm/classfile/systemDictionary.cpp
+ test/compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading.java



More information about the jdk8u-hs-changes mailing list