test/hotspot/jtreg/serviceability/dcmd/compiler/control2.txt
author sspitsyn
Tue, 26 Jun 2018 13:50:59 -0700
changeset 50802 fa380b3b2b7d
parent 47216 71c04702a3d5
permissions -rw-r--r--
8205721: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java Summary: Add the test to the ProblemList.txt Reviewed-by: dcubed

[
  {    
    match: "foo/bar.*",
    PrintAssembly: false,
    c1:  {
      BreakAtExecute: false,
    },
    c2: {
      inline : "+java/util.*",
      BreakAtCompile: true      
    },
    inline : [ "+javax/util.*", "-comx/sun.*"],
    PrintAssembly: false,
    MaxNodeLimit: 80001
  },
  {
    match: ["baz.*","frob.*"],     
    inline : [ "+java/util.*", "-com/sun.*" ],
    PrintAssembly: false,
    BreakAtExecute: false,    
  }
]