Re: java 17 libsvml.so conflict with user app

2021-10-26 Thread Vitaly Davidovich
Hi Magnus, On Tue, Oct 26, 2021 at 6:44 AM Magnus Ihse Bursie < magnus.ihse.bur...@oracle.com> wrote: > On 2021-10-26 01:43, Vitaly Davidovich wrote: > > Hi all, > > > > We're testing some of our code on Java 17 (17.0.1)/linux and hit an issue > > related to libsvml.so. It seems this library is

Integrated: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml

2021-10-26 Thread Jiří Vaněk
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 pull request has now been integrated. Changeset: f1f5e269 Author:J

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread Andrew John Hughes
On Tue, 26 Oct 2021 08:25:35 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 > > Jiří Vaněk has refreshed the contents of this pull request, and previo

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread Jiří Vaněk
On Tue, 26 Oct 2021 12:27:57 GMT, David Holmes wrote: >> Attmept done. Looks like the summary is there already once. Thanx again. > > @judovana please do not use "force push" in a PR as it makes the review > process very difficult and can leave orphaned comments. You can simply push > additiona

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread David Holmes
On Tue, 26 Oct 2021 11:13:19 GMT, Jiří Vaněk wrote: >> Jiří Vaněk has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. > > Attmept done. Looks like the summary is th

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread Jiří Vaněk
On Tue, 26 Oct 2021 08:25:35 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 > > Jiří Vaněk has refreshed the contents of this pull request, and previo

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread Magnus Ihse Bursie
On Tue, 26 Oct 2021 08:25:35 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 > > Jiří Vaněk has refreshed the contents of this pull request, and previo

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml

2021-10-26 Thread Magnus Ihse Bursie
On Mon, 25 Oct 2021 16:08:12 GMT, Jiří Vaněk wrote: >> this looks fine, please update the copyright date > > @mrserb @gnu-andrew hi! Thanx! The PR was amended. @judovana Unfortunately you got "tricked" by @gnu-andrew 's comment into issuing a `/summary` comment, when you shouldn't have. That

Re: java 17 libsvml.so conflict with user app

2021-10-26 Thread Magnus Ihse Bursie
On 2021-10-26 01:43, Vitaly Davidovich wrote: Hi all, We're testing some of our code on Java 17 (17.0.1)/linux and hit an issue related to libsvml.so. It seems this library is now part of 17 to support the (incubating) Vector API. We have a java library backed (via JNI) by NAG, which itself li

Re: RFR: 8275717: Reimplement STATIC_ASSERT to use static_assert

2021-10-26 Thread Magnus Ihse Bursie
On 2021-10-22 17:44, Kim Barrett wrote: The "unused typedef" warnings suggest a build with `-Wunused-local-typedefs` enabled. I thought we were not enabling that (because it's not actually useful), but don't see such disabling and it's enabled by `-Wall`. So why aren't we getting those warni

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread Jiří Vaněk
On Mon, 25 Oct 2021 23:11:01 GMT, Sergey Bylokhov wrote: >> Jiří Vaněk has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. The pull request contains one >> new com

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread Jiří Vaněk
> 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 Jiří Vaněk has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will sh

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread Magnus Ihse Bursie
On Tue, 26 Oct 2021 08:20:46 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 > > Jiří Vaněk has refreshed the contents of this pull request, and previo

Re: RFR: 8275874: [JVMCI] use volatile accessors for aligned reads in c2v_readFieldValue

2021-10-26 Thread Doug Simon
On Tue, 26 Oct 2021 05:20:22 GMT, David Holmes wrote: > Isn't the title of this issue expressed incorrectly? Yes - thanks for pointing that out. - PR: https://git.openjdk.java.net/jdk/pull/6109