Skip to content

Commit

Permalink
#ifdef LINUX for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealAph committed Feb 10, 2021
1 parent d156d85 commit 81d35fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6770,8 +6770,12 @@ class StubGenerator: public StubCodeGenerator {
StubRoutines::_updateBytesAdler32 = generate_updateBytesAdler32();
}

#ifdef LINUX

generate_atomic_entry_points();

#endif // LINUX

StubRoutines::aarch64::set_completed();
}

Expand Down

0 comments on commit 81d35fe

Please sign in to comment.