RFR: 8264412: AArch64: CPU description should refer DMI [v3]

Yasumasa Suenaga ysuenaga at openjdk.java.net
Wed Apr 7 13:19:35 UTC 2021


On Wed, 7 Apr 2021 08:32:50 GMT, Andrew Haley <aph at openjdk.org> wrote:

> Maybe we should just concatenate all three files?

Do you mean we should concatenate "compatible", "board_name", and "product_name"? It's impossible. We can see "compatible" file on the device which uses device tree, however we cannot see both "board_name" and "product_name" on it. Thus I prefer to attempt to read them sequentially.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3259


More information about the hotspot-runtime-dev mailing list