Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/hotspot/jtreg/serviceability/dcmd/compiler/control1.txt
41153 views
1
[
2
{
3
match: "foo/bar.*",
4
PrintAssembly: false,
5
c1: {
6
BreakAtExecute: false,
7
},
8
inline : [ "+javax/util.*", "-comx/sun.*"],
9
PrintAssembly: false,
10
},
11
{
12
match: ["baz.*","frob.*"],
13
inline : [ "+java/util.*", "-com/sun.*" ],
14
PrintAssembly: false,
15
BreakAtExecute: false,
16
}
17
]
18
19