Skip to content

Commit 6e0aa35

Browse files
committed
style fix
1 parent a17d3fe commit 6e0aa35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/aarch64/shenandoah/AArch64HotSpotShenandoahLoadRefBarrierOp.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public void emitCode(CompilationResultBuilder crb, AArch64MacroAssembler masm) {
114114
@SyncPort(from = "https://github.com/openjdk/jdk/blob/a2743bab4fd203b0791cf47e617c1a95b05ab3cc/src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp#L232-L309",
115115
sha1 = "4ed44f985dfdca39bf93c6d306a378be4bf88fe7")
116116
// @formatter:on
117+
@SuppressWarnings("try")
117118
public static void emitCode(GraalHotSpotVMConfig config, CompilationResultBuilder crb, AArch64MacroAssembler masm, LIRInstruction op, Register thread, Register result, Register object,
118119
AArch64Address loadAddress, ForeignCallLinkage callTarget, ShenandoahLoadRefBarrierNode.ReferenceStrength strength, boolean notNull) {
119120
/*

0 commit comments

Comments
 (0)