JDK-8225463 : consider usage of test/micro as functional tests
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 13,15,16
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2019-06-06
  • Updated: 2020-12-09
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.
Other
tbdUnresolved
Related Reports
Blocks :  
Relates :  
Description
execution of micros as functional tests has been proven to be instrumental in spotting hotspot, or more precisely JIT, bugs.

this RFE is to consider the usage of microbenchmarks from test/micro directory, which were brought to jdk source by JEP 230, as functional/stress tests; meaning we are not going to look at performance results and will just check if a microbenchmark is able to finish successfully.