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

Doug Simon dnsimon at openjdk.org
Mon Aug 22 15:05:38 UTC 2022


On Mon, 22 Aug 2022 13:56:02 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> Doug Simon has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>> 
>>   support special linkage rules for jdk.jfr.internal.event.EventWriterFactory.getEventWriter(long) in JVMCI
>
> test/jdk/jdk/jfr/jvm/TestGetEventWriter.java line 102:
> 
>> 100:     }
>> 101: 
>> 102:     private static ResolvedJavaMethod findCommitMethod(MetaAccessProvider metaAccess, Class<?> eventClass) {
> 
> Can you please move all the JVMCI support stuff to the end of the file instead of the beginning? Only because it makes for easier reading for the non-JVMCI cases, thanks.

Will do.

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

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


More information about the hotspot-dev mailing list