forked from openjdk/jdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Profile g1 post write-barrier filters in interpreter and C1 to genera…
…te better C2 code * supports aastore/putfield/putstatic (all relevant bytecodes) * generate profiling code before actual barrier in interpreter and C1 * adapt C2 node cost depending on generated filters * supports x64 Control via some product flags: * XXXProfileBarrier: enables profiling and adapted code generation * XXXProfileBarrierFromYoung: also profile if the reference is written in young generation * XXXNoWriteBarrierFilters: do not generate any post write barrier filters
- Loading branch information
Showing
63 changed files
with
1,404 additions
and
238 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.