Installing JMC
Marcus Hirt
marcus.hirt at oracle.com
Thu Oct 11 09:33:39 UTC 2018
Hi Gary,
JMC core can be built using JDK 11. We're working on making it possible to
compile the application on JDK 11 as well.
JMC, both core and the application, once built, can RUN on JDK 11. Core can
run on JDK 7+ (demands from other orgs), and JDK 8+ can run the application.
You will, for now, need JDK 8 only to build it.
Kind regards,
Marcus
On 2018-10-10, 17:51, "hotspot-jfr-dev on behalf of Gary Morrison" <hotspot-jfr-dev-bounces at openjdk.java.net on behalf of Gary.Morrison at arm.com> wrote:
Thanks again, Erik. What is the highest (major) OpenJDK revision under which it does work? JDK10, perhaps?
From: Erik Gahlin <erik.gahlin at oracle.com>
Sent: Tuesday, October 9, 2018 8:18 PM
To: Gary Morrison <Gary.Morrison at arm.com>
Cc: hotspot-jfr-dev at openjdk.java.net
Subject: Re: Installing JMC
Hi Gary,
JMC for JDK 11 is not yet ready.
There is however a JMC project page where you can find early access builds to download.
http://openjdk.java.net/projects/jmc/7/
If you want to build JMC from source code. You may want to ask on the JMC dev mailing list
http://mail.openjdk.java.net/mailman/listinfo/jmc-dev
Cheers
Erik
On 9 Oct 2018, at 23:40, Gary Morrison <Gary.Morrison at arm.com<mailto:Gary.Morrison at arm.com>> wrote:
Short version:
Do any of you know of any nicely-summarized, and up-to-date, instructions for how to load JMC for use with JDK11 (OpenJDK)?
Longer version:
Googling around, I found these seemingly-lovely instructions for how to install JMC under OpenJDK:
http://hirt.se/blog/?p=947
I say "seemingly-lovely," because they don't seem to work, for me at least. In particular, the "mvn p2:site" command fails:
ubuntu at tx2inst-c143:~/jmc/releng/third-party$ mvn p2:site
[INFO] Scanning for projects...
Downloading from reficio: http://repo.reficio.org/maven/org/reficio/p2-maven-plugin/1.2.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.reficio:p2-maven-plugin:1.2.0-SNAPSHOT/maven-metadata.xml from/to reficio (http://repo.reficio.org/maven/): Connect to repo.reficio.org:80 [repo.reficio.org/193.17.184.213] failed: Connection timed out (Connection timed out)
[WARNING] Failure to transfer org.reficio:p2-maven-plugin:1.2.0-SNAPSHOT/maven-metadata.xml from http://repo.reficio.org/maven/ was cached in the local...
Best I can tell, the reason for this is exactly what they're pointing out here: http://repo.reficio.org/maven doesn't seem to exist. When I try to "dial it up" on my browser, it dies. Probably not proxies here at work, since I couldn't "dial it up" on my personal iPhone's browser either.
Thanks for any insights you might have on this!
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
More information about the hotspot-jfr-dev
mailing list