mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux
Reviewed-by: stuefe, coleenp, roland
This commit is contained in:
parent
f21d1afd70
commit
83b3b21342
40 changed files with 129 additions and 124 deletions
|
@ -3858,6 +3858,7 @@ jint Arguments::parse_options_buffer(const char* name, char* buffer, const size_
|
|||
|
||||
JavaVMOption option;
|
||||
option.optionString = opt_hd;
|
||||
option.extraInfo = NULL;
|
||||
|
||||
options->append(option); // Fill in option
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue