Re: Integrated: 8275063: Implementation of Foreign Function & Memory API (Second incubator)

2021-11-24 Thread Ty Young
Was this code actually reviewed or even used/tested at all? All "Java" ValueLayouts have an 8-bit alignment, even if they are 2-byte, 4-byte, or 8-byte in size: https://github.com/openjdk/jdk/blob/cf7adae6333c7446048ef0364737927337631f63/src/jdk.incubator.foreign/share/classes/jdk/incubator/fo

Re: cannot find valid Visual Code Studio install

2020-07-14 Thread Ty Young
igure with --enable-absolute-paths-in-output. I'm still investigating the exact cause. Works, thank you! Question: are Windows builds generally slower than Linux builds? It feels like building under cygwin is a bit slower, but I can't be sure. /Erik On 2020-07-12 00:46, Ty Youn

Re: cannot find valid Visual Code Studio install

2020-07-12 Thread Ty Young
On 7/10/20 7:43 AM, Erik Joelsson wrote: On 2020-07-09 15:04, Ty Young wrote: On 7/9/20 3:20 PM, Erik Joelsson wrote: On 2020-07-09 12:56, Ty Young wrote: On 7/9/20 9:22 AM, Erik Joelsson wrote: Could you post the full configure command and log please. This sounds weird. You should not

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Ty Young
On 7/9/20 3:20 PM, Erik Joelsson wrote: On 2020-07-09 12:56, Ty Young wrote: On 7/9/20 9:22 AM, Erik Joelsson wrote: Could you post the full configure command and log please. This sounds weird. You should not be needing clang on Windows. Also, what source did you clone? On linux right

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Ty Young
On 2020-07-09 07:04, Ty Young wrote: On 7/9/20 7:37 AM, Erik Joelsson wrote: Hello Ty, Microsoft Visual Studio 2019 or 2017, any edition, should work. My best guess is that you skipped installing the necessary parts of it. Run the installer again, click "Modify" and make sure you hav

Re: cannot find valid Visual Code Studio install

2020-07-09 Thread Ty Young
or I'm not installing the right things. /ERik On 2020-07-09 01:29, Ty Young wrote: Hopefully this is the right place. Don't shoot me if it isn't, please. I'm trying to build the JDK from Windows 10. I got so far as to configure failing on finding what it needs from the Visua

cannot find valid Visual Code Studio install

2020-07-09 Thread Ty Young
Hopefully this is the right place. Don't shoot me if it isn't, please. I'm trying to build the JDK from Windows 10. I got so far as to configure failing on finding what it needs from the Visual Code Studio install via command line: configure: Found Visual Studio installation at /cygdrive/c/

Re: JDK build fails on Arch Linux

2020-02-12 Thread Ty Young
.3) I think it's safe to assume that the above is the issue. Workaround is to get an older version of GNU make (trivial to download and build yourself) and configure with MAKE=yourmake on the configure command line. /Erik On 2020-02-12 14:15, Ty Young wrote: Hi, Attempting to bui

JDK build fails on Arch Linux

2020-02-12 Thread Ty Young
Hi, Attempting to build any JDK version with a supported boot JDK results in failure: Building target 'images' in configuration 'linux-x86_64-server-release' Warning: No SCM configuration present and no .src-rev make[3]: *** No rule to make target '/home/ty/Downloads/panama-foreign-linkToNa

Re: Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
the latest from [1]), or an older one (e.g. JDK 13). That should cure it. Maurizio [1] - https://jdk.java.net/14/ On 20/12/2019 00:47, Ty Young wrote: On 12/19/19 6:37 PM, Maurizio Cimadamore wrote: On 20/12/2019 00:28, Maurizio Cimadamore wrote: On 20/12/2019 00:22, Ty Young wrote

Re: Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
On 12/19/19 6:37 PM, Maurizio Cimadamore wrote: On 20/12/2019 00:28, Maurizio Cimadamore wrote: On 20/12/2019 00:22, Ty Young wrote: On 12/19/19 6:12 PM, Maurizio Cimadamore wrote: On 20/12/2019 00:02, Ty Young wrote: On 12/19/19 5:44 PM, Maurizio Cimadamore wrote: On 19/12/2019 23

Re: Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
On 12/19/19 6:28 PM, Maurizio Cimadamore wrote: On 20/12/2019 00:22, Ty Young wrote: On 12/19/19 6:12 PM, Maurizio Cimadamore wrote: On 20/12/2019 00:02, Ty Young wrote: On 12/19/19 5:44 PM, Maurizio Cimadamore wrote: On 19/12/2019 23:30, David Holmes wrote: I think this is more an

Re: Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
On 12/19/19 6:12 PM, Maurizio Cimadamore wrote: On 20/12/2019 00:02, Ty Young wrote: On 12/19/19 5:44 PM, Maurizio Cimadamore wrote: On 19/12/2019 23:30, David Holmes wrote: I think this is more an issue for the language and compiler folk on compiler-dev. I'm not clear on all the

Re: Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
On 12/19/19 5:44 PM, Maurizio Cimadamore wrote: On 19/12/2019 23:30, David Holmes wrote: I think this is more an issue for the language and compiler folk on compiler-dev. I'm not clear on all the rules around use of preview features but it seems to me that if we are using them internally and

Re: Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
On 12/19/19 5:30 PM, David Holmes wrote: Hi Ty, On 20/12/2019 9:23 am, Ty Young wrote: Hi, As of the merging of Records into JDK proper, source code compiling fails using a standard command line of: bash configure --disable-warnings-as-errors I would have expected that to ensure the

Re: Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
On 12/19/19 5:46 PM, Maurizio Cimadamore wrote: On 19/12/2019 23:42, Ty Young wrote: Regardless, it still errors on the foreign-jextract branch as well. I already replied here: https://mail.openjdk.java.net/pipermail/panama-dev/2019-December/006891.html As the branch does not contain

Re: Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
On 12/19/19 5:30 PM, Maurizio Cimadamore wrote: On 19/12/2019 23:23, Ty Young wrote: Additionally, the argument --with-libclang-include-aux seems to have been deprecated in 14. This, as was told to me by a Panama JDK developer, is needed to specify clang headers for custom source builds

Automatic Github builds via Github Actions

2019-12-19 Thread Ty Young
Hi, I was wondering if by chance Github Actions could be enabled on OpenJDK's Github repos so that automatic builds are created every new commit. My current understanding is that JDK developers have servers that build new JDK versions, but people outside of Oracle do not have access to these

Builds fail due to use of preview features & removed arguments

2019-12-19 Thread Ty Young
Hi, As of the merging of Records into JDK proper, source code compiling fails using a standard command line of: bash configure --disable-warnings-as-errors which fails with: /home/ty/Downloads/jdk-master/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor14.java: