History log of /openjdk9/hotspot/src/share/vm/services/writeableFlags.cpp
Revision Date Author Comments
# 11385:dbb6c08f1c5a 03-Jun-2016 gziemski

8155936: Boolean value should be set 1/0 or true/false via VM.set_flag jcmd
Summary: Add true/false as possible input values for boolean flags for jcmd.
Reviewed-by: gziemski, dsamersoff, coleenp


# 9259:eb05a697271f 09-Oct-2015 goetz

8139116: Fixes for warning "format not a string literal"
Reviewed-by: ddmitriev, david, simonis


# 9099:115188e14c15 09-Oct-2015 david

8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
8042894: runtime: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Reviewed-by: goetz, brutisso


# 8569:5bbf25472731 18-Jun-2015 gziemski

8122937: [JEP 245] Validate JVM Command-Line Flag Arguments.
Summary: Validate the arguments to all JVM command-line flags so as to avoid crashes, and ensure that appropriate error messages are displayed when they are invalid.
Reviewed-by: ddmitriev, dholmes, kbarrett, drwhite, brutisso, coleenp


# 8522:8597e296c18b 04-Jun-2015 david

8080947: Add uint as a valid VM flag type
Reviewed-by: brutisso, ddmitriev


# 7851:b00d819e1fcc 13-Feb-2015 dholmes

8072935: Fix missing newline at end of file after 8067447
Reviewed-by: dholmes, dlong
Contributed-by: Thomas Stuefe <thomas.stuefe@gmail.com>


# 7839:f27530eb6c46 02-Dec-2014 jbachorik

8067447: Factor out the shared implementation of the VM flags manipulation code
Reviewed-by: sla, dholmes