File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/hotspot/jtreg/vmTestbase/nsk/share/jvmti Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2003, 2018 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2003, 2020 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -154,7 +154,7 @@ protected void parseOptionString(String optionString) {
154154 if (optionString == null )
155155 return ;
156156
157- StringTokenizer st = new StringTokenizer (optionString );
157+ StringTokenizer st = new StringTokenizer (optionString , " ,~" );
158158 while (st .hasMoreTokens ()) {
159159 String token = st .nextToken ();
160160 int start = token .startsWith ("-" )? 1 : 0 ;
You can’t perform that action at this time.
0 commit comments