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

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2019-01-23 16:36:45 -08:00
parent 5fc5bf4054
commit 01e4948836
5 changed files with 31 additions and 5 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -549,4 +549,7 @@ public class WhiteBox {
// Protection Domain Table
public native int protectionDomainRemovedCount();
// Number of loaded AOT libraries
public native int aotLibrariesCount();
}