-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b08
One of the last include corrections caused a build error on our AIX machines because compile.cpp uses jio_snprintf() without including jvm_io.h.
I did not deeply follow up on the why, but "8260307: Do not include method.hpp in frame.hpp" is a possible candidate. AIX builds without JFR and hence miss a number of include chains other platforms have.
I scanned hotspot sources for files using jio_snprintf but not including jvm.h. There are some hits, which should be fixed.
I did not deeply follow up on the why, but "8260307: Do not include method.hpp in frame.hpp" is a possible candidate. AIX builds without JFR and hence miss a number of include chains other platforms have.
I scanned hotspot sources for files using jio_snprintf but not including jvm.h. There are some hits, which should be fixed.
- duplicates
-
JDK-8260413 x86_32 debug build fails after JDK-8259894
- Closed
- relates to
-
JDK-8260307 Do not include method.hpp in frame.hpp
- Resolved