[11u] RFR[M]: 8250902: Implement MD5 Intrinsics on x86

Vladimir Kozlov vladimir.kozlov at oracle.com
Sat Aug 8 04:49:49 UTC 2020


Hi Ludovic,

Usually we backport only bugs fixes to keep LTS (11u) release stable.

To backport into 11u you need approval [1]. Here is example [2].

You need also point if backport applied cleanly or you have to make changes.

Changes should be backported separately to keep track - do not combine changes.
But it is okay to push both changesets together (especially if followup changes fixed first).

Regards,
Vladimir K

[1] http://openjdk.java.net/projects/jdk-updates/approval.html
[2] https://bugs.openjdk.java.net/browse/JDK-8248214

On 8/7/20 9:30 PM, Ludovic Henry wrote:
> Hello,
> 
> I would like to backport the newly added MD5 Intrinsic to JDK 11. The change is contained, limiting the chance of a regression, and provides a great speedup on a common pattern. This change also contains the follow-up fix by Vladimir Kozlov.
> 
> As it is the first backport I go through, please let me know what other steps I need to take.
> 
> Original Bugs:
> https://bugs.openjdk.java.net/browse/JDK-8250902
> https://bugs.openjdk.java.net/browse/JDK-8251260
> 
> Original Webrevs:
> http://cr.openjdk.java.net/~luhenry/8250902/webrev.03
> http://cr.openjdk.java.net/~kvn/8251260/webrev.00/
> 
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8251319
> 
> Webrev:
> http://cr.openjdk.java.net/~luhenry/8250902-11u/webrev.00
> 
> Testing: Linux-x64, fastdebug, test/hotspot/jtreg/compiler/intrinsics/sha, hotspot:tier1, jdk:tier1.
> 
> Thank you,
> Ludovic
> 
> [1]
> 
> 


More information about the hotspot-compiler-dev mailing list