On 1/30/19 20:46,
serguei.spit...@oracle.com wrote:
Hi Alex, Sorry, I've accidentally pressed 'Send' button. Continuing ... So, the fix needs to be more like this: + // Workaround for 8195635: + // disable pop_frame and force_early_return capabilities with Graal + #if INCLUDE_JVMCI + if (!(EnableJVMCI && UseJVMCICompiler)) { jc.can_pop_frame = 1; jc.can_force_early_return = 1; + } + #endif
Not sure, if the check for EnableJVMCI can be removed above.
Otherwise, it looks good to me. Also, I think, it is good to have updates for the ProblemList-graal.txt files. Thanks, Serguei
|
- RFR (12) JDK-8218025: disable pop_frame and for... Alex Menkov
- Re: RFR (12) JDK-8218025: disable pop_fram... Igor Ignatyev
- Re: RFR (12) JDK-8218025: disable pop_... serguei.spit...@oracle.com
- Re: RFR (12) JDK-8218025: disable ... serguei.spit...@oracle.com
- Re: RFR (12) JDK-8218025: disa... dean . long
- Re: RFR (12) JDK-8218025:... Igor Ignatyev
- Re: RFR (12) JDK-8218... serguei.spit...@oracle.com
- Re: RFR (12) JDK-8218025:... David Holmes
- Re: RFR (12) JDK-8218... serguei.spit...@oracle.com
- Re: RFR (12) JDK-... Alex Menkov
- Re: RFR (12) JDK-... Igor Ignatyev
- Re: RFR (12) JDK-... Alex Menkov
- Re: RFR (12) JDK-... Igor Ignatyev
- Re: RFR (12) JDK-... serguei.spit...@oracle.com