comparison src/share/vm/runtime/globals.hpp @ 18104:eaf39a954227

Merge with jdk8u25-b17
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 16 Oct 2014 11:57:39 +0200
parents 52b4284cb496 ca6d25be853b
children f8147c931ce4
comparison
equal deleted inserted replaced
18044:42de29c9ffbc 18104:eaf39a954227
1161 \ 1161 \
1162 product(bool, FilterSpuriousWakeups, true, \ 1162 product(bool, FilterSpuriousWakeups, true, \
1163 "Prevent spurious or premature wakeups from object.wait " \ 1163 "Prevent spurious or premature wakeups from object.wait " \
1164 "(Solaris only)") \ 1164 "(Solaris only)") \
1165 \ 1165 \
1166 product(intx, NativeMonitorTimeout, -1, "(Unstable)") \ 1166 experimental(intx, NativeMonitorTimeout, -1, "(Unstable)") \
1167 \ 1167 \
1168 product(intx, NativeMonitorFlags, 0, "(Unstable)") \ 1168 experimental(intx, NativeMonitorFlags, 0, "(Unstable)") \
1169 \ 1169 \
1170 product(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \ 1170 experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \
1171 \ 1171 \
1172 develop(bool, UsePthreads, false, \ 1172 develop(bool, UsePthreads, false, \
1173 "Use pthread-based instead of libthread-based synchronization " \ 1173 "Use pthread-based instead of libthread-based synchronization " \
1174 "(SPARC only)") \ 1174 "(SPARC only)") \
1175 \ 1175 \
3770 /* Shared spaces */ \ 3770 /* Shared spaces */ \
3771 \ 3771 \
3772 product(bool, UseSharedSpaces, true, \ 3772 product(bool, UseSharedSpaces, true, \
3773 "Use shared spaces for metadata") \ 3773 "Use shared spaces for metadata") \
3774 \ 3774 \
3775 product(bool, VerifySharedSpaces, false, \
3776 "Verify shared spaces (false for default archive, true for " \
3777 "archive specified by -XX:SharedArchiveFile)") \
3778 \
3775 product(bool, RequireSharedSpaces, false, \ 3779 product(bool, RequireSharedSpaces, false, \
3776 "Require shared spaces for metadata") \ 3780 "Require shared spaces for metadata") \
3777 \ 3781 \
3778 product(bool, DumpSharedSpaces, false, \ 3782 product(bool, DumpSharedSpaces, false, \
3779 "Special mode: JVM reads a class list, loads classes, builds " \ 3783 "Special mode: JVM reads a class list, loads classes, builds " \