Files
ports/java
Piotr Kubaj d1191b769e java/openjdk17: fix build on powerpc64*
Backport the patch from openjdk19 to fix the recently appearing error:
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.9-9-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp:194:29: error: no member named 'is_safefetch_fault' in 'StubRoutines'
    if (pc && StubRoutines::is_safefetch_fault(pc)) {
              ~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.9-9-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp:195:52: error: no member named 'continuation_for_safefetch_fault' in 'StubRoutines'
      os::Posix::ucontext_set_pc(uc, StubRoutines::continuation_for_safefetch_fault(pc));
                                     ~~~~~~~~~~~~~~^
2023-10-25 08:43:52 +02:00
..
2023-08-30 09:56:52 +02:00
2022-07-20 16:22:12 +02:00
2022-12-12 09:42:33 +03:00
2023-07-23 20:45:16 +02:00
2023-04-23 14:16:47 +02:00
2023-06-12 21:45:17 +02:00
2023-10-18 22:57:36 -07:00
2023-04-11 15:46:12 -05:00
2023-10-22 21:25:25 -07:00