floatingdecimal

Fork of sun.misc.FloatingDecimal to fix monitor contention issues

Лицензия

Лицензия

GPL2 with "classpath" exception
Группа

Группа

io.airlift
Идентификатор

Идентификатор

floatingdecimal
Последняя версия

Последняя версия

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

floatingdecimal
Fork of sun.misc.FloatingDecimal to fix monitor contention issues
Ссылка на сайт

Ссылка на сайт

http://github.com/airlift/floatingdecimal
Система контроля версий

Система контроля версий

http://github.com/airlift/floatingdecimal/tree/master

Скачать floatingdecimal

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.airlift/floatingdecimal/ -->
<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>floatingdecimal</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/floatingdecimal/
implementation 'io.airlift:floatingdecimal:0.2'
// https://jarcasting.com/artifacts/io.airlift/floatingdecimal/
implementation ("io.airlift:floatingdecimal:0.2")
'io.airlift:floatingdecimal:jar:0.2'
<dependency org="io.airlift" name="floatingdecimal" rev="0.2">
  <artifact name="floatingdecimal" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='floatingdecimal', version='0.2')
)
libraryDependencies += "io.airlift" % "floatingdecimal" % "0.2"
[io.airlift/floatingdecimal "0.2"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.8.7

Модули Проекта

Данный проект не имеет модулей.

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 ...
io.airlift

Версии библиотеки

Версия
0.2
0.1