回复: An issue of OpenJRE

2016-05-20 Thread 31731705
Hi Mario and Dalibor, Thanks for you feedback. Let me give more information to reproduce it. 1. Get OpenJDK 1.8 code from http://download.java.net/openjdk/jdk8/ [root@localhost rong]# ls -l openjdk-8-src-b132-03_mar_2014.zip -rwxr--r-- 1 root root 124099402 5月 9 15:34 openjdk-8-src-b132-03_

Review request for JDK-8157476 -Wlogical-not-parentheses warnings in JRSUIConstantSync.m

2016-05-20 Thread Dan Smith
https://bugs.openjdk.java.net/browse/JDK-8157476 I noticed this code triggering a LOT of warnings when building under Xcode 7.3 in Mac OS X, and the fix is trivial. (I'm guessing this native file belongs to AWT, but please redirect me if I'm wrong.) - diff -r 8c75ff8185c6 src/java.desktop

[9] Review request for 8075516: Deleting a file from either the open or save java.awt.FileDialog hangs.

2016-05-20 Thread Semyon Sadetsky
Hello, Please review fix for JDK9: bug: https://bugs.openjdk.java.net/browse/JDK-8075516 webrev: http://cr.openjdk.java.net/~ssadetsky/8075516/webrev.00/ In Windows 8 OFN dialog starts to use COM requests internally. Since that the SendMessage request to the Toolkit thread cannot be used due to

Re: An issue of OpenJRE

2016-05-20 Thread dalibor topic
On 20.05.2016 15:41, 31731705 wrote: Hi Dalibor, Actually this time I download OpenJDK source code and build it myself, but I still met this issue. I wonder why font files in jre/lib/fonts folder impact openjre. There are no font files in OpenJDK. cheers, dalibor topic --

Re: An issue of OpenJRE

2016-05-20 Thread Mario Torre
It's very difficult to understand your issue, beside, it seems that you are manually copying around libraries and it's clear that this only has the effect of destabilizing the platform. I suggest to start with a clear description of what the problem is, what is the expected behavior, what is the e

Re: An issue of OpenJRE

2016-05-20 Thread 31731705
Hi Dalibor, Actually this time I download OpenJDK source code and build it myself, but I still met this issue. I wonder why font files in jre/lib/fonts folder impact openjre. Here is a brief of this problem, I try to decribe it clearly. I build OpenJDK, and copy j2re-image to my folder such

Re: An issue of OpenJRE

2016-05-20 Thread dalibor topic
On 20.05.2016 10:45, 31731705 wrote: Can someboday tell me the differences If you have encountered problems with binaries provided by CentOS, you'll need to contact CentOS for support. cheers, dalibor topic -- Dalibor Topic | Principal Product Manager Phone: +4940890

Re: [8u/9] Review request 8156116 : [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m

2016-05-20 Thread Anton Tarasov
Thank you! Anton. > On 18 May 2016, at 18:54, Alexander Zvegintsev > wrote: > > Looks fine to me too. > > Thanks, > > Alexander. > > On 05/17/2016 06:36 PM, Anton Tarasov wrote: >> Would anyone else please review the fix? >> >> Thanks >> Anton. >> >> On 5/5/2016 12:45 PM, Sergey Bylokhov

Re: An issue of OpenJRE

2016-05-20 Thread 31731705
Hi, After some days study I have found the reason. I know jfreechart issue is caused by font, so I copied some font files into jre/lib/fonts/ folder and wrote fontconfig.properties file, seem it took effect but FontMetrics has got strange value. And if I moved thses fonts files into /usr/sh