Skip to content

Commit 85fd68c

Browse files
committed
cleanup
1 parent 070ea33 commit 85fd68c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hotspot/cpu/s390/stubGenerator_s390.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#include "utilities/formatBuffer.hpp"
4747
#include "utilities/macros.hpp"
4848
#include "utilities/powerOfTwo.hpp"
49-
long fubar = 0;
49+
5050
// Declaration and definition of StubGenerator (no .hpp file).
5151
// For a more detailed description of the stub routine structure
5252
// see the comment in stubRoutines.hpp.
@@ -3201,8 +3201,6 @@ class StubGenerator: public StubCodeGenerator {
32013201

32023202
if (return_barrier_exception) {
32033203
Register handler = Z_R1_scratch;
3204-
__ load_const_optimized(Z_ARG2, (uintptr_t)&fubar);
3205-
__ z_agsi(0, Z_ARG2, 1);
32063204
__ z_lg(Z_ARG2, _z_common_abi(return_pc), Z_SP); // exception pc
32073205
__ save_return_pc();
32083206
__ push_frame_abi160(0 + 2 * BytesPerWord);

0 commit comments

Comments
 (0)