Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8170098
AArch64: VM is extremely slow with JVMTI debugging enabled
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P4
Fix Version/s:
9
Affects Version/s:
None
Component/s:
hotspot
Labels:
None
Subcomponent:
runtime
Resolved In Build:
b150
CPU:
aarch64
Description
JavaThread::interp_only_mode is a 32-bit sized field. In the assembly code we read it as a 64-bit xword, causing false positives. This means that as soon as we attach a JVMTI debugger everything runs very slowly.
Attachments
Activity
People
Assignee:
Andrew Haley
Reporter:
Andrew Haley
Votes
:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2016-11-21 05:55
Updated:
2016-12-22 10:09
Resolved:
2016-11-21 10:49