Integrated: 8290075: [JVMCI] only blessed methods can link against EventWriterFactory.getEventWriter

Doug Simon dnsimon at openjdk.org
Tue Aug 23 07:28:11 UTC 2022


On Mon, 11 Jul 2022 11:12:34 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> [JDK-8282420](https://bugs.openjdk.org/browse/JDK-8282420) introduced the notion of "blessed methods" which are those that can link against `jdk.jfr.internal.event.EventWriterFactory.getEventWriter(long)`.
> This PR enhances the JVMCI ConstantPool API so that it can take a caller context when resolving a method to enforce this constraint properly.

This pull request has now been integrated.

Changeset: 259ba86c
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/259ba86c60c9f17ac7302f73cd1e3532474c9f18
Stats:     146 lines in 12 files changed: 127 ins; 6 del; 13 mod

8290075: [JVMCI] only blessed methods can link against EventWriterFactory.getEventWriter

Reviewed-by: mgronlun

-------------

PR: https://git.openjdk.org/jdk/pull/9449


More information about the hotspot-dev mailing list