Various build errors on our platforms caused by missing includes and missing inline specs on methods:
- frame::frame(p, p) constructor missing inline directive, leading to link errors
- missing orderAccess.inline.hpp in nativeInst_ppc.cpp
For a more extensive analysis, please seeJDK-8199472.
- frame::frame(p, p) constructor missing inline directive, leading to link errors
- missing orderAccess.inline.hpp in nativeInst_ppc.cpp
For a more extensive analysis, please see
- relates to
-
JDK-8199472 Fix non-PCH build after JDK-8199319
-
- Closed
-