--- /dev/null 2015-10-06 13:17:21.376985368 +0200 +++ new/test/serviceability/dcmd/compiler/control2.txt 2015-10-07 12:14:54.881344604 +0200 @@ -0,0 +1,22 @@ +[ + { + match: "foo/bar.*", + PrintAssembly: false, + c1: { + BreakAtExecute: false, + }, + c2: { + inline : "+java/util.*", + BreakAtCompile: true + }, + inline : [ "+javax/util.*", "-comx/sun.*"], + PrintAssembly: false, + IGVPrintLevel: 2 + }, + { + match: ["baz.*","frob.*"], + inline : [ "+java/util.*", "-com/sun.*" ], + PrintAssembly: false, + BreakAtExecute: false, + } +]