> We can use `InputStream.readAllBytes()` in `ModuleHashes` and `X509CertPath`.
Сергей Цыпанов has updated the pull request incrementally with one additional
commit since the last revision:
8278461: Revert X509CertPath
-
Changes:
- all: https://git.openjdk.org/jdk/pull/9596/fil
I also have concerns about the use of fullFence here. I believe it should
be the case that reachabilityFence guarantees visibility of memory
operations program-ordered before the reachabilityFence(p) to the Cleaner
associated with p. Mutator-collector synchronization should normally ensure
that. On
On Sat, 23 Jul 2022 20:03:39 GMT, Raffaello Giulietti wrote:
>> src/java.base/share/classes/java/lang/Float.java line 1122:
>>
>>> 1120: // binary16 (when rounding is done, could still round up)
>>> 1121: int exp = Math.getExponent(f);
>>> 1122: assert -25 <=