comparison src/share/vm/runtime/globals.hpp @ 20527:8cb56c8cb30d

Merge
author jiangli
date Mon, 15 Sep 2014 16:39:00 -0400
parents 6e0cb14ce59b ca6d25be853b
children 46140919bf90
comparison
equal deleted inserted replaced
20411:fe1f65b0a2d8 20527:8cb56c8cb30d
1152 \ 1152 \
1153 product(bool, FilterSpuriousWakeups, true, \ 1153 product(bool, FilterSpuriousWakeups, true, \
1154 "Prevent spurious or premature wakeups from object.wait " \ 1154 "Prevent spurious or premature wakeups from object.wait " \
1155 "(Solaris only)") \ 1155 "(Solaris only)") \
1156 \ 1156 \
1157 product(intx, NativeMonitorTimeout, -1, "(Unstable)") \ 1157 experimental(intx, NativeMonitorTimeout, -1, "(Unstable)") \
1158 \ 1158 \
1159 product(intx, NativeMonitorFlags, 0, "(Unstable)") \ 1159 experimental(intx, NativeMonitorFlags, 0, "(Unstable)") \
1160 \ 1160 \
1161 product(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \ 1161 experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \
1162 \ 1162 \
1163 develop(bool, UsePthreads, false, \ 1163 develop(bool, UsePthreads, false, \
1164 "Use pthread-based instead of libthread-based synchronization " \ 1164 "Use pthread-based instead of libthread-based synchronization " \
1165 "(SPARC only)") \ 1165 "(SPARC only)") \
1166 \ 1166 \
3773 /* Shared spaces */ \ 3773 /* Shared spaces */ \
3774 \ 3774 \
3775 product(bool, UseSharedSpaces, true, \ 3775 product(bool, UseSharedSpaces, true, \
3776 "Use shared spaces for metadata") \ 3776 "Use shared spaces for metadata") \
3777 \ 3777 \
3778 product(bool, VerifySharedSpaces, false, \
3779 "Verify shared spaces (false for default archive, true for " \
3780 "archive specified by -XX:SharedArchiveFile)") \
3781 \
3778 product(bool, RequireSharedSpaces, false, \ 3782 product(bool, RequireSharedSpaces, false, \
3779 "Require shared spaces for metadata") \ 3783 "Require shared spaces for metadata") \
3780 \ 3784 \
3781 product(bool, DumpSharedSpaces, false, \ 3785 product(bool, DumpSharedSpaces, false, \
3782 "Special mode: JVM reads a class list, loads classes, builds " \ 3786 "Special mode: JVM reads a class list, loads classes, builds " \