-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8355798: Implement JEP 514: Ahead-of-Time Command Line Ergonomics #24942
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
Closed
iklam
wants to merge
29
commits into
openjdk:master
from
iklam:8355798-implement-leyden-ergo-jep-8350022
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
874f866
8355798: Implement JEP-JDK-8350022: Ahead-of-time Command Line Ergono…
iklam 6b0191c
Refactored code to enfore the order of argument parsing
iklam b9ebd92
added comment that was removed in previous commit
iklam 9f70868
fixed typo
iklam 0416487
Merge branch 'master' into 8355798-implement-leyden-ergo-jep-8350022
iklam 2bdb005
Added %p substitution; clean up
iklam acba394
Remove %t restriction
iklam 5e51e8f
AOT_TOOL_OPTIONS -> JAVA_AOT_OPTIONS
iklam 0eb8b54
@vnkozlov comments
iklam 5004a0b
@ashu-mehra comments; renamed test to JavaAOTOptionsEnvVar.java
iklam 5697c24
Implemented JTREG=AOT_JDK=(onestep|twostep); default is onestep
iklam c7824b0
Use one-step training by default in AOT testing
iklam 11fd910
Update java man page
iklam b044953
Merge branch 'master' into 8355798-implement-leyden-ergo-jep-8350022
iklam f33d599
Allow one-step training even when -XX:AOTMode=auto is specified
iklam 3cc2cb3
Added param to makefile function SetupAOT for choosing onestep vs two…
iklam f468ae5
Resolved differences with CSR JDK-8356010
iklam cd7a5a6
java.md updates from @rose00
iklam 7b8ad9b
Merge branch 'master' into 8355798-implement-leyden-ergo-jep-8350022
iklam d8d6e1f
fixed whitespace
iklam 9ab4166
added info about JTREG/AOT_JDK testing
iklam 7f4c0e8
@vnkozlov comments
iklam 3347921
Merge branch 'master' into 8355798-implement-leyden-ergo-jep-8350022
iklam 0956fca
@erikj79 comments
iklam 502d1c0
Fixed merge
iklam f3ffe34
@erikj79 comments -- makefile indentation
iklam 9a18864
Merge branch 'master' into 8355798-implement-leyden-ergo-jep-8350022
iklam de16fdb
Fixed merge
iklam a8ce491
Merge branch 'master' into 8355798-implement-leyden-ergo-jep-8350022
iklam 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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this extra newline intentional?