make/data/bundle/JRE-Info.plist
author coleenp
Mon, 08 Jan 2018 09:46:31 -0500
changeset 48619 1703d83b3ffe
parent 47216 71c04702a3d5
permissions -rw-r--r--
8058259: compute_offset() is confusing for static fields Summary: remove most hard-coded offsets, have compute_offset function that takes a string and creates a TempNewSymbol, have static_field_addr() not add in InstanceMirrorKlass::offset_of_static_fields, ie use offset from find_field Reviewed-by: kbarrett, sspitsyn

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
        <string>libjli.dylib</string>
        <key>CFBundleGetInfoString</key>
        <string>@@INFO@@</string>
        <key>CFBundleIdentifier</key>
        <string>@@ID@@</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>7.0</string>
        <key>CFBundleName</key>
        <string>@@NAME@@</string>
        <key>CFBundlePackageType</key>
        <string>BNDL</string>
        <key>CFBundleShortVersionString</key>
        <string>1.0</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>@@VERSION@@</string>
        <key>JavaVM</key>
        <dict>
                <key>JVMMinimumFrameworkVersion</key>
                <string>13.2.9</string>
                <key>JVMMinimumSystemVersion</key>
                <string>10.6.0</string>
                <key>JVMPlatformVersion</key>
                <string>@@PLATFORM_VERSION@@</string>
                <key>JVMVendor</key>
                <string>@@VENDOR@@</string>
                <key>JVMVersion</key>
                <string>@@VERSION@@</string>
        </dict>
</dict>
</plist>