Skip to content

Commit fa331d7

Browse files
committedNov 8, 2023
8319184: RISC-V: improve MD5 intrinsic
Reviewed-by: fyang, mli
1 parent 4c0f6c6 commit fa331d7

File tree

1 file changed

+127
-122
lines changed

1 file changed

+127
-122
lines changed
 

4 commit comments

Comments
 (4)

openjdk-notifier[bot] commented on Nov 8, 2023

@openjdk-notifier[bot]

RealFYang commented on Nov 14, 2023

@RealFYang
Member

/backport jdk21u

openjdk[bot] commented on Nov 14, 2023

@openjdk[bot]

@RealFYang the backport was successfully created on the branch RealFYang-backport-fa331d71 in my personal fork of openjdk/jdk21u. To create a pull request with this backport targeting openjdk/jdk21u:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit fa331d71 from the openjdk/jdk repository.

The commit being backported was authored by Antonios Printezis on 8 Nov 2023 and was reviewed by Fei Yang and Hamlin Li.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk21u:

$ git fetch https://github.com/openjdk-bots/jdk21u.git RealFYang-backport-fa331d71:RealFYang-backport-fa331d71
$ git checkout RealFYang-backport-fa331d71
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk21u.git RealFYang-backport-fa331d71

zifeihan commented on Nov 15, 2023

@zifeihan
Member

/backport jdk17u-dev

Please sign in to comment.