Skip to content

Commit e087ede

Browse files
committedSep 20, 2024
8340269: [s390x] TestLargeStub.java failure after 8338123
Reviewed-by: mdoerr, lucy
1 parent 9bcde4f commit e087ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/hotspot/cpu/s390/downcallLinker_s390.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
#define __ _masm->
3838

39-
static const int native_invoker_code_base_size = 512;
40-
static const int native_invoker_size_per_args = 8;
39+
static const int native_invoker_code_base_size = 384;
40+
static const int native_invoker_size_per_args = 12;
4141

4242
RuntimeStub* DowncallLinker::make_downcall_stub(BasicType* signature,
4343
int num_args,

0 commit comments

Comments
 (0)
Please sign in to comment.