OpenJDK / portola / portola
changeset 53163:2345e253e677
8216059: nsk_jvmti_parseoptions still has dependency on tilde separator
Reviewed-by: sspitsyn, cjplummer
author | gadams |
---|---|
date | Thu, 03 Jan 2019 15:54:01 -0500 |
parents | 5f942c387778 |
children | a3e7e08ee427 |
files | test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.cpp Thu Jan 03 13:22:45 2019 -0500 +++ b/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.cpp Thu Jan 03 15:54:01 2019 -0500 @@ -221,7 +221,7 @@ char *str = NULL; char *name = NULL; char *value = NULL; - const char *delimiters = " ,"; + const char *delimiters = " ,~"; if (options == NULL) return success;