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