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