afu8u/Changelog.md

16 lines
777 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

swjdk8u212-sw1.1.0(20230710)版本修改:
1. 实现兼容8A的锁序列(commit 37bc16b5e1e62f83b9465b6ad973ca57e609e21e);
2. lldx指令前删除无用的memb指令(commit 3e76522e30cd8f87dedc8600081c2498528df16c).
================================================================================================
swjdk8u212-sw1.0.4-SP4版主要修改
1.按照《申威基础软件版本标识规范v1.0.0-beta.4》要求修改java -version 格式;
2.save&restore F2-F9 registers to solve gcc1030 build problem在generate_call_stub中增加了对F2~F9的保留恢复,因为其为S寄存器;
3.fix "sys_call 0xdead" bug caused by kernel modify the ret pc of SIGILL因内核修改了sigill 的返回地址造成jvm报非法指错该版本修复这个问题;