hotspot/src/os/posix/launcher/java_md.h
changeset 15228 e92acc84ade3
parent 7410 f5b282e7a7a6
equal deleted inserted replaced
15225:40677d8847bd 15228:e92acc84ade3
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2013, 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.
    62 #else
    62 #else
    63 #define CounterGet()              (0)
    63 #define CounterGet()              (0)
    64 #define Counter2Micros(counts)    (1)
    64 #define Counter2Micros(counts)    (1)
    65 #endif /* HAVE_GETHRTIME */
    65 #endif /* HAVE_GETHRTIME */
    66 
    66 
       
    67 #ifdef _LP64
       
    68 #define JLONG_FORMAT "%ld"
       
    69 #else
       
    70 #define JLONG_FORMAT "%lld"
       
    71 #endif
       
    72 
    67 /*
    73 /*
    68  * Function prototypes.
    74  * Function prototypes.
    69  */
    75  */
    70 #ifndef GAMMA
    76 #ifndef GAMMA
    71 char *LocateJRE(manifest_info *info);
    77 char *LocateJRE(manifest_info *info);