comparison src/os/solaris/vm/globals_solaris.hpp @ 11111:dec841e0c9aa

8016749: -XX:+UseISM fails an assert(obj->is_oop()) when running SPECjbb2005 Summary: Remove obsolete code that relates to ISM which was used only on Solaris 8. Reviewed-by: kvn, twisti
author anoll
date Wed, 10 Jul 2013 13:33:56 -0700
parents f95d63e2154a
children de6a9e811145
comparison
equal deleted inserted replaced
11110:5f533e38e7d5 11111:dec841e0c9aa
28 // 28 //
29 // Defines Solaris specific flags. They are not available on other platforms. 29 // Defines Solaris specific flags. They are not available on other platforms.
30 // 30 //
31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \ 31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \
32 \ 32 \
33 product(bool, UseISM, false, \
34 "Use Intimate Shared Memory (Solaris Only)") \
35 \
36 product(bool, UsePermISM, false, \
37 "Obsolete flag for compatibility (same as UseISM)") \
38 \
39 product(bool, UseMPSS, true, \
40 "Use Multiple Page Size Support (Solaris 9 Only)") \
41 \
42 product(bool, UseExtendedFileIO, true, \ 33 product(bool, UseExtendedFileIO, true, \
43 "Enable workaround for limitations of stdio FILE structure") 34 "Enable workaround for limitations of stdio FILE structure")
44 35
45 // 36 //
46 // Defines Solaris-specific default values. The flags are available on all 37 // Defines Solaris-specific default values. The flags are available on all