aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/globals_ext.hpp
AgeCommit message (Collapse)Author
2012-03-207144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require ↵jmelvin
proper warning/error messages Summary: Provide custom error messages for locked commercial feature options which are not first unlocked. Reviewed-by: dcubed, jcoomes, kamg Contributed-by: james.melvin@oracle.com
2011-12-197122880: Extend vendor-specific command interface to include manageable switchesphh
Summary: Add Flag::external_ext()/writable_ext(), both return false. Reviewed-by: coleenp, zgu
2011-12-057117389: Add a framework for vendor-specific command line switch extensions ↵phh
to Hotspot Summary: Add a file, globals_ext.hpp, containing a null interface, to be replaced by a vendor in altsrc as needed. Reviewed-by: coleenp, kamg, dholmes, johnc, jrose