Skip to content

Commit

Permalink
resolve library_call.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleil committed Oct 19, 2023
1 parent 7100292 commit e7d0eef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/share/opto/library_call.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#include "utilities/macros.hpp"


<<<<<<< HEAD
=======
class LibraryIntrinsic : public InlineCallGenerator {
// Extend the set of intrinsics known to the runtime:
public:
Expand Down Expand Up @@ -346,7 +344,6 @@ class LibraryCallKit : public GraphKit {
}
};

>>>>>>> dragonwell_extended_upstream/master
//---------------------------make_vm_intrinsic----------------------------
CallGenerator* Compile::make_vm_intrinsic(ciMethod* m, bool is_virtual) {
vmIntrinsics::ID id = m->intrinsic_id();
Expand Down

0 comments on commit e7d0eef

Please sign in to comment.