Merge
authoramurillo
Thu, 17 Mar 2016 11:25:10 -0700
changeset 36538 782b1dd71fe6
parent 36534 b74ff34537ac (current diff)
parent 36537 d3b0f7894613 (diff)
child 36539 ecf990b1227a
Merge
--- a/test/lib/sun/hotspot/WhiteBox.java	Wed Mar 16 13:36:17 2016 +0100
+++ b/test/lib/sun/hotspot/WhiteBox.java	Thu Mar 17 11:25:10 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2016, 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
@@ -455,4 +455,8 @@
   public native boolean isSharedClass(Class<?> c);
   public native boolean isShared(Object o);
   public native boolean areSharedStringsIgnored();
+
+  // Compiler Directive
+  public native int addCompilerDirective(String compDirect);
+  public native void removeCompilerDirective(int count);
 }