[11u] RFR: 8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Tue Dec 3 14:32:57 UTC 2019


Hi Vladimir, 

thanks for pointing me to that omission!
New webrev:
http://cr.openjdk.java.net/~goetz/wr19/8216180-AOT_TestMulAdd_crashed-jdk11/02/

Best regards,
  Goetz.


> -----Original Message-----
> From: jdk-updates-dev <jdk-updates-dev-bounces at openjdk.java.net> On
> Behalf Of Vladimir Kozlov
> Sent: Montag, 2. Dezember 2019 21:18
> To: jdk-updates-dev at openjdk.java.net
> Subject: Re: [11u] RFR: 8216180: [AOT]
> compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
> 
> Hi Goetz,
> 
> Declaration of aotLibrariesCount in WhiteBox.java is missing:
> 
>     // Decoder
>     public native void disableElfSectionCache();
> +
> +  // Number of loaded AOT libraries
> +  public native int aotLibrariesCount();
>   }
> 
> thanks,
> Vladimir
> 
> On 12/2/19 5:20 AM, Lindenmaier, Goetz wrote:
> > Hi,
> >
> > I would like to downport this for parity with 11.0.7-oracle
> > http://cr.openjdk.java.net/~goetz/wr19/8216180-
> AOT_TestMulAdd_crashed-jdk11/01/
> >
> > I had to resolve the chunk adding the new function to the list
> > At the end of whitebox.cpp. The Context differs.
> >
> > Best regards,
> >    Goetz.
> >


More information about the jdk-updates-dev mailing list