JDK-8136506 : Include sun.arch.data.model as a property that can be queried by jtreg
  • Type: Enhancement
  • Component: core-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-09-15
  • Updated: 2019-06-10
  • Resolved: 2015-09-15
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 7 JDK 8 JDK 9
7u241Fixed 8u102Fixed 9 b83Fixed
Related Reports
Relates :  
Relates :  
Description
The jtreg TEST.ROOT file in the HotSpot repository puts 

sun.arch.data.model

on the list of properties which can be queried by an @requires clause in jtreg. This property lets one determine if a jdk/jre is 32-bits or 64-bits.

It would be convenient and consistent for the property to be available to tests in the jdk repo too.