test/lib/sun/hotspot/WhiteBox.java
changeset 53494 8fd43dacaef7
parent 53116 bb03098c4dde
child 53647 82c95d4b61f0
--- a/test/lib/sun/hotspot/WhiteBox.java	Wed Jan 23 16:25:40 2019 -0800
+++ b/test/lib/sun/hotspot/WhiteBox.java	Wed Jan 23 16:36:45 2019 -0800
@@ -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 @@
 
   // Protection Domain Table
   public native int protectionDomainRemovedCount();
+
+  // Number of loaded AOT libraries
+  public native int aotLibrariesCount();
 }