Skip to content

Commit

Permalink
Leave note that Azul VM supports JFR out-of-the-box.
Browse files Browse the repository at this point in the history
[Documentation][Toolbox]
  • Loading branch information
lemmy committed Dec 1, 2019
1 parent 4a8c167 commit e25ead4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -110,6 +110,7 @@ public class CloudDistributedTLCJob extends Job {
private final Properties props; private final Properties props;
private final CloudTLCInstanceParameters params; private final CloudTLCInstanceParameters params;
private boolean isCLI = false; private boolean isCLI = false;
// Azul VM comes with JFR support. This can thus be safely activated.
private boolean doJfr = false; private boolean doJfr = false;


public CloudDistributedTLCJob(String aName, File aModelFolder, public CloudDistributedTLCJob(String aName, File aModelFolder,
Expand Down

0 comments on commit e25ead4

Please sign in to comment.