1 --- a/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.hpp Tue Jul 28 18:40:12 2020
2 +++ b/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.hpp Tue Jul 28 19:48:19 2020
4 static void setup_fpu();
7 + static juint cpu_microcode_revision();
11 --- a/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp Tue Jul 28 18:40:12 2020
12 +++ b/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp Tue Jul 28 19:50:48 2020
17 +juint os::cpu_microcode_revision() {
19 + // to implement this, look at the source for ucodeadm -v
23 bool PosixSignals::pd_hotspot_signal_handler(int sig, siginfo_t* info,
24 ucontext_t* uc, JavaThread* thread) {