Skip to content

Commit e3b8a47

Browse files
committed
Implement threaded switch optimization
1 parent e724742 commit e3b8a47

File tree

42 files changed

+1345
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1345
-89
lines changed

compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/asm/aarch64/test/TestProtectedAssembler.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ protected void patchJumpTarget(int branch, int jumpTarget) {
222222

223223
}
224224

225+
@Override
226+
protected void patchRelativeJumpTarget(int pos, int relativeOffset) {
227+
228+
}
229+
225230
@Override
226231
public AbstractAddress makeAddress(int transferSize, Register base, int displacement) {
227232
throw new UnsupportedOperationException();

0 commit comments

Comments
 (0)