Re: Integrated: 8280413: ProblemList jdk/jfr/event/oldobject/TestLargeRootSet.java on all X64 platforms

2022-01-20 Thread Alexander Zvegintsev
On Thu, 20 Jan 2022 20:21:17 GMT, Daniel D. Daugherty wrote: > A trivial fix to ProblemList jdk/jfr/event/oldobject/TestLargeRootSet.java on > all X64 platforms. Marked as reviewed by azvegint (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/7168

Re: RFR: 8279918: Fix various doc typos [v2]

2022-01-14 Thread Alexander Zvegintsev
On Thu, 13 Jan 2022 14:01:04 GMT, Pavel Rappo wrote: >> - Most of the typos are of a trivial kind: missing whitespace. >> - If any of the typos should be fixed in the upstream projects instead, >> please say so; I will drop those typos from the patch. >> - As I understand it, ` ` in

Re: [jdk18] RFR: 8279081: ProblemList jdk/jfr/event/oldobject/TestLargeRootSet.java on 2 platforms

2021-12-21 Thread Alexander Zvegintsev
On Tue, 21 Dec 2021 19:56:07 GMT, Daniel D. Daugherty wrote: > A trivial fix to ProblemList jdk/jfr/event/oldobject/TestLargeRootSet.java on > 2 platforms Marked as reviewed by azvegint (Reviewer). - PR: https://git.openjdk.java.net/jdk18/pull/61

Re: RFR: 8272805: Avoid looking up standard charsets [v2]

2021-08-24 Thread Alexander Zvegintsev
On Sun, 22 Aug 2021 23:02:06 GMT, Sergey Bylokhov wrote: >> This is the continuation of JDK-8233884, JDK-8271456, and JDK-8272120. >> >> In many places standard charsets are looked up via their names, for example: >> absolutePath.getBytes("UTF-8"); >> >> This could be done more efficiently(up

Re: Integrated: 8268644: ProblemList serviceability/sa/ClhsdbJstackXcompStress.java in -Xcomp mode

2021-06-12 Thread Alexander Zvegintsev
On Sat, 12 Jun 2021 13:45:49 GMT, Daniel D. Daugherty wrote: > A trivial fix to ProblemList serviceability/sa/ClhsdbJstackXcompStress.java > in -Xcomp mode. Marked as reviewed by azvegint (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/4478

Re: [OpenJDK 2D-Dev] JDK-8081295: Build failed with GCC 5.1.1

2015-05-28 Thread Alexander Zvegintsev
Hello Yasumasa, I prefer to avoid such pragma usage, as for me code is more readable without it. So we can add array-bounds to DISABLED_WARNINGS_gcc in make/lib/Awt2dLibraries.gmk for BUILD_LIBJAVAJPEG and BUILD_LIBMLIB_IMAGE. We can nullify row_pointers and image_data after setjmp call to

Re: [OpenJDK 2D-Dev] JDK-8081295: Build failed with GCC 5.1.1

2015-05-28 Thread Alexander Zvegintsev
-8080695 https://bugs.openjdk.java.net/browse/JDK-8080695 committed? Thanks, Yasumasa 2015/05/28 18:19 Alexander Zvegintsev alexander.zvegint...@oracle.com mailto:alexander.zvegint...@oracle.com: Hello Yasumasa, I prefer to avoid such pragma usage, as for me code is more readable

Re: [OpenJDK 2D-Dev] JDK-8081295: Build failed with GCC 5.1.1

2015-05-28 Thread Alexander Zvegintsev
it? Thanks, Yasumasa On 2015/05/28 22:00, Alexander Zvegintsev wrote: I think that you can just exclude libsplashscreen part from your fix, since it is covered by JDK-8080695. Thanks, Alexander. On 05/28/2015 02:52 PM, Yasumasa Suenaga wrote: Hi Alexander, Thank you for your comment