Re: [OpenJDK 2D-Dev] RFR: 8246032: Implementation of JEP 347: Adopt C++14 Language Features in HotSpot

2020-06-06 Thread Hendrik Schreiber
Jim, if there isn’t a dedicated bug report for this (meaning: lack of optimization for macOS), please do create one so that it at least is documented somewhere. Thank you, -hendrik > On Jun 5, 2020, at 13:59, Jim Laskey wrote: > > I know there was a discussion about this elsewhere but I

Re: Windows: Replace VisualStudio with gcc/clang?

2018-03-14 Thread Hendrik Schreiber
>> >> From my perspective, something needs to change, as I found it >> completely impossible to install the old Visual Studio releases the >> JDK demands (and it took ages just to find them). Requiring outdated >> tooling to build the JDK really isn't great. >> >> Stephen >> > > I agree. This

Re: problems with freetype.dll, jdk 8 and windows

2016-03-07 Thread Hendrik Schreiber
> On Mar 7, 2016, at 17:50, Phil Race <philip.r...@oracle.com> wrote: > > On 03/07/2016 08:11 AM, Hendrik Schreiber wrote: >> - System Setup: freetype is listed as a requirement for Linux and Solaris. >> But not for Windows. > > I don't think that is completely

Re: problems with freetype.dll, jdk 8 and windows

2016-03-07 Thread Hendrik Schreiber
>> >> BTW—Something that puzzles me but probably has a straight forward >> explanation: Why is there no freetype.dll in the pre-built JDKs (either 8 or >> 9)? Shouldn’t that be in there somewhere? I was thinking that would be a >> great source for a correctly built binary lib.. > > If by

problems with freetype.dll, jdk 8 and windows

2016-03-06 Thread Hendrik Schreiber
Hey there, I’m trying to build a 32 bit JDK8u with Windows. And hoorray! it’s building just fine. But when running some software I run into: java.lang.UnsatisfiedLinkError: C:\…\jre\bin\freetype.dll: %1 is not a valid Win32 application Apparently, I am not the first one with this problem.

Re: get_source.sh does not seem to work, fails on jdk/src/closed

2016-03-06 Thread Hendrik Schreiber
> On Mar 6, 2016, at 16:04, Vadim Pakhnushev <vadim.pakhnus...@oracle.com> > wrote: > > On 06.03.2016 17:35, Hendrik Schreiber wrote: >> hg clone http://hg.openjdk.java.net/jdk8u/jdk8u-dev;cd jdk8u-dev;sh >> get_source.sh . > Just remove the last dot,

get_source.sh does not seem to work, fails on jdk/src/closed

2016-03-06 Thread Hendrik Schreiber
Hey there, I’m trying to clone the repo on OS X and fetch the sources, but am failing miserably. This has worked before (8u20 or so), but now no such luck. The output of what I do and see is pasted below. Searching the bug database led to https://bugs.openjdk.java.net/browse/JDK-8056269