mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
7032314: Allow to generate CallLeafNoFPNode in IdealKit
Added CallLeafNoFPNode generation to IdealKit. Added i_o synchronization. Reviewed-by: never
This commit is contained in:
parent
5cd8d5c115
commit
68f1177f59
5 changed files with 129 additions and 34 deletions
|
@ -662,7 +662,9 @@ class GraphKit : public Phase {
|
|||
&& Universe::heap()->can_elide_tlab_store_barriers());
|
||||
}
|
||||
|
||||
// Sync Ideal and Graph kits.
|
||||
void sync_kit(IdealKit& ideal);
|
||||
void final_sync(IdealKit& ideal);
|
||||
|
||||
// vanilla/CMS post barrier
|
||||
void write_barrier_post(Node *store, Node* obj,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue