mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8201362: Remove CollectedHeap::barrier_set()
Reviewed-by: shade, rkennke
This commit is contained in:
parent
23c1371590
commit
ec504ecf84
52 changed files with 92 additions and 111 deletions
|
@ -314,7 +314,7 @@ jlong LIRItem::get_jlong_constant() const {
|
|||
|
||||
|
||||
void LIRGenerator::init() {
|
||||
_bs = Universe::heap()->barrier_set();
|
||||
_bs = BarrierSet::barrier_set();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue