When I tried to implement an WASM transpiler, I noticed some missing
conversion methods from unsigned types to floating point, for example
from unsigned long to a double.
For the meaning of unsigned long, see Long.toUnsignedString(long i).
Converting between unsigned long and floating point is
On Thu, 3 Nov 2022 17:23:53 GMT, Jim Laskey wrote:
>> Enhance the Java programming language with string templates, which are
>> similar to string literals but contain embedded expressions. A string
>> template is interpreted at run time by replacing each expression with the
>> result of evalua
On Thu, 3 Nov 2022 17:23:53 GMT, Jim Laskey wrote:
>> Enhance the Java programming language with string templates, which are
>> similar to string literals but contain embedded expressions. A string
>> template is interpreted at run time by replacing each expression with the
>> result of evalua
On Thu, 3 Nov 2022 17:23:53 GMT, Jim Laskey wrote:
>> Enhance the Java programming language with string templates, which are
>> similar to string literals but contain embedded expressions. A string
>> template is interpreted at run time by replacing each expression with the
>> result of evalua
On Thu, 3 Nov 2022 17:23:53 GMT, Jim Laskey wrote:
>> Enhance the Java programming language with string templates, which are
>> similar to string literals but contain embedded expressions. A string
>> template is interpreted at run time by replacing each expression with the
>> result of evalua
On Fri, 4 Nov 2022 18:23:17 GMT, Maurizio Cimadamore
wrote:
>> This PR contains the API and implementation changes for JEP-434 [1]. A more
>> detailed description of such changes, to avoid repetitions during the review
>> process, is included as a separate comment.
>>
>> [1] - https://openjdk
On Sat, 5 Nov 2022 17:13:14 GMT, Alan Bateman wrote:
>> Markus KARG has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Removing synchronization
>> - Renamed lock back to closeLock
>
> src/java.base/share/classes/java/io/PushbackInputStre
> This PR implements JDK-8296431
Markus KARG has updated the pull request incrementally with one additional
commit since the last revision:
fixed typo
-
Changes:
- all: https://git.openjdk.org/jdk/pull/10999/files
- new: https://git.openjdk.org/jdk/pull/10999/files/f7ee1c7a..
On Sat, 5 Nov 2022 08:50:53 GMT, Markus KARG wrote:
>> This PR implements JDK-8296431
>
> Markus KARG has updated the pull request incrementally with two additional
> commits since the last revision:
>
> - Removing synchronization
> - Renamed lock back to closeLock
src/java.base/share/classe
On Fri, 4 Nov 2022 12:38:04 GMT, Adam Sotona wrote:
> This is root pull request with Classfile API implementation, tests and
> benchmarks initial drop into JDK.
>
> Following pull requests consolidating JDK class files parsing, generating,
> and transforming ([JDK-8294957](https://bugs.openjdk
On Sat, 5 Nov 2022 07:19:32 GMT, Alan Bateman wrote:
>> Markus KARG has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> fixed wrong bug number
>
> src/java.base/share/classes/java/io/PushbackInputStream.java line 416:
>
>> 414: Obje
> This PR implements JDK-8296431
Markus KARG has updated the pull request incrementally with two additional
commits since the last revision:
- Removing synchronization
- Renamed lock back to closeLock
-
Changes:
- all: https://git.openjdk.org/jdk/pull/10999/files
- new: https
On Fri, 4 Nov 2022 22:24:57 GMT, Markus KARG wrote:
>> This PR implements JDK-8296431
>
> Markus KARG has updated the pull request incrementally with one additional
> commit since the last revision:
>
> fixed wrong bug number
src/java.base/share/classes/java/io/PushbackInputStream.java line
13 matches
Mail list logo