-
Notifications
You must be signed in to change notification settings - Fork 25
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
Translate JFR stacktrace symbols #109
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ec12c6f
to
749605f
Compare
mgrzaslewicz
previously approved these changes
Jul 1, 2024
ca9d5ce
to
26d975f
Compare
mgrzaslewicz
approved these changes
Jul 1, 2024
mgrzaslewicz
previously approved these changes
Jul 1, 2024
Naming the byte array as an explicit type gives us: - one Javadoc to explain the contents - memoized `new String(bytes)` Also clean up dead code and add missing changelog.
The forced loop-reading was inherited from JMC, but we don't know its purpose. The simpler one-shot impl passes our tests and the output JFR opens in IntelliJ. PS. remove unncessary ByteArray clone.
26d975f
to
e36389d
Compare
mgrzaslewicz
approved these changes
Jul 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Result so far:
![image](https://private-user-images.githubusercontent.com/1194704/344241616-927311fb-9eb1-4ba7-8233-0c1b568ab7f0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjMxNDMsIm5iZiI6MTczOTQyMjg0MywicGF0aCI6Ii8xMTk0NzA0LzM0NDI0MTYxNi05MjczMTFmYi05ZWIxLTRiYTctODIzMy0wYzFiNTY4YWI3ZjAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDUwMDQzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTAyNWMxMzkwZjc5ODliYTljYjhkMDI5ZWMyMjVmMjRhYmRjYjQzYzQ5NjYxYThlYTYzNzM1MjRhODI5YzZiOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.qmEZ7uXuESk63uQNHTOVCFn7oN7vWcZpPRx7MnE-_vE)