test/hotspot/jtreg/serviceability/sa/ClhsdbSource.java
changeset 53635 247e5ca412f5
parent 53596 bb40a5303c84
equal deleted inserted replaced
53634:f57b943a1a22 53635:247e5ca412f5
    56             List<String> cmds = List.of("source clhsdb_cmd_file");
    56             List<String> cmds = List.of("source clhsdb_cmd_file");
    57 
    57 
    58             Map<String, List<String>> expStrMap = new HashMap<>();
    58             Map<String, List<String>> expStrMap = new HashMap<>();
    59             expStrMap.put("source clhsdb_cmd_file", List.of(
    59             expStrMap.put("source clhsdb_cmd_file", List.of(
    60                     "No deadlocks found",
    60                     "No deadlocks found",
    61                     "Common-Cleaner",
    61                     "Common\\-Cleaner",
    62                     "Signal Dispatcher",
    62                     "Signal Dispatcher",
    63                     "java.lang.ref.Finalizer$FinalizerThread.run",
    63                     "java.lang.ref.Finalizer\\$FinalizerThread.run",
    64                     "java.lang.ref.Reference",
    64                     "java.lang.ref.Reference",
    65                     "Method*",
    65                     "Method\\*",
    66                     "LingeredApp.main",
    66                     "LingeredApp.main",
    67                     "Available commands:",
    67                     "Available commands:",
    68                     "attach pid | exec core",
    68                     "attach pid \\| exec core",
    69                     "intConstant [ name [ value ] ]",
    69                     "intConstant \\[ name \\[ value \\] \\]",
    70                     "type [ type [ name super isOop isInteger isUnsigned size ] ]"));
    70                     "type \\[ type \\[ name super isOop isInteger isUnsigned size \\] \\]"));
    71 
    71 
    72             Map<String, List<String>> unExpStrMap = new HashMap<>();
    72             Map<String, List<String>> unExpStrMap = new HashMap<>();
    73             unExpStrMap.put("source clhsdb_cmd_file", List.of(
    73             unExpStrMap.put("source clhsdb_cmd_file", List.of(
    74                         "No such file or directory"));
    74                         "No such file or directory"));
    75 
    75