jdk/src/solaris/native/java/lang/java_props_md.c
changeset 16041 b9d38accf302
parent 15004 cf5d2d5094cc
child 19197 f557ac307d1b
equal deleted inserted replaced
16040:105e9859a548 16041:b9d38accf302
   512         else {
   512         else {
   513             sprops.desktop = NULL;
   513             sprops.desktop = NULL;
   514         }
   514         }
   515     }
   515     }
   516 
   516 
       
   517     /* ABI property (optional) */
       
   518 #ifdef JDK_ARCH_ABI_PROP_NAME
       
   519     sprops.sun_arch_abi = JDK_ARCH_ABI_PROP_NAME;
       
   520 #endif
       
   521 
   517     /* Determine the language, country, variant, and encoding from the host,
   522     /* Determine the language, country, variant, and encoding from the host,
   518      * and store these in the user.language, user.country, user.variant and
   523      * and store these in the user.language, user.country, user.variant and
   519      * file.encoding system properties. */
   524      * file.encoding system properties. */
   520     setlocale(LC_ALL, "");
   525     setlocale(LC_ALL, "");
   521     if (ParseLocale(env, LC_CTYPE,
   526     if (ParseLocale(env, LC_CTYPE,