8153073: UL: Set filesize option with k/m/g

Reviewed-by: mlarsson, dholmes
This commit is contained in:
Yasumasa Suenaga 2016-05-04 21:53:01 -04:00
parent e24c1e8bbd
commit e41ab59d63
5 changed files with 17 additions and 13 deletions

View file

@ -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