Skip to content

Commit

Permalink
java/openjdk17: Fix build on aarch64
Browse files Browse the repository at this point in the history
PR:		274940
Approved by:	glewis@
  • Loading branch information
MikaelUrankar committed Nov 20, 2023
1 parent f28d958 commit 5db81da
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
--- src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp.orig 2023-11-10 13:11:41 UTC
+++ src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp
@@ -962,6 +962,7 @@ void os::print_context(outputStream *st, const void *c
#endif
}
st->cr();
+}

void os::print_tos_pc(outputStream *st, const void *context) {
if (context == NULL) return;

0 comments on commit 5db81da

Please sign in to comment.