mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8153073: UL: Set filesize option with k/m/g
Reviewed-by: mlarsson, dholmes
This commit is contained in:
parent
e24c1e8bbd
commit
e41ab59d63
5 changed files with 17 additions and 13 deletions
|
@ -729,6 +729,8 @@ class Arguments : AllStatic {
|
|||
static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen);
|
||||
|
||||
static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
|
||||
|
||||
static bool atojulong(const char *s, julong* result);
|
||||
};
|
||||
|
||||
// Disable options not supported in this release, with a warning if they
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue