comparison src/share/vm/includeDB_core @ 1244:745c853ee57f

6885297: java -XX:RefDiscoveryPolicy=2 or -XX:TLABWasteTargetPercent=0 cause VM crash Summary: Interval checking is now being performed on the values passed in for these two flags. The current acceptable range for RefDiscoveryPolicy is [0..1], and for TLABWasteTargetPercent it is [1..100]. Reviewed-by: apetrusenko, ysr
author johnc
date Fri, 29 Jan 2010 14:51:38 -0800
parents 89ca5ab4fa60
children 230fac611b50
comparison
equal deleted inserted replaced
1196:f3345b7b01b4 1244:745c853ee57f
173 arguments.cpp javaAssertions.hpp 173 arguments.cpp javaAssertions.hpp
174 arguments.cpp jvmtiExport.hpp 174 arguments.cpp jvmtiExport.hpp
175 arguments.cpp management.hpp 175 arguments.cpp management.hpp
176 arguments.cpp oop.inline.hpp 176 arguments.cpp oop.inline.hpp
177 arguments.cpp os_<os_family>.inline.hpp 177 arguments.cpp os_<os_family>.inline.hpp
178 arguments.cpp referenceProcessor.hpp
178 arguments.cpp universe.inline.hpp 179 arguments.cpp universe.inline.hpp
179 arguments.cpp vm_version_<arch>.hpp 180 arguments.cpp vm_version_<arch>.hpp
180 181
181 arguments.hpp java.hpp 182 arguments.hpp java.hpp
182 arguments.hpp perfData.hpp 183 arguments.hpp perfData.hpp