JDK-7155167 : VMJFR.c:459: store_tzlocale: Assertion `len_locale < 10' failed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: hs23
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-20
  • Updated: 2012-04-15
  • Resolved: 2012-04-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u4 b19Fixed 8Fixed
Related Reports
Relates :  
Description
java test failed with:

java: ../../../../src/closed/share/native/oracle/jfr/VMJFR.c:459: store_tzlocale: Assertion `len_locale < 10' failed.

Comments
EVALUATION Internal buffers in JFR can only hold 10 characters for locale, which isn't enough. If a longer locale is set, we have a buffer overrun.
21-03-2012