RFR: 7263: JMC displaying long value in scientific notation

Eric Liu eliu at openjdk.org
Wed Apr 10 21:04:33 UTC 2024


On Mon, 1 Apr 2024 16:56:04 GMT, Suchita Chaturvedi <schaturvedi at openjdk.org> wrote:

> This PR addresses the formatting issue for the certificate Ids for X509 Certificate events.
> 
> Before the fix:
> <img width="960" alt="image (3)" src="https://github.com/openjdk/jmc/assets/11155712/01abcc9d-7834-4587-9b51-48422953edd2">
> 
> After the fix:
> <img width="960" alt="Screenshot 2024-04-01 222303" src="https://github.com/openjdk/jmc/assets/11155712/8a095e19-9022-4a15-8982-63b2dec78720">

core/org.openjdk.jmc.flightrecorder/src/main/java/org/openjdk/jmc/flightrecorder/internal/util/JfrInternalConstants.java line 47:

> 45: 	public static final String MODIFIERS_ID = "modifiers"; //$NON-NLS-1$
> 46: 	public static final String JAVA_THREAD_ID_ID = "javaThreadId"; //$NON-NLS-1$
> 47: 	public static final String CERTIFICATE_ID = "certificateId"; //$NON-NLS-1$

How about `CERTIFICATED_ID_ID` ?

-------------

PR Review Comment: https://git.openjdk.org/jmc/pull/559#discussion_r1548991748


More information about the jmc-dev mailing list