-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
有计划支持 jdk11 吗? #294
Comments
Arthas支持jdk11。 你的问题和jdk11没关系,仔细检查表达式是否写对了。 |
提供一个可重现的demo? |
https://github.com/whitelilis/Chronicle-Queue-jdk11-utf8-bug |
实测没有问题: $ /tmp/arthas/bin/as.sh
Arthas script version: 3.0.4
JAVA_HOME: /Users/hengyunabc/.sdkman/candidates/java/11.0.0-open
Found existing java process, please choose one and hit RETURN.
* [1]: 88577 Test
[2]: 90548 Reader
[3]: 35542
2
Calculating attach execution time...
Attaching to 90548 using version 3.0.4...
real 0m2.420s
user 0m0.876s
sys 0m0.102s
Attach success.
telnet connecting to arthas server... current timestamp is 1542557183
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
,---. ,------. ,--------.,--. ,--. ,---. ,---.
/ O \ | .--. ''--. .--'| '--' | / O \ ' .-'
| .-. || '--'.' | | | .--. || .-. |`. `-.
| | | || |\ \ | | | | | || | | |.-' |
`--' `--'`--' '--' `--' `--' `--'`--' `--'`-----'
wiki: https://alibaba.github.io/arthas
version: 3.0.4
pid: 90548
timestamp: 1542557184084
$ monitor -c 3 Reader onBlob
Press Ctrl+C to abort.
Affect(class-cnt:1 , method-cnt:1) cost in 121 ms.
$ sysprop java.version
java.version=11
$ |
大佬 实测的jdk版本和出现问题的版本并不一致啊 |
具体什么问题,详细信息,异常日志 |
ok 我重新提个issue吧 |
在 jdk11 下试了一下,sm 可以看到方法名,但是 monitor 说找不到
The text was updated successfully, but these errors were encountered: