-
Bug
-
Resolution: Duplicate
-
P2
-
12
-
generic
8196341: Add JFR events for parallel phases of G1 introduced new jfr events.
Unfortunately the change breaks the AIX build. This seems to be an xlc compiler bug to me. The overloaded commit function is not resolved correctly,
The compiler seems to notice only the commit without arguments which is brought into the EventGCPhaseParallel via using.
errors are like :
/openjdk/nb/rs6000_64/nightly/jdk/src/hotspot/share/gc/g1/g1CollectedHeap.cpp", line 3185.15: 1540-0215 (S) The wrong number of arguments has been specified for "JfrEvent::commit()"
Unfortunately the change breaks the AIX build. This seems to be an xlc compiler bug to me. The overloaded commit function is not resolved correctly,
The compiler seems to notice only the commit without arguments which is brought into the EventGCPhaseParallel via using.
errors are like :
/openjdk/nb/rs6000_64/nightly/jdk/src/hotspot/share/gc/g1/g1CollectedHeap.cpp", line 3185.15: 1540-0215 (S) The wrong number of arguments has been specified for "JfrEvent::commit()"
- duplicates
-
JDK-8211239 Build fails without JFR: empty JFR events signatures mismatch
- Resolved
-
JDK-8211239 Build fails without JFR: empty JFR events signatures mismatch
- Resolved
- relates to
-
JDK-8211239 Build fails without JFR: empty JFR events signatures mismatch
- Resolved
-
JDK-8196341 Add JFR events for parallel phases of G1
- Resolved
-
JDK-8211273 Simplify JFR event posting
- Closed
-
JDK-8211228 Zero build is broken after JDK-8196341 (Add JFR events for parallel phases of G1)
- Closed
(1 relates to)