How to build changes made in "os" directory files?
Aleksey Shipilev
shade at redhat.com
Tue Sep 8 08:35:19 UTC 2020
On 9/8/20 10:29 AM, Ofir Gordon wrote:
> The problem is when I'm trying to change the code in a file under the "os"
> directory (specifically "os_aix"), the changes don't seem to appear in the
> compiled program.
"os_aix" implies that is OS-specific code for AIX. Unless you are building the binary for AIX, that
code would not get compiled.
> What is the correct way of making changes in this part of the code?
The correct way is to either get the AIX machine to test this change, or kindly ask AIX port
maintainers to test it for you.
But chances are, you don't need that if you are just prototyping the change, which must be fine for
a single target platform you have (I assume something like Linux x86_64).
--
Thanks,
-Aleksey
More information about the hotspot-dev
mailing list