-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8355003: Implement JEP 515: Ahead-of-Time Method Profiling #24886
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
Closed
Changes from all commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
1056686
Persistent profiles initial commit
veresov f1214b9
Fix copyright
veresov 5a0ada5
Fix whitespaces
veresov 60d7908
Fix comment
veresov c55c36c
Address Ioi's comments
veresov cb67f76
Review changes part 1
veresov 11551f2
Remove MethodData::__gap
veresov a372407
Port tagged pointers support
veresov 2af06b4
Port Ioi's follow up change
veresov ebe8748
Merge branch 'master' into pp
veresov c504214
Merge branch 'master' into pp
veresov 5daecb0
Port 8354330: [leyden] Crash inside AdapterHandlerEntry::metaspace_po…
veresov a5ad4af
Remove unused function
veresov 63a4e66
Merge branch 'master' into pp
veresov 283ed99
Rename flags and move them to cds_globals.hpp
veresov 35b7e00
Update MTD::_hightest_top_level only after successful CTD allocation
veresov 35fa04c
Fix include order
veresov bcf31d4
Port servicibility changes
veresov d40cee2
Don't compile trainingData.cpp without CDS (part 1)
veresov cfe7381
Don't compile trainingData.cpp without CDS (part 2)
veresov 0b7a2dc
Add test
veresov 593c394
Fix value of CompLevel_count
veresov 6fad35c
Missing part of the last commit
veresov 4e6397a
Use ENABLE_IF macro
veresov 585bdda
Port 8355296: [leyden] Some methods are stuck at level=0 with -XX:-Ti…
veresov 84959bc
Port 8355334: [leyden] Missing type profile info in archived training…
veresov fa1ef0f
Add AOTCompileEagerly flag to control compilation after clinit
veresov 3ec132e
Merge branch 'master' into pp
veresov c3b8aa5
Address some of the review comments
veresov fea6171
Remove the workaround of setting AOTRecordTraining during assembly
veresov 2a490c6
Fix class filtering
veresov 7fb7ae6
Merge branch 'master' into pp2
veresov 5cde432
Merge branch 'master' into pp2
veresov 4514d03
Address review comments part 2
veresov 38a156f
Remove the proxy class counter
veresov ef5dfcc
Fix log tags
veresov b937681
Fix flag behavior
veresov ee6bd11
Port 8355915: [leyden] Crash in MDO clearing the unloaded array type
veresov 014b0ec
Fix semantics change from the previous commit
veresov 8f33a0e
Make sure command line flags that affect MDO layout are consistent
veresov 9676039
Fix additional issues
veresov 2441ad7
Fix compile
veresov 7d22a42
Merge branch 'master' into pp2
veresov 11e3c39
Address review comments
veresov ae33288
Merge branch 'master' into pp2
veresov d75cb5d
Make the test permute through default flag values too
veresov da4a342
Update src/hotspot/share/cds/filemap.hpp
veresov 17c2fca
8356695: java/lang/StringBuilder/HugeCapacity.java failing with OOME
8c4b56b
8356192: Enable AOT code caching only on supported platforms
e823158
8348351: Improve lazy initialization of the available currencies set
54028a5
8355340: GenShen: Remove unneeded log messages related to remembered …
kdnilsen bf06fcd
8355708: Two Float16 IR tests fail after JDK-8345125
5b0f13e
8356700: RISC-V: Declare incompressible scope in fill_words / zero_me…
Anjian-Wen 20ae696
8356087: Problematic KeyInfo check using key algorithm in P11SecretKe…
slumericanB 71aab27
8356057: PrintingProcessor (-Xprint) does not print type variable bou…
lahodaj b6981b1
8356658: java/foreign/TestBufferStackStress2.java failed again with j…
minborg ab84609
8354908: javac mishandles supplementary character in character literal
lahodaj b52d09c
8353184: ZGC: Simplify and correct tlab_used() tracking
kstefanj c9a8619
8355360: -d option of jwebserver command should accept relative paths
vy 24b0d26
8356175: Remove unnecessary Map.get from XWM.getInsets
0dff681
8342486: Implement JEP 505: Structured Concurrency (Fifth Preview)
6afa7fb
8356774: AArch64: StubGen final stubs buffer too small for ZGC on Cav…
adinn 62f4975
8354941: Build failure with glibc 2.42 due to uabs() name collision
jerboaa 39093b2
8350203: [macos] Newlines and tabs are not ignored when drawing text …
91c1caf
8354024: [JMH] Create ephemeral UnixDomainSocketAddress provider with…
vy fe48a83
8356275: TestCodeEntryAlignment fails with "Alignment must be <= Code…
marc-chevalier fd8453d
8356816: JFR: Move printing of metadata into separate class
egahlin 0b1fa16
8356631: OopHandle replacement methods should not be called on empty …
shipilev 153fa9e
8356783: CompilerTask hot_method is redundant
shipilev 088df95
8350765: Need to pin when accessing thread container from virtual thread
a9d6910
8356080: Address post-integration comments for Stable Values
minborg bbbc032
8355992: Add unsignedMultiplyExact and *powExact methods to Math and …
rgiulietti e9fa94d
8356551: Javac rejects receiver parameter in constructor of local cla…
archiecobbs 9158490
8351415: (fs) Path::toAbsolutePath should specify if an absolute path…
a88e4bd
8356447: Change default for EagerJVMCI to true
29a8cef
8356107: [java.lang] Use @requires tag instead of exiting based on os…
c469c63
8356819: [macos] MacSign should use "openssl" and "faketime" from Hom…
9b31b39
8356667: GenShen: Eliminate races with ShenandoahFreeSet::available()
kdnilsen 2f2ec24
8352755: Misconceptions about j.text.DecimalFormat digits during parsing
28f178a
8356885: Don't emit C1 profiling for casts if TypeProfileCasts is off
72030a3
Address Ioi's comments
veresov 1669f90
Merge branch 'master' into pp2
veresov fd26cfe
Address Ioi's comments
veresov d3d51b0
Merge branch 'master' into pp2
veresov c2ad85e
8357283: compiler/debug/TestStressBailout.java hangs when running wit…
veresov e112b49
8357284: runtime/cds/appcds/aotProfile/AOTProfileFlags.java fails on …
veresov 2740c2f
Merge branch 'master' into pp2
veresov 7a35067
Merge branch 'master' into pp2
veresov a1958ec
Missing part of the merge
veresov ed21336
Merge branch 'master' into pp2
veresov 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
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.
Uh oh!
There was an error while loading. Please reload this page.