test/lib/sun/hotspot/WhiteBox.java
changeset 48975 2c35fd3c5789
parent 47908 d6d00f785f39
child 49008 d777541fceba
equal deleted inserted replaced
48974:66173ef5fbbf 48975:2c35fd3c5789
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   539 
   539 
   540   // Container testing
   540   // Container testing
   541   public native boolean isContainerized();
   541   public native boolean isContainerized();
   542   public native void printOsInfo();
   542   public native void printOsInfo();
   543 
   543 
       
   544   // Decoder
       
   545   public native void disableElfSectionCache();
   544 }
   546 }