Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/hotspot/cpu/arm/runtime_arm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@
#include "runtime/vframeArray.hpp"
#include "utilities/globalDefinitions.hpp"
#include "vmreg_arm.inline.hpp"
#endif

#define __ masm->

#ifdef COMPILER2

//------------------------------generate_uncommon_trap_blob--------------------
// Ought to generate an ideal graph & compile, but here's some ASM
// instead.
Expand Down Expand Up @@ -287,3 +284,6 @@ void OptoRuntime::generate_exception_blob() {

_exception_blob = ExceptionBlob::create(&buffer, oop_maps, framesize_in_words);
}

#endif // COMPILER2