-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8360389: Support printing from C2 compiled code #26475
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
Draft
benoitmaillard
wants to merge
22
commits into
openjdk:master
Choose a base branch
from
benoitmaillard:JDK-8360389
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+144
−0
Draft
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
582f603
8360389: add runtime function definitions
benoitmaillard de3a33c
8360389: Add make_debug_print helper
benoitmaillard 98e9964
8360389: Use flag instead of 0
benoitmaillard 0afb57f
8360389: Add argument debug_print method
benoitmaillard 1ab4032
8360389: Add constant pointer node
benoitmaillard 459e5b7
8360389: Add int argument to print
benoitmaillard 69c26c4
8360389: Add debug_print template
benoitmaillard 28ce64b
Fix types for signatures
benoitmaillard 519e45a
8360389: Add missing primitive types
benoitmaillard d1ead1d
8360389: Add support for oop
benoitmaillard 7893e87
8360389: Replace templates with checks on c2 types for building signa…
benoitmaillard 045cf95
8360389: Use oopDesc* instead of oop to avoid unexpected behavior lin…
benoitmaillard 4a80e4d
8360389: Remove import
benoitmaillard 502f036
8360389: Add default case
benoitmaillard 0054c59
8360389: Remove useless code
benoitmaillard d5ce58e
8360389: Refactor
benoitmaillard 37495fa
8360389: More refactoring
benoitmaillard 04ea5f7
8360389: Formatting
benoitmaillard 0029478
8360389: Fix bad refactor
benoitmaillard af54831
8360389: Missing stuff
benoitmaillard a879709
8360389: Add missing transform
benoitmaillard ac10cb0
8360389: Use Type::get_const_basic_type
benoitmaillard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.