JDK-8146581 : Minor corrections to the patch submitted for earlier bug id - 8143925
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2016-01-06
  • Updated: 2020-08-12
  • Resolved: 2016-01-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u241Fixed 9 b105Fixed
Related Reports
Relates :  
Description
1. There is some redundant checking in vm_version_x86.cpp left by accident.
2. The condition of one if() statement is missing a check for 'UseAESCTRIntrinsics'
3. Comments need to be added to stub generation code for readability and maintainability
Comments
Code contributed by Kishor Kharbas. http://cr.openjdk.java.net/~vdeshpande/8146581/webrev.00/
07-01-2016