-
Enhancement
-
Resolution: Fixed
-
P4
-
26
-
None
-
master
-
linux
The devkit creation uses uname -p for detection the cpu architecture. uname -p is non-portable and no longer works on recent Linux/distributions (e.g. OL10). It should be changed to uname -m which is portable and works.
- links to
-
Commit(master) openjdk/jdk/0935b76c
-
Review(master) openjdk/jdk/27617