On Fri, 11 Oct 2024 18:05:58 GMT, Kim Barrett wrote:
>> Matthias Baesken has updated the pull request with a new target base due to
>> a merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains four additional
>> comm
On Wed, 9 Oct 2024 07:50:20 GMT, Matthias Baesken wrote:
>> There is some old awt/2d coding where warnings occur when running with ubsan
>> enabled binaries.
>> However at most of these locations the coding should work (at least on our
>> supported platform set) so the warnings can be disabled
On Mon, 8 May 2023 10:29:56 GMT, Matthias Baesken wrote:
> After the harfbuzz 7.2 update we run into
>
> /linuxmuslx86_64/jdk-dev/src/java.desktop/share/native/libharfbuzz/OT/glyf/Glyph.hh:281:8:
> error: offset '4' outside bounds of constant string [-Werror=array-bounds]
> 281 | bool get_poi
On Wed, 15 Mar 2023 16:02:36 GMT, Matthias Baesken wrote:
> On Linux Alpine we were running in the jtreg awt tests into a lot of NPEs
> like this :
>
> java.lang.InternalError: java.lang.reflect.InvocationTargetException
> at java.desktop/sun.font.FontManagerFactory$1.run(FontManagerFactory.jav
On Wed, 12 Apr 2023 03:44:45 GMT, Amit Kumar wrote:
> Another remark: Old JDK on s390 used "os.arch = zArch_64", current one
> "os.arch = s390x". @offamitkumar: You probably want to take a look.
zArch_64 is not relevant/not used in the OpenJDK port to IBM System z. As noted
elsewhere in the PR
On Fri, 7 Apr 2023 11:21:33 GMT, Thomas Stuefe wrote:
>> Hello Thomas, that change was based on the review comment here
>> https://github.com/openjdk/jdk/pull/13357#discussion_r1159810942
>
> Okay, Lutz is the expert here. Sorry for the noise.
Just to let my voice be heard directly after being
On Fri, 17 Mar 2023 09:08:56 GMT, Matthias Baesken wrote:
> The ToFromCIEXYZRoundTrip test times out on slow platforms , especially when
> (fast)debug binaries are used.
> This was observed on Alpine Linux and AIX in our automated tests. Setting an
> increased timeout for the test helps to red
On Wed, 7 Dec 2022 08:54:29 GMT, Matthias Baesken wrote:
>> The cleanup and error handling in function awt_parseColorModel in
>> awt_parseImage.c could be improved.
>
> Matthias Baesken has updated the pull request incrementally with one
> additional commit since the last revision:
>
> small
On Wed, 16 Nov 2022 06:43:29 GMT, Xue-Lei Andrew Fan wrote:
>> src/hotspot/share/utilities/utf8.cpp line 521:
>>
>>> 519: } else {
>>> 520: if (p + 6 >= end) break; // string is truncated
>>> 521: os::snprintf(p, 7, "\\u%04x", c);
>>
>> This should be 6, or? We have 6 chara
On Mon, 14 Nov 2022 19:44:17 GMT, Xue-Lei Andrew Fan wrote:
>> Hi,
>>
>> May I have this update reviewed?
>>
>> The sprintf is deprecated in Xcode 14 because of security concerns, and the
>> use of it causing building failure. The build could pass if warnings are
>> disabled for codes that u
On Mon, 14 Nov 2022 05:32:20 GMT, Xue-Lei Andrew Fan wrote:
>> Hi,
>>
>> May I have this update reviewed?
>>
>> The sprintf is deprecated in Xcode 14 because of security concerns, and the
>> use of it causing building failure. The build could pass if warnings are
>> disabled for codes that u
On Wed, 19 Oct 2022 15:33:31 GMT, Archie L. Cobbs wrote:
> Building on MacOS 12.6 M1 with Xcode 14.0 fails due to C compiler unused
> parameter warnings:
>
> Creating support/modules_libs/java.desktop/libosx.dylib from 1 file(s)
This is a moving target, and the changes depend on the build mode
On Wed, 19 Oct 2022 15:33:31 GMT, Archie L. Cobbs wrote:
> Building on MacOS 12.6 M1 with Xcode 14.0 fails due to C compiler unused
> parameter warnings:
>
> Creating support/modules_libs/java.desktop/libosx.dylib from 1 file(s)
As an interim solution until LCMS 2.14 has been pulled in, you co
13 matches
Mail list logo