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

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Thu Dec 5 15:05:47 UTC 2019


Hi Vladimir, 

thanks for reviewing!

Best regards,
  Goetz.

> -----Original Message-----
> From: Vladimir Kozlov <vladimir.kozlov at oracle.com>
> Sent: Dienstag, 3. Dezember 2019 18:33
> To: Lindenmaier, Goetz <goetz.lindenmaier at sap.com>; jdk-updates-
> dev at openjdk.java.net
> Subject: Re: [11u] RFR: 8216180: [AOT]
> compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
> 
> Good.
> 
> thanks,
> Vladimir
> 
> On 12/3/19 6:32 AM, Lindenmaier, Goetz wrote:
> > 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