[11u] RFR: 8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon Dec 2 20:18:16 UTC 2019
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