Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

airlift/floatingdecimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fork of openjdk's FloatingDecimal to fix monitor contention when parsing doubles due to a static synchronized method. There's a permanent fix for this issue in Java 8 (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7032154)

To use, prepend the jar file to the boot classpath:

java -Xbootclasspath/p:floatingdecimal-0.1.jar ...

About

Fix monitor contention issues in OpenJDK's FloatingDecimal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages