jdk/src/java.base/share/native/libjli/java.h
changeset 27938 7f7f8bf64dd7
parent 25859 3317bb8137f4
child 28771 2885fb2e1002
equal deleted inserted replaced
27937:0c9f63e42e91 27938:7f7f8bf64dd7
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2014, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    38  * Get system specific defines.
    38  * Get system specific defines.
    39  */
    39  */
    40 #include "emessages.h"
    40 #include "emessages.h"
    41 #include "java_md.h"
    41 #include "java_md.h"
    42 #include "jli_util.h"
    42 #include "jli_util.h"
    43 
       
    44 #include "manifest_info.h"
    43 #include "manifest_info.h"
    45 #include "version_comp.h"
       
    46 #include "wildcard.h"
    44 #include "wildcard.h"
    47 #include "splashscreen.h"
    45 #include "splashscreen.h"
    48 
    46 
    49 # define KB (1024UL)
    47 # define KB (1024UL)
    50 # define MB (1024UL * KB)
    48 # define MB (1024UL * KB)