mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8210498: nmethod entry barriers
Reviewed-by: kvn, pliden
This commit is contained in:
parent
e39c5811b5
commit
0192c14c9b
25 changed files with 699 additions and 4 deletions
|
@ -39,6 +39,7 @@ protected:
|
|||
: BarrierSet(barrier_set_assembler,
|
||||
barrier_set_c1,
|
||||
barrier_set_c2,
|
||||
NULL /* barrier_set_nmethod */,
|
||||
fake_rtti.add_tag(BarrierSet::ModRef)) { }
|
||||
~ModRefBarrierSet() { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue