Skip to content

Commit cea7080

Browse files
bakaliosdimzakkak
andauthored
Update com.sun.c1x/src/com/sun/c1x/C1XCompiler.java
Co-authored-by: Foivos <[email protected]>
1 parent 740b1a1 commit cea7080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.sun.c1x/src/com/sun/c1x/C1XCompiler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public CiResult compileMethod(RiResolvedMethod method, int osrBCI, CiStatistics
116116
}
117117
}
118118
if (target.arch.isRISCV64() && result.targetMethod().targetCodeSize() >= RISCV64.MAX_DIRECT_JUMP_SIZE) {
119-
throw new CiBailout("methods larger than 1MB are not supported in RISCV64: ");
119+
throw new CiBailout("methods larger than 1MB are not supported in RISCV64: " + result.targetMethod());
120120
}
121121

122122
return result;

0 commit comments

Comments
 (0)