git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Fri Jun 5 11:04:26 UTC 2020


Changeset: cb960ee7
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2020-06-05 06:54:05 +0000
URL:       https://git.openjdk.java.net/mobile/commit/cb960ee7

8245487: Potential double-free of interfaces array

Free _local_interfaces when we free _transitive_interfaces since they can share memory.

Reviewed-by: fparain, lfoltan, iklam

! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/classfile/classLoaderDataGraph.cpp
! src/hotspot/share/memory/universe.cpp
+ test/hotspot/jtreg/runtime/classFileParserBug/BadClassPackage.jasm
+ test/hotspot/jtreg/runtime/classFileParserBug/TestBadPackageWithInterface.java

Changeset: e75ac880
Author:    duke <duke at openjdk.org>
Date:      2020-06-05 11:03:39 +0000
URL:       https://git.openjdk.java.net/mobile/commit/e75ac880

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list