From 9a6458b68a833ac3c968ac953949a8dc833c2b77 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sat, 27 Jan 2024 19:06:55 +0100
Subject: [PATCH] openjdk-17: update to 17.0.10

---
 components/runtime/openjdk-17/patches/illumos-zero-2.patch |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/components/runtime/openjdk-17/patches/illumos-zero-2.patch b/components/runtime/openjdk-17/patches/illumos-zero-2.patch
index 5cb678b..e8a69b0 100644
--- a/components/runtime/openjdk-17/patches/illumos-zero-2.patch
+++ b/components/runtime/openjdk-17/patches/illumos-zero-2.patch
@@ -380,7 +380,7 @@
 diff -ur -N /tmp/g/os_solaris_zero.cpp b/src/hotspot/os_cpu/solaris_zero/os_solaris_zero.cpp
 --- /tmp/g/os_solaris_zero.cpp	1970-01-01 01:00:00.000000000 +0000
 +++ b/src/hotspot/os_cpu/solaris_zero/os_solaris_zero.cpp	2020-09-02 13:28:22.493092922 +0000
-@@ -0,0 +1,305 @@
+@@ -0,0 +1,309 @@
 +/*
 + * Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
 + * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
@@ -584,12 +584,16 @@
 +  ShouldNotCallThis();
 +}
 +
++void os::print_tos_pc(outputStream* st, const void* context) {
++  ShouldNotCallThis();
++}
++
 +void os::print_register_info(outputStream *st, const void *context) {
 +  ShouldNotCallThis();
 +}
 +
 +/////////////////////////////////////////////////////////////////////////////
-+// Stubs for things that would be in bsd_zero.s if it existed.
++// Stubs for things that would be in solaris_zero.s if it existed.
 +// You probably want to disassemble these monkeys to check they're ok.
 +
 +extern "C" {

--
Gitblit v1.9.3