Skip to content

Commit

Permalink
[GR-21779] Instruments should be initialized at buildtime.
Browse files Browse the repository at this point in the history
PullRequest: graal/5676
  • Loading branch information
tzezula committed Mar 17, 2020
2 parents 5cbcdfa + 25902e9 commit 13dcc56
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion tools/mx.tools/tools-agentscript.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Args = -H:MaxRuntimeCompileMethods=300
Args = -H:MaxRuntimeCompileMethods=300 \
--initialize-at-build-time=com.oracle.truffle.tools.agentscript
3 changes: 2 additions & 1 deletion tools/mx.tools/tools-chromeinspector.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Requires = tool:profiler
Args = -H:SubstitutionResources=com/oracle/truffle/tools/chromeinspector/aot/substitutions.json \
-H:MaxRuntimeCompileMethods=300
-H:MaxRuntimeCompileMethods=300 \
--initialize-at-build-time=com.oracle.truffle.tools.chromeinspector
3 changes: 2 additions & 1 deletion tools/mx.tools/tools-coverage.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Requires = macro:truffle
Args = -H:MaxRuntimeCompileMethods=100
Args = -H:MaxRuntimeCompileMethods=100 \
--initialize-at-build-time=com.oracle.truffle.tools.coverage
3 changes: 2 additions & 1 deletion tools/mx.tools/tools-lsp.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Requires = macro:truffle
Args = -H:MaxRuntimeCompileMethods=100
Args = -H:MaxRuntimeCompileMethods=100 \
--initialize-at-build-time=org.graalvm.tools.lsp,org.graalvm.tools.api.lsp
3 changes: 2 additions & 1 deletion tools/mx.tools/tools-profiler.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Requires = macro:truffle
Args = -H:MaxRuntimeCompileMethods=100
Args = -H:MaxRuntimeCompileMethods=100 \
--initialize-at-build-time=com.oracle.truffle.tools.profiler

0 comments on commit 13dcc56

Please sign in to comment.