RFR: 8242244: Remove redundant ELF machine definitions

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Mon Apr 6 22:08:20 UTC 2020


Hi!

Please review this small change which removes redundant ELF machine
definitions for EM_AARCH64 and EM_486 on Linux and Solaris [1].

Both EM_AARCH64 and EM_486 are defined by the kernel headers on both
Solaris 11.3 or higher (verified on gcc211.fsffrance.org) and Linux 3.12
or higher [2], so I think it's safe to remove those definitions from
the JDK codebase unless the JDK is supposed to be built on systems
older than that.

Thanks,
Adrian

> [1] http://cr.openjdk.java.net/~glaubitz/8242244/webrev.01/
> [2] https://elixir.bootlin.com/linux/v3.12/source/include/uapi/linux/elf-em.h

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


More information about the hotspot-dev mailing list