RFR: 8002078: hs_err_pid file should report full JDK version string (original) (raw)
Staffan Larsen staffan.larsen at oracle.com
Thu Nov 1 05:03:59 PDT 2012
- Previous message: RFR: 8002078: hs_err_pid file should report full JDK version string
- Next message: Code review request: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks. Typo fixed.
/Staffan
On 1 nov 2012, at 03:03, David Holmes <David.Holmes at oracle.com> wrote:
Hi Staffan,
thread.cpp - Minor typo: // extract the JRE vesion
Otherwise looks fine. I don't see any way to reduce the duplication that is obviously better. David On 1/11/2012 6:59 AM, Staffan Larsen wrote: Please review the following change to the crash output. Currently when hotspot crashes the output contains:
# JRE version: Java(TM) SE Runtime Environment (8.0) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b20 mixed mode bsd-amd64 compressed oops) With the same installation "java -version" reports: Java(TM) SE Runtime Environment (build 1.8.0-internal-staffan201210091530-b00) Java HotSpot(TM) 64-Bit Server VM (build 24.0-b20, mixed mode) The first output above should be changed to look like: # JRE version: Java(TM) SE Runtime Environment (8.0) (build 1.8.0-internal-staffan201210091530-b00) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b20 mixed mode bsd-amd64 compressed oops) http://cr.openjdk.java.net/~sla/8002078/webrev.01/ Thanks, /Staffan
- Previous message: RFR: 8002078: hs_err_pid file should report full JDK version string
- Next message: Code review request: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]