Re: [9] Review Request: 8047336 Read flavormap.properties as resource

2014-06-20 Thread Artem Ananiev
On 6/20/2014 3:19 PM, Anthony Petrov wrote: Hi Petr, I ran the following query: https://www.google.com/#q=custom+flavormap.properties and the search yielded the following forum thread: https://community.oracle.com/thread/1293314?start=0&tstart=0 where developers seem to suggest they do edit

Re: RFR: 8025673: Disable X11 AWT toolkit

2013-10-24 Thread Artem Ananiev
Hi, David, .03 looks fine. Thanks for investigation, addressing all our comments, and this cleanup in general. Artem On 10/24/2013 7:52 AM, David DeHaven wrote: Another option (I think would make everyone happy) would be to add a native method to LWCToolkit.{java,m} that implements isAqu

Re: RFR: 8025673: Disable X11 AWT toolkit

2013-10-24 Thread Artem Ananiev
On 10/24/2013 6:01 AM, David Holmes wrote: On 24/10/2013 1:11 AM, Artem Ananiev wrote: On 10/23/2013 4:34 PM, Anthony Petrov wrote: On 10/23/2013 08:52 AM, David Holmes wrote: On 23/10/2013 2:10 PM, David DeHaven wrote: Updated webrev: http://cr.openjdk.java.net/~ddehaven/8025673/jdk.2

Re: RFR: 8025673: Disable X11 AWT toolkit

2013-10-23 Thread Artem Ananiev
On 10/23/2013 4:34 PM, Anthony Petrov wrote: On 10/23/2013 08:52 AM, David Holmes wrote: On 23/10/2013 2:10 PM, David DeHaven wrote: Updated webrev: http://cr.openjdk.java.net/~ddehaven/8025673/jdk.2/ Summary of changes since last: - Added awt_headless to java_props_t (set to NULL by defaul

Re: RFR: 8025673: Disable X11 AWT toolkit

2013-10-22 Thread Artem Ananiev
Hi, David, thanks for additional cleanup. I have only one concern. Before the fix, we checked if there is an active Aqua session. When no session was found, we falled back to HToolkit. I think this logic should be preserved, but slightly corrected: fall back to HeadlessToolkit (with CToolkit

Re: RFR: 8016096: [macosx] jawt_md.h shipped with jdk is outdated

2013-10-21 Thread Artem Ananiev
Hi, David, client (AWT, Java2D) part of the fix looks fine. Thanks, Artem On 10/21/2013 3:53 AM, David DeHaven wrote: CCing: build-dev, macosx-port-dev Request for review of JDK-8016096: https://bugs.openjdk.java.net/browse/JDK-8016096 Proposed changes: http://cr.openjdk.java.net/~ddehaven

Re: RFR: 8025673: Disable X11 AWT toolkit

2013-10-21 Thread Artem Ananiev
Hi, David, the changes look fine to me. See more comments below. On 10/21/2013 3:56 AM, David DeHaven wrote: CCing: build-dev, macosx-port-dev, hotspot-dev Request for review of JDK-8025673: https://bugs.openjdk.java.net/browse/JDK-8025673 Proposed changes: http://cr.openjdk.java.net/~ddehav

Re: Windows build failure when building JLI

2012-09-06 Thread Artem Ananiev
On 9/6/2012 5:43 AM, Kelly O'Hair wrote: On Sep 4, 2012, at 4:53 AM, Magnus Ihse Bursie wrote: BTW, what's the reason to continue the new build infrastructure development in a separate project (build-infra), not in the master workspace? There are strict formal rules on the build forest, tha

Re: Windows build failure when building JLI

2012-09-03 Thread Artem Ananiev
tem /Erik On 2012-09-03 12:37, Artem Ananiev wrote: Hi, build-dev, (please, keep me in CC as I'm not subscribed to this mailing list) I'm (again) trying to build JDK8 on my Windows box using new build infrastructure, based on autoconf. The build fails somewhere in JLI section. I can'

Windows build failure when building JLI

2012-09-03 Thread Artem Ananiev
Hi, build-dev, (please, keep me in CC as I'm not subscribed to this mailing list) I'm (again) trying to build JDK8 on my Windows box using new build infrastructure, based on autoconf. The build fails somewhere in JLI section. I can't provide the error log right now, as I've already found the

Re: Fwd: JDK build on Mountain Lion

2012-07-30 Thread Artem Ananiev
On 7/27/2012 10:27 PM, Phil Race wrote: I don't know why we build xawt on OS X - at least by default. We don't use X11 for UI in our JDK on Mac and I'm 99% sure its not getting tested. Building the XAWT toolkit on OS X perhaps should be an optional selection Yes, we plan to purge XAWT from OS

Re: Fwd: What is the xawt sizer wrapper, really?

2012-06-19 Thread Artem Ananiev
rote: On 2012-06-14 12:49, Artem Ananiev wrote: Generation process include creating a new sizer.c file for each structure described in "xlibtypes", compiling it and calling the resulted binary to get offsets for all the structure fields. How is this supposed to work when cross-comp

Re: Fwd: What is the xawt sizer wrapper, really?

2012-06-14 Thread Artem Ananiev
Hi, Magnus, (Please, keep me in CC as I'm not subscribed to this alias) in XAWT, we don't have much native code. Xlib routines are called via sun.awt.X11.XlibWrapper, and Xlib structures are accessed via Unsafe + wrapper classes. For example, there is no XWMHints.java in the workspace: it's g

Re: First build-infra push to jdk8 -- try out the new build system!

2012-05-02 Thread Artem Ananiev
On 4/27/2012 4:08 PM, Magnus Ihse Bursie wrote: On 2012-04-27 12:57, Artem Ananiev wrote: On 4/27/2012 2:46 PM, David Holmes wrote: Could it be that the parallelism of the new build is simply too high for your system - hence you get memory exhaustion? Yes, that's possible, becau

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-27 Thread Artem Ananiev
On 4/27/2012 2:57 PM, Artem Ananiev wrote: On 4/27/2012 2:46 PM, David Holmes wrote: Could it be that the parallelism of the new build is simply too high for your system - hence you get memory exhaustion? Yes, that's possible, because my desktop has 4Gb RAM. Number of CPU cores is o

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-27 Thread Artem Ananiev
allel. I'm now building in 32-bit mode, will check if it helps. Thanks, Artem David On 27/04/2012 7:56 PM, Artem Ananiev wrote: Hi, Magnus, thanks for your feedback. Here is what I have already tried: 1. Disable anti-virus 2. Upgrade sh/bash/make to the latest or to the stable versi

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-27 Thread Artem Ananiev
it fails in the same place, but always in "jdk". All other workspaces are built fine: hotspot, langtools, etc. Thanks, Artem On 4/27/2012 12:36 PM, Magnus Ihse Bursie wrote: On 2012-04-27 09:38, Artem Ananiev wrote: 15830981 [main] sh 7892 C:\cygwin\bin\sh.exe: *** fatal error - f

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-27 Thread Artem Ananiev
Tried it on Windows 7. Cygwin, make, bootstrap JDK - everything was configured to build JDK with the old system. Langtools, hotspot, corba, jaxp, jaxws are built fine, but in jdk it fails with the following symptoms: 15830981 [main] sh 7892 C:\cygwin\bin\sh.exe: *** fatal error - fork: can

Re: Question about BUILD_HEADLESS and HEADLESS

2012-02-17 Thread Artem Ananiev
On 2/15/2012 1:42 PM, Michael McMahon wrote: The stub library is headless/libmawt.so*. Right? It's being built on Mac OS as well, but currently being put in a different location to the normal one. It also seems like it is not being used because if you rename or delete it, there isn't any change

Re: [Fwd: Missing -L path for xawt]

2010-12-07 Thread Artem Ananiev
On 12/7/2010 3:06 AM, David Holmes wrote: Total silence on build-dev. Perhaps someone on awt-dev knows what to look for? Could you provide an exact build error you're observing, please? As far as I know, we shouldn't link to libmawt.so (I assume you meant libmawt.so, not libxawt.so, right?)

Re: Please review: Bug ID: 6899737 JDK build fails in make/java/jli because of _vsnprintf macro redefinition

2009-12-17 Thread Artem Ananiev
Hi, Tim, is this problem specific to the newest MS compiler only (and do we care of any other compiler when building JDK7 on windows)? If yes, we could change the condition to #if !defined(vsnprintf) && !defined(NO_vsnprintf) && (!defined(_MSC_VER) || (_MSC_VER >= 1500)) Thanks, Artem Ti

Re: splashscreen.so is missing pnggccrd.c

2008-09-01 Thread Artem Ananiev
Martin Buchholz wrote: On Fri, Aug 29, 2008 at 3:37 AM, Anthony Petrov <[EMAIL PROTECTED]> wrote: On 08/28/2008 08:33 PM Martin Buchholz wrote: I'm thinking: - the MMX support is in pnggccrd.c, - but that file is never compiled in OpenJDK Quick grep for PNG_MMX_CODE_SUPPORTED shows two .h fi

jdk7/awt/jdk: No CR: previously added comments are removed

2007-11-30 Thread artem . ananiev
Changeset: cd91993d7198 Author:art Date: 2007-11-30 16:42 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/cd91993d7198 No CR: previously added comments are removed ! src/solaris/native/sun/xawt/XWindow.c

jdk7/awt/jdk: Some comment is added to XWindow.c

2007-11-30 Thread artem . ananiev
Changeset: 07bca22415ce Author:art Date: 2007-11-30 15:57 +0300 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/07bca22415ce Some comment is added to XWindow.c ! src/solaris/native/sun/xawt/XWindow.c