Hi,

In the marlin renderer, I am wondering if I could use the compiler
annotations @ForceInline / @Stable (in java.base module).

It would provide hints to the hotspot compiler and maybe bring some
performance benefits.

Of course, it means adding a qualified export in the modules.xml:
    <export>
      <name>jdk.internal.vm.annotation</name>
      <to>java.desktop</to>
    </export>

Please give me your opinion & comments.

Laurent

Reply via email to