-
Bug
-
Resolution: Fixed
-
P3
-
8u102
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8197044 | 8u192 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8195215 | 8u172 | Kevin Walls | P3 | Resolved | Fixed | b03 |
JDK-8190046 | 8u162 | Kevin Walls | P3 | Resolved | Fixed | b04 |
JDK-8183684 | 8u161 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8173432 | 8u151 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8185200 | 8u144 | Kevin Walls | P3 | Resolved | Fixed | b31 |
JDK-8177173 | 8u141 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8173005 | 8u131 | Kevin Walls | P3 | Resolved | Fixed | b03 |
JDK-8171460 | 8u121 | Kevin Walls | P3 | Resolved | Fixed | b31 |
JDK-8171159 | 8u112 | Kevin Walls | P3 | Closed | Fixed | b33 |
JDK-8192248 | emb-8u161 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8184495 | emb-8u151 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8178566 | emb-8u141 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8173505 | emb-8u131 | Kevin Walls | P3 | Resolved | Fixed | b03 |
from JFR recordings when settings=profile is used. The issue exists on
Solaris but Windows works just fine. The issue is easily repeatable using a
standalone JVM (simply jconsole w/JFR enabled via
-XX:+UnlockCommercialFeatures -XX:+FlightRecorder
-XX:FlightRecorderOptions=defaultrecording=true,disk=true,maxage=90m,stackdepth=512,settings=profile).
The issue appears to be an issue w/the JVM and not the
configuration/profile.jfc file as I can successfully obtain object allocation
metrics on Solaris using a 7u95 JVM with a profile.jfc file taken from an
8u102 installation, however, the reverse fails (an 8u102 JVM with a
profile.jfr taken from 7u95 does not collect object allocation metrics).
For example:
* JDK 8u102 with the profile.jfr from 8u102 - object allocations stats are missing
* JDK 7u95 with the profile.jfr from 7u92 - object allocations stats are there
* JDK 8u102 with the profile.jfr from 7u92 - oject allocation stats are missing
* JDK 7u95 with the profile.jfr from 8u102 - object allocations are there
- backported by
-
JDK-8171460 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8173005 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8173432 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8173505 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8177173 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8178566 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8183684 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8184495 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8185200 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8190046 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8192248 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8195215 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8197044 FlightRecorderOptions settings for defaultrecording ignored.
-
- Resolved
-
-
JDK-8171159 FlightRecorderOptions settings for defaultrecording ignored.
-
- Closed
-