On Mon, 25 Oct 2021 14:33:27 GMT, Doug Simon wrote:
> [JDK-8275645](https://bugs.openjdk.java.net/browse/JDK-8275645) resulted in
> loosing single-copy atomicity for reads in `c2v_readFieldValue`. This PR
> fixes that by using `_field_acquire` accessors for all aligned reads
> and only using `
On Thu, 21 Oct 2021 17:04:08 GMT, Jiří Vaněk wrote:
> The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were
> lacking the dist directory. This patch is fixing it. Note, that
> build.xml have correct paths
src/demo/share/java2d/J2DBench/Makefile line 2:
> 1: #
> 2: # Copyright (c)
On Mon, 25 Oct 2021 14:33:27 GMT, Doug Simon wrote:
> [JDK-8275645](https://bugs.openjdk.java.net/browse/JDK-8275645) resulted in
> loosing single-copy atomicity for reads in `c2v_readFieldValue`. This PR
> fixes that by using `_field_acquire` accessors for all aligned reads
> and only using `
On Mon, 25 Oct 2021 14:33:27 GMT, Doug Simon wrote:
> [JDK-8275645](https://bugs.openjdk.java.net/browse/JDK-8275645) resulted in
> loosing single-copy atomicity for reads in `c2v_readFieldValue`. This PR
> fixes that by using `_field_acquire` accessors for all aligned reads
> and only using `
On Thu, 21 Oct 2021 17:04:08 GMT, Jiří Vaněk wrote:
> The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were
> lacking the dist directory. This patch is fixing it. Note, that
> build.xml have correct paths
I'm looking for kind soul to create bug and merge on my behalf.
---
On Sat, 23 Oct 2021 01:50:40 GMT, Sergey Bylokhov wrote:
>> The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were
>> lacking the dist directory. This patch is fixing it. Note, that
>> build.xml have correct paths
>
> this looks fine, please update the copyright date
@mrserb @gnu-
On Thu, 21 Oct 2021 17:04:08 GMT, Jiří Vaněk wrote:
> The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were
> lacking the dist directory. This patch is fixing it. Note, that
> build.xml have correct paths
I've filed https://bugs.openjdk.java.net/browse/JDK-8275872 and am happy to
On Thu, 21 Oct 2021 17:04:54 GMT, Jiří Vaněk wrote:
>> The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were
>> lacking the dist directory. This patch is fixing it. Note, that
>> build.xml have correct paths
>
> I'm looking for kind soul to create bug and merge on my behalf.
Hi @j
On Thu, 21 Oct 2021 17:04:08 GMT, Jiří Vaněk wrote:
> The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were
> lacking the dist directory. This patch is fixing it. Note, that
> build.xml have correct paths
this looks fine, please update the copyright date
-
PR: https:
The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were
lacking the dist directory. This patch is fixing it. Note, that
build.xml have correct paths
-
Commit messages:
- 8275872: Sync J2DBench run and analyze Makefile targets with build.xml
Changes: https://git.openjdk.
[JDK-8275645](https://bugs.openjdk.java.net/browse/JDK-8275645), resulted in
the loose of single-copy atomicity for reads in c2v_readFieldValue. This PR
fixes that by using the `_field_acquire` accessors for all aligned reads
in c2v_readFieldValue and only using the `_field` accessors for unalig
On Sat, 28 Nov 2020 23:14:35 GMT, Emmanuel Bourg wrote:
> The copyright headers are generated at build time, and the year inserted in
> the template depends on the current date. This means the headers are not
> reproducible if the project is built a year later. The year in the headers
> could
12 matches
Mail list logo