test/tools/javah/SubClassConsts.win

Tue, 06 Mar 2012 20:27:12 +0000

author
michaelm
date
Tue, 06 Mar 2012 20:27:12 +0000
changeset 1223
f3743b82945e
parent 401
dd98acd9f717
permissions
-rw-r--r--

7113349: Initial changeset for Macosx port to jdk
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>

     1 /* DO NOT EDIT THIS FILE - it is machine generated */
     2 #include <jni.h>
     3 /* Header for class SubClassConsts */
     5 #ifndef _Included_SubClassConsts
     6 #define _Included_SubClassConsts
     7 #ifdef __cplusplus
     8 extern "C" {
     9 #endif
    10 #undef SubClassConsts_serialVersionUID
    11 #define SubClassConsts_serialVersionUID 6733861379283244755i64
    12 #undef SubClassConsts_SUPER_INT_CONSTANT
    13 #define SubClassConsts_SUPER_INT_CONSTANT 3L
    14 #undef SubClassConsts_SUPER_FLOAT_CONSTANT
    15 #define SubClassConsts_SUPER_FLOAT_CONSTANT 99.3f
    16 #undef SubClassConsts_SUPER_DOUBLE_CONSTANT
    17 #define SubClassConsts_SUPER_DOUBLE_CONSTANT 33.2
    18 #undef SubClassConsts_SUPER_BOOLEAN_CONSTANT
    19 #define SubClassConsts_SUPER_BOOLEAN_CONSTANT 0L
    20 #undef SubClassConsts_SUB_INT_CONSTANT
    21 #define SubClassConsts_SUB_INT_CONSTANT 2L
    22 #undef SubClassConsts_SUB_DOUBLE_CONSTANT
    23 #define SubClassConsts_SUB_DOUBLE_CONSTANT 2.25
    24 #undef SubClassConsts_SUB_FLOAT_CONSTANT
    25 #define SubClassConsts_SUB_FLOAT_CONSTANT 7.9f
    26 #undef SubClassConsts_SUB_BOOLEAN_CONSTANT
    27 #define SubClassConsts_SUB_BOOLEAN_CONSTANT 1L
    28 #ifdef __cplusplus
    29 }
    30 #endif
    31 #endif

mercurial