> [Picking up and finishing off https://github.com/openjdk/jdk/pull/32519 for > Coleen] > > Remove the upcall to addClass during class loading. The comment says it's > only so GC can keep classes alive while the class loader is alive. We have > other ways to do that. There were some JVMTI tests in the past that failed > without this vector but today seems to be only one test. Maybe there's some > code that has a dependency on this in heap walking. > Tested tier1-6 > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Dan Heidinga has updated the pull request incrementally with one additional commit since the last revision: Renamed test and removed field not present assert ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32890/files - new: https://git.openjdk.org/jdk/pull/32890/files/dbe0ec24..fd4b304d Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32890&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32890&range=01-02 Stats: 10 lines in 1 file changed: 0 ins; 5 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/32890.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32890/head:pull/32890 PR: https://git.openjdk.org/jdk/pull/32890
