[jdk13u-dev] Integrated: 8173658: JvmtiExport::post_class_unload() is broken for non-JavaThread initiators
Ekaterina Vergizova
evergizova at openjdk.java.net
Fri Jan 22 11:44:47 UTC 2021
On Thu, 21 Jan 2021 12:48:39 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:
> I'd like to backport 8173658 to 13u for parity with 11u.
> The patch applies cleanly, CSR for the fix is approved for 13u: JDK-8260003.
> Tested with tier1 and jvmti tests.
This pull request has now been integrated.
Changeset: 51bca9ff
Author: Ekaterina Vergizova <evergizova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.java.net/jdk13u-dev/commit/51bca9ff
Stats: 123 lines in 9 files changed: 72 ins; 37 del; 14 mod
8173658: JvmtiExport::post_class_unload() is broken for non-JavaThread initiators
Call extension ClassUnload event as a deferred event from the ServiceThread and remove unsafe arguments
Backport-of: d1d57d944632b6539ba1fcd654b4c7bd889ff604
-------------
PR: https://git.openjdk.java.net/jdk13u-dev/pull/81
More information about the jdk-updates-dev
mailing list