RFR (S): 8154473: Update for CompilerDirectives to control stub generation and intrinsics
Nils Eliasson
nils.eliasson at oracle.com
Tue Apr 19 12:54:32 UTC 2016
Hi Vivek,
The changes in is_intrinsic_disabled in compilerDirectives.* are static
and only access the command line flag DisableIntrinsics. As long as
stubs are only generated during startup and don't have a method context
- that is ok - but it doesn't belong in the compilerDirectives-files if
it doens't use directives.
Regards,
Nils
On 2016-04-18 19:38, Deshpande, Vivek R wrote:
>
> Hi all
>
> I would like to contribute a patch which helps to control the
> intrinsics in interpreter, c1 and c2 by disabling the stub generation.
>
> This uses -XX:DisableIntrinsic option to achieve the same.
>
> Could you please review and sponsor this patch.
>
> Bug-id:
>
> https://bugs.openjdk.java.net/browse/JDK-8154473
> webrev:
>
> http://cr.openjdk.java.net/~vdeshpande/CompilerDirectives/8154473/webrev.00/
>
> Thanks and regards,
>
> Vivek
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160419/521db99b/attachment.html>
More information about the hotspot-compiler-dev
mailing list