Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java 9 support #42

Open
ceeaspb opened this issue Nov 11, 2016 · 4 comments
Open

java 9 support #42

ceeaspb opened this issue Nov 11, 2016 · 4 comments

Comments

@ceeaspb
Copy link

ceeaspb commented Nov 11, 2016

http://openjdk.java.net/jeps/220

some changes needed not limited to:

the tools.jar has gone. change create-java-perf-map.sh to find the classes via add-modules

(cd perf-map-agent/out/ && java --add-modules jdk.attach -jar ./attach-main.jar $(pidof java ) )
@jrudolph
Copy link
Member

Thanks, @ceeaspb, good point. I'm not running regularly with Java 9 yet. Let's collect all the changes that are necessary for running and building so that we will have a workable solution once Java 9 becomes real.

@nitsanw
Copy link
Member

nitsanw commented Jan 30, 2018

@ceeaspb JDK 9 is fo' REAL!!! you got some ideas on this? or a PR?
Thanks!

@estaban
Copy link

estaban commented Feb 22, 2020

Has support for Java9+ been introduced?

@MartinDeLaTorre
Copy link

MartinDeLaTorre commented Oct 24, 2022

Has support for Java9+ been introduced?

They've got a PR for it now: #83
But at the moment the Travis Continuous Integration is failing: https://travis-ci.org/github/jvm-profiling-tools/perf-map-agent/builds/553245474

Edit: I didn't look at the year numbers. Didn't realize this thread has been dead for 2 years, sorry if I got your hopes up @estaban

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants