Re: Supporting alternative toolchains on Windows

2022-03-11 Thread Dalibor Topic
ts already. It seems such an obvious idea. For clang there is https://clang.llvm.org/docs/UsersManual.html#clang-cl but I have not tried it myself. But then again the linker step might be problematic. cheers, dalibor topic Cheers, Thomas On Fri, Mar 11, 2022 at 2:35 PM Julian Waters wrote: Da

Re: Supporting alternative toolchains on Windows

2022-03-11 Thread Dalibor Topic
code it JIT-compiled itself. I think more interesting from a developer/CI perspective would be potential differences in compilation speed, but I would naively assume those to be dominated by the linker, rather than the compiler itself. cheers, dalibor topic best regards, Julian On Fri

Re: RFR: JDK-8263389 IGV: Zooming changes the point that is currently centered

2021-06-04 Thread Dalibor Topic
On Tue, 1 Jun 2021 20:00:07 GMT, jtfuller111 wrote: > Fixing the zoom issue on IGV. I tested this on Windows and Linux and zooming > now works as expected. Hi, please send an e-mail to dalibor.to...@oracle.com so that I can mark your account as verified. - PR:

Re: RFR: JDK-8239789 Follow-up on JVM feature rewrite

2020-02-26 Thread Dalibor Topic
Hi Magnus, I'll put opening the bug and creating a patch on my little pile of things to do ... eventually, so no worries. cheers, dalibor topic On 25.02.2020 16:33, Magnus Ihse Bursie wrote: Hi Dalibor, I just pushed this. Are your suggestions important enough that I should open

Re: RFR: JDK-8239789 Follow-up on JVM feature rewrite

2020-02-25 Thread Dalibor Topic
mpiler) Graal -> Graal JIT (to avoid potential confusion with similarly named runtime technologies)   jfr enable Java Flight Recorder (JFR) Java -> JDK cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic Consulting Product Manager Phone: +494

Re: Supported platforms

2018-04-09 Thread dalibor topic
atforms they support, and I presume that Red Hat and SAP and others do the same, but the OpenJDK project itself does not. To add to that, the list of platforms supported by the latest JDK 10 OpenJDK binaries can be found at http://jdk.java.net/10/supported . cheers, dalibor topic -- &l

Re: RFR: JDK-8200083: Bump bootjdk used for JDK 11 at Oracle to JDK 10

2018-04-06 Thread dalibor topic
make it work and keep it working in the faster paced mainline jdk/jdk development tree. That way an additional maintenance burden would be created only where it's desired and presumably, necessary. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Ph

Re: RFR: JDK-8200083: Bump bootjdk requirement for JDK 11 to JDK 10

2018-03-26 Thread dalibor topic
ance (long term). For a non-obvious example, having to support two ways of doing something because one way was deprecated and removed, but one is stuck with some old baseline where it still wasn't adds non-trivial cost to design, decision making, maintenance, etc. cheers, dalibor topic -- &

Re: The generated-configure.sh script is dead, long live autoconf!

2018-02-06 Thread dalibor topic
/msg00177.html for an example of the accidental complexity that the whole thing triggered. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phone: +494089091214 <tel:+494089091214> | Mobile: +491737185961 <tel:+491737185961> ORACLE Deutsch

Re: RFR 8189131: Open-source the Oracle JDK Root Certificates

2017-12-05 Thread dalibor topic
certificates, for example. So I don't think that it's necessary for the build support to remain, once this change goes in. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phone: +494089091214 <tel:+494089091214> | Mobile: +491737185961 <te

Re: Building OpenJDK9 on MSYS2

2017-11-27 Thread dalibor topic
be better off in its own Project, as that allows the Project's contributors to bootstrap a port and the assiciated roles (Committer, Reviewer, etc) without having to 'earn merit' as mainline committers first. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal P

Re: Problems with JDK8 build on Ubuntu?

2017-11-24 Thread dalibor topic
build-dep openjdk-8 (or 9, depending on which one you're trying to create a CI image for) as part of your docker build. cheers, dalibor topic On 24.11.2017 10:42, Ted Neward wrote: Changing it up just a touch…. I got it to build fine inside of Ubuntu 16 (and, just for kicks, Kubuntu, since I

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread dalibor topic
to be 16.04 or 17.10, so you may need to play with g++ flags to not error out on warnings, in case that g++ on the system is too ... fresh. It should build fine with gcc 6 based systems, too, while you may need to disable warnings as errors with gcc 7. cheers, dalibor topic On 23.11.2017 12:19, Ted

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread dalibor topic
. JDK Release Projects like JDK 8 have a special status in Bylaws (see http://openjdk.java.net/bylaws#jdk-release-projects) while 'regular' Projects like JDK 8 Updates do not. So updates end up being separate Projects with separate repos. Well ... you asked. ;) cheers, dalibor topic Ted Neward

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread dalibor topic
hg clone http://hg.openjdk.java.net/jdk8u/jdk8u/ and then bash get_source.sh within jdk8u directory. cheers, dalibor topic On 23.11.2017 12:15, Ted Neward wrote: Save me a Google and remind me where that repo URL is? :-) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread dalibor topic
Probably - jdk8/jdk8 is the GA source code from a few years ago. jdk8u/jdk8u is the latest JDK 8 updates. cheers, dalibor topic On 23.11.2017 12:12, Ted Neward wrote: Errr….. What’s the difference, again? I cloned java.net/jdk8/jdk8, which is what I thought was the correct repo

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread dalibor topic
You're not trying to build jdk8/jdk8 instead of jdk8u/jdk8u, right? cheers, dalibor topic On 23.11.2017 11:50, Ted Neward wrote: Yeah, I’ve got build-dep and openjdk-8. I’ll have a look at the source, but this begs a question: Why hasn’t it been backported to the JDK8 repo, if it’s a known

Re: [RFR]: 8187004: No valid toolchains defined for BSD

2017-09-12 Thread dalibor topic
. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phone: +494089091214 <tel:+494089091214> | Mobile: +491737185961 <tel:+491737185961> ORACLE Deutschland B.V. & Co. KG | Kühnehöfe 5 | 22761 Hamburg ORACLE Deutschland B.V. & Co

Re: [RFR]: 8187004: No valid toolchains defined for BSD

2017-08-31 Thread dalibor topic
ules), and it would be up to each port's maintainers to make sure that they keep their port in sync in tree. cheers, dalibor topic [0] http://mail.openjdk.java.net/pipermail/bsd-port-dev/2017-August/thread.html -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phone: +4940890

Re: [PATCH] linux-sparc build fixes

2017-06-29 Thread dalibor topic
/testresults.html . New test results for EA builds are announced on quality-discuss mailing list. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phone: +494089091214 <tel:+494089091214> | Mobile: +491737185961 <tel:+491737185961> ORAC

Re: RFR: JDK-8179892 Update build documentation for JDK 9

2017-06-21 Thread dalibor topic
On 21.06.2017 02:46, Magnus Ihse Bursie wrote: Also known as: "!!! THIS IS A MAJOR RE-WRITE of this document. !" :-) It is also very good. Thank you. ;) cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phon

Re: [PATCH] linux-sparc build fixes

2017-06-14 Thread dalibor topic
nges in a Project's repository, you can become an Author, and can start using the OpenJDK code review, bug tracking and other infrastructure directly. Please see http://openjdk.java.net/projects/#project-author for details. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Princip

Re: OpenJDK build system might need to be adapted for Sun Solaris Sparc/SmartOS

2017-05-31 Thread dalibor topic
On 31.05.2017 11:52, John Paul Adrian Glaubitz wrote: On Wed, May 31, 2017 at 11:46:45AM +0200, dalibor topic wrote: If you are running your own OpenJDK builds on a platform not listed on https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms such as SmartOS you may need

Re: OpenJDK build system might need to be adapted for Sun Solaris Sparc/SmartOS

2017-05-31 Thread dalibor topic
to discuss with that platform's provider through whatever channels they have for such support. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phone: +494089091214 <tel:+494089091214> | Mobile: +491737185961 <tel:+491737185961> ORACLE Deu

Re: Error in "exploded-image-optimize' on Ubuntu

2017-04-25 Thread dalibor topic
, dalibor topic On 24.04.2017 19:35, Ted Neward wrote: Can you be more specific as to which features it’s lacking? (Having spent a fair amount of time on Windows in my career, I might be able to suggest some ways to work with/around it, though I’ll be the first to admit the Linux-on-Windows subsystem

Re: Correct Compiler for ARM / Arch64 for the jdk8u forest? (-m64 not supported)

2017-04-20 Thread dalibor topic
suggested, use a different forest from the AArch64 Port Project. cheers, dalibor topic [0] http://mail.openjdk.java.net/pipermail/build-dev/2017-April/018974.html On 20.04.2017 13:16, Martijn Verburg wrote: Hi all, We've been putting together a community build farm and have wrangled from ARM

Re: Bug in File.getLastModified()

2017-03-29 Thread dalibor topic
On 29.03.2017 16:40, Ricardo Almeida wrote: Hi, I could not raise a bug in https://bugs.openjdk.java.net/ Hi, please use bugs.java.com to file issues if you're not an OpenJDK developer. cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager

Re: RFR: JDK-8141590: Cannot build Zero with devkit

2016-12-05 Thread dalibor topic
On 05.12.2016 12:17, Severin Gehwolf wrote: So far my knowledge was Oracle didn't build the Zero port at all. See http://openjdk.java.net/projects/mobile/ cheers, dalibor topic -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phone: +494089091214 <tel:+494

Re: Building with GCC 6

2016-02-18 Thread dalibor topic
Thanks, Andrew - it sounds like it could affect 8u as well within the year, then. cheers, dalibor topic On 18.02.2016 13:46, Andrew Haley wrote: On 02/18/2016 12:20 PM, dalibor topic wrote: On 16.02.2016 15:40, Andrew Haley wrote: GCC 6 is quite new, so we have a little time before

Re: Building with GCC 6

2016-02-18 Thread dalibor topic
On 16.02.2016 15:40, Andrew Haley wrote: GCC 6 is quite new, so we have a little time before the various users of OpenJDK start to hit these problems, What does the general adoption timeline for GCC 6 look for Linux distributions? cheers, dalibor topic -- <http://www.oracle.com> D

Re: RFR: JDK-8147795 Build system support for BSD

2016-01-21 Thread dalibor topic
to integrate JDK 9 changes sounds fine to me, but I'm not a JDK 9/build area Reviewer. cheers, dalibor topic [1] http://mail.openjdk.java.net/pipermail/bsd-port-dev/2014-April/002245.html -- <http://www.oracle.com> Dalibor Topic | Principal Product Manager Phone: +494089091214 <tel:+494

Re: [rfc][jdk7] jhat manpage have corrupted url in see also.

2015-02-12 Thread dalibor topic
On 09.02.2015 16:37, Omair Majid wrote: At this point, only showstopper bugs are being accepted into JDK 7u. Please hold onto this patch until jdk7u80 is released and the repository is open for fixes again. Thanks, Omair - that's the best approach. cheers, dalibor topic -- http

Re: RFR: Bug ID: 9007227: - make/sanity-rules.gmk:61: *** multiple target patterns. Stop

2013-11-22 Thread Dalibor Topic
of the Project - switching build systems is a very invasive, major long term change, and as such better suited to JDK Release Projects then to update releases. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile

Re: 7u40 on WXP/Cygwin: webrev: Is there a java or ant version of webrev?

2013-11-18 Thread Dalibor Topic
On 10/5/13 3:28 PM, Francis ANDRE wrote: Thus I am wondering if there is a java or ant version of webrev Unfortunately, no. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile: +491737185961 tel

Re: RFR: Bug ID: 9007227: - make/sanity-rules.gmk:61: *** multiple target patterns. Stop

2013-11-18 Thread Dalibor Topic
-Windows-Cygwin-VS2010 I don't think that it's necessary to include blog posts in the source code archives. ;) cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile: +491737185961 tel:+491737185961 Oracle Java

Re: Consistent autoconf version

2013-08-28 Thread Dalibor Topic
On 8/28/13 4:59 PM, Mike Duigou wrote: On Aug 28 2013, at 07:42 , Dalibor Topic wrote: current AC_PREREQ is 2.61, fwiw, which is from 2006. Latest Autoconf is 2.69 from 2012, preceded by 2.68 from 2010. It may be useful to limit the variety of autoconfs in use by setting AC_PREREQ

Re: RFR: 8023216: Feedback on README-builds.html

2013-08-21 Thread Dalibor Topic
Nice, thanks. On 8/21/13 2:53 PM, Erik Joelsson wrote: Thanks, updated webrev: http://cr.openjdk.java.net/~erikj/8023216/webrev.root.02/ /Erik On 2013-08-19 16:38, Dalibor Topic wrote: On 8/19/13 2:43 PM, Erik Joelsson wrote: And again, here we go: http://cr.openjdk.java.net/~erikj

Re: RFR: 8023216: Feedback on README-builds.html

2013-08-19 Thread Dalibor Topic
On 8/19/13 2:43 PM, Erik Joelsson wrote: And again, here we go: http://cr.openjdk.java.net/~erikj/8023216/webrev.root.01/ A few typos: javascript - JavaScript sourses - sources cheers, dalibor topic /Erik On 2013-08-19 11:05, Erik Joelsson wrote: Thanks for the feedback! I took

Re: RFR: 8022734: [macosx] Rebuilding jdk 7u on mac almost always fails

2013-08-12 Thread Dalibor Topic
This looks fine for jdk7u-dev. cheers, dalibor topic On 8/12/13 5:38 PM, David DeHaven wrote: Updated: http://cr.openjdk.java.net/~ddehaven/8022734/jdk.1/ JPRT run was successful, aside from a spurious solaris_sparc_5.10.product resource unavailable error. I re-ran that target

Re: Request for review and approval to fix 8012366 in 7update

2013-07-12 Thread Dalibor Topic
On 7/12/13 8:57 AM, Erik Joelsson wrote: Looks good to me though I'm not a jdk7 reviewer. Looks good to me, too. Local OpenJDK build on OS X and an OpenJDK linux build on JPRT both passed. Please send in a fresh phase 2 approval request to the jdk7u-dev list. cheers, dalibor topic /Erik

Re: Preserving changeset authorship (was Re: PING: [PATCH] Enable debug info on all libraries for OpenJDK builds)

2013-05-21 Thread Dalibor Topic
to the highest (and back), not sideways across. ;) cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile: +491737185961 tel:+491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. Co. KG | Kühnehöfe

Re: Review Request : CR8014129

2013-05-08 Thread Dalibor Topic
as a heads up that this change touches Hotspot makefiles. cheers, dalibor topic The changes are at : http://cr.openjdk.java.net/~katleman/8014129/hotspot/webrev/ http://cr.openjdk.java.net/%7Ekatleman/8014129/hotspot/webrev/ http://cr.openjdk.java.net/~katleman/8014129/jdk/webrev/ http

Re: Review request: 2223156 Removal of lzma and upx from JDK7u repo

2013-04-11 Thread Dalibor Topic
On 4/11/13 1:52 AM, David Katleman wrote: Thank you Tim! Any other comments before I commit? Nothing from me - You'll need to send a request for approval to jdk7u-dev before the push, though. cheers, dalibor topic Thanks Dave On 4/10/2013 1:51 PM, Tim Bell wrote: On 04

Re: Feedback on the New Build System

2013-03-13 Thread Dalibor Topic
, having to re-run configure, and potentially the whole build again seems like a worse option then just adding a variable to the make run as you need it (or not). cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214

Re: JDK 8 Build Failure

2013-01-28 Thread Dalibor Topic
source generation for X11) running on the boot jdk. Anything I can dig into to help track this one down? cheers, dalibor topic /Erik On 2013-01-25 10:14, dalibor.to...@oracle.com wrote: I checked out jdk8/jdk8 and gave it a go using the new build system. It failed eventually

JDK 8 Build Failure

2013-01-25 Thread dalibor . topic
/jdk/gensrc/sun/awt/X11/XAWTIcon32_java_icon16_png.java] Error 1 gmake[1]: *** [gensrc-only] Error 2 cheers, dalibor topic

Re: webrev failure?

2012-09-03 Thread Dalibor Topic
MacPorts and working before. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile: +491737185961 tel:+491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. Co. KG | Nagelsweg 55 | 20097 Hamburg

7u6 mac os x build vs. test_gamma

2012-08-08 Thread Dalibor Topic
java runtime to run test_gamma to begin with, right? cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile: +491737185961 tel:+491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. Co. KG

hg: jdk8/build: 7154130: Add Mac OS X Instructions to README-builds.html

2012-05-04 Thread dalibor . topic
Changeset: 2f06b15e2439 Author:ewendeli Date: 2012-05-03 14:17 +0200 URL: http://hg.openjdk.java.net/jdk8/build/rev/2f06b15e2439 7154130: Add Mac OS X Instructions to README-builds.html Reviewed-by: ohair Contributed-by: edvard.wende...@oracle.com ! README-builds.html

Re: Request for Review: Add Mac OS X Instructions to README-builds.html

2012-04-25 Thread Dalibor Topic
through XCode itself. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile: +491737185961 tel:+491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. Co. KG | Nagelsweg 55 | 20097 Hamburg ORACLE

Re: Review Request: Build-infra M1

2012-03-22 Thread Dalibor Topic
. Not to mention the care and feeding of build bots running Windows, where running autoreconf just-in-time before starting the build process could be a lengthy text adventure ... ;) cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel

Re: OpenJDK on ARM

2012-03-07 Thread Dalibor Topic
developers at distro-pkg-dev@openjdk are more familiar with. Please ask build questions about it on that mailing list. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile: +491737185961 tel:+491737185961

Re: Port to VxWorks

2012-03-05 Thread Dalibor Topic
be set explicitly. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Principal Product Manager Phone: +494089091214 tel:+494089091214 | Mobile: +491737185961 tel:+491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. Co. KG | Nagelsweg 55 | 20097 Hamburg ORACLE

Re: Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-12-14 Thread Dalibor Topic
Once this is pushed into jdk8, please consider backporting it to jdk7u - I'm seeing the same issue with jdk7u-dev on Ubuntu 11.10. cheers, dalibor topic On 11/10/11 11:25 AM, Alex Menkov wrote: Looks good regards Alex On 10.11.2011 09:24, mark.reinh...@oracle.com wrote: Some Linux

Re: Checking build results

2011-11-11 Thread Dalibor Topic
not aware of any central repository of such results. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel:+494023646738 | Mobile: +491772664192 tel:+491772664192 Oracle Java Platform Group ORACLE Deutschland B.V. Co. KG | Nagelsweg

Re: Request to mailing list discuss rejected regarding Re: Where have all the fastdebug builds gone?

2011-11-10 Thread Dalibor Topic
side? Subscribe to a list in order to post to it. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel:+494023646738 | Mobile: +491772664192 tel:+491772664192 Oracle Java Platform Group ORACLE Deutschland B.V. Co. KG | Nagelsweg

Re: Confused about Windows build

2011-10-17 Thread Dalibor Topic
/resource/version.rc:#include afxres.h No for JDK 7 Updates: dalibor-topics-macbook:jdk7u robilad$ grep -r afxres.h . dalibor-topics-macbook:jdk7u robilad$ cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel:+494023646738 | Mobile

Re: Boot JDK used with jdk7 builds

2011-06-03 Thread Dalibor Topic
, then it'd be fine to include it as an alternative in the Fedora 9 tabs, in my opinion. Andrew, do you happen to know which version of OpenJDK 6 was packaged in Fedora 9 via IcedTea? cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel

Re: Build portability: enable or disable warnings

2011-05-16 Thread Dalibor Topic
On 5/16/11 11:04 AM, Andrew Haley wrote: Different distros enable different sets of warnings by default. Any idea why, for example Fedora's Debian's, default warning sets differ? cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738

Re: Build portability: enable or disable warnings

2011-05-16 Thread Dalibor Topic
On 5/16/11 12:48 PM, Andrew Haley wrote: On 16/05/11 11:22, Dalibor Topic wrote: Any idea why, for example Fedora's Debian's, default warning sets differ? Because the distros patch their versions of gcc. I don't see how the implication follows just yet - do you have an example? The reason

Re: corrupt messages in build logs

2011-02-02 Thread Dalibor Topic
/javaplugin_nscp_gcc29/obj/QueueRunnable.o ../../../../src/plugin/solaris/nscore/QueueRunnable.cpp Is this known and/or fixable? Does http://www.cmcrossroads.com/cm-basics/12838-descrambling-parallel-build-logs help? cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS

Re: Need reviewer and comments

2010-12-22 Thread Dalibor Topic
. Given that subrepos are in hg mainline now, I wouldn't expect to see hgforest make it in there, as well. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel:+494023646738 | | | Mobile: +491772664192 tel:+491772664192 Oracle Java

Re: Need reviewer and comments

2010-12-22 Thread Dalibor Topic
, which hgforest doesn't do ;). Can one continue to use hgforest on a forest fetched with the script? Please document https://bitbucket.org/pmezard/hgforest-crew/overview/ in the README as the location to get 'real' hgforest, too. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic

Re: Need reviewer: Add vsvars.sh script to jdk7 repo

2010-12-20 Thread Dalibor Topic
On 12/19/10 8:27 PM, Kelly O'Hair wrote: Need reviewer: Add vsvars.sh script to jdk7 repo Looks good to me. I didn't realize Common7 was so common. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel:+494023646738 | | | Mobile

Re: Need reviewer: GNU make 3.81

2010-12-18 Thread Dalibor Topic
On 12/18/10 8:59 PM, Kelly O'Hair wrote: Need reviewer. Looks good to me. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel:+494023646738 | | | Mobile: +491772664192 tel:+491772664192 Oracle Java Platform Group ORACLE

Re: Fwd: Binary plugs download

2010-12-01 Thread Dalibor Topic
On 11/29/10 5:03 PM, Dr Andrew John Hughes wrote: On 15:08 Mon 29 Nov , Dalibor Topic wrote: On 11/26/10 3:54 PM, Andrew Haley wrote: On 11/26/2010 02:48 PM, Dalibor Topic wrote: Hm. It's been a long time since I heard of anyone use the binary plugs for anything. Certainly neither

Re: Fwd: Binary plugs download

2010-11-29 Thread Dalibor Topic
On 11/29/10 2:52 AM, Lussier, Denis wrote: Aren't the binary plugs still used for vanilla OpenJDK 6 builds that don't use Iced Tea?? No. cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel:+494023646738 | | | Mobile

Re: Fwd: Binary plugs download

2010-11-29 Thread Dalibor Topic
On 11/26/10 3:54 PM, Andrew Haley wrote: On 11/26/2010 02:48 PM, Dalibor Topic wrote: Hm. It's been a long time since I heard of anyone use the binary plugs for anything. Certainly neither regular OpenJDK builds nor IcedTea builds do. So if they just serve to confuse people to assume

Re: Fwd: Binary plugs download

2010-11-26 Thread Dalibor Topic
objections? cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 tel:+494023646738 | | | Mobile: +491772664192 tel:+491772664192 Oracle Java Platform Group ORACLE Deutschland B.V. Co. KG | Nagelsweg 55 | 20097 Hamburg ORACLE Deutschland

Re: trying to build openjdk in linux os getting errors

2010-11-25 Thread Dalibor Topic
junit*.jar in to $ANT_HOME/lib can you please give your inputs here ... It sounds like you're using the ./configure script from IcedTea. Please ask on distro-pkg-dev mailing list about it, and mention your distribution there. Thanks! cheers, dalibor topic -- Oracle http://www.oracle.com Dalibor

Re: Need link to open bug

2010-06-23 Thread Dalibor Topic
Pete Brunet wrote: Where is the right place to enter JDK7 bugs? bugs.sun.com. cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM: robiladonaim Sun

Re: Help building under Windows7 64-bit

2010-06-08 Thread Dalibor Topic
a 'standard' developer setup as trivial as it is on other, friendlier operating systems. Have you looked at using cmake instead of cygwin? Cygwin is a 'Linux'-y environment for Windows. Cmake is a build system. They are not necessarily interchangeable. cheers, dalibor topic

Re: Visual Studio 2010

2010-05-19 Thread Dalibor Topic
too much faith into being able to do that easily. cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM: robiladonaim Sun Microsystems GmbH Mobile: (+49 177

Re: Successful cross compilation of OpenJDK for x86_64 on 32 bit host

2010-04-22 Thread Dalibor Topic
of processing it. Once it's processed it will show up on https://sca.dev.java.net/CA_signatories.htm and your patches could, provided they pass reviews, etc, flow into OpenJDK. cheers, dalibor topic -- *** Dalibor Topic Tel

Re: ant 1.7.1 and make 3.81

2010-03-28 Thread Dalibor Topic
the distributions that ship a patched ant 1.7.1 package could change the check to accept 1.7.1. Would that work? cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM

Re: Request for review: README-builds.html updates

2009-09-23 Thread Dalibor Topic
Kelly O'Hair wrote: Excellent. I approve. thank you very much, Kelly - pushed to build-gate. cheers, dalibor topic -kto Dalibor Topic wrote: Hi, Bringing the docs from OpenJDK 6 and OpenJDK 7 a bit more in line, I offer you the following webrev for review, fixing 6872735: Further

Re: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-20 Thread Dalibor Topic
didn't see a new CR get created yet; is that right? I just created 6832112 for https://bugs.openjdk.java.net/show_bug.cgi?id=100045. cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS

Re: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-20 Thread Dalibor Topic
didn't see a new CR get created yet; is that right? I just created 6832112 for https://bugs.openjdk.java.net/show_bug.cgi?id=100045. cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS

Re: some puzzles about Openjdk

2009-04-08 Thread Dalibor Topic
to get started hacking on the VM, starting with: http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html have fun! dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS

Re: New project: getting rid of IcedTea local patches

2009-04-03 Thread Dalibor Topic
. This is going to be quite a lot of work, so we'd appreciate help from anyone. Absolutely - thank you very much for pushing for this, Andrew! cheers, dalibor topic I hope this will meet with everyone's approval. Andrew

Re: Round two Re: Please review fix for 6819847 [Re: [Fwd: Problems with building jmx for OpenJDK.]]

2009-03-31 Thread Dalibor Topic
. cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM: robiladonaim Sun Microsystems GmbH Mobile: (+49 177) 2664 192 Nagelsweg 55http

Re: [patch] Fix ant build to honor fcs MILESTONE setting

2008-12-02 Thread Dalibor Topic
, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM: robiladonaim Sun Microsystems GmbH Mobile: (+49 177) 2664 192 Nagelsweg 55http

Re: splashscreen.so is missing pnggccrd.c

2008-08-28 Thread Dalibor Topic
- but it is necessarily not as lightweight as [1]. cheers, dalibor topic [1] http://www.gnu.org/prep/maintain/html_node/External-Libraries.html#External-Libraries -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F

Re: make sanity RFE

2008-08-27 Thread Dalibor Topic
at a time at the end of a long build. -- Jon sudo apt-get build-dep openjdk-6 should get you the necessary build dependencies installed. cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS

Re: Building on Win 2008

2008-07-29 Thread Dalibor Topic
Erik Trimble wrote: Also, Cygwin is the UNIX-ism platform of choice, and getting the JDK to build solely with Cygwin (on both 32- and 64-bit, Win2k, WinXP, and Win2003) would be a _huge_ deal. I.e. using the gcc provided by Cygwin and the 'posixy' libc it provides? cheers, dalibor topic

Re: Building on Win 2008

2008-07-29 Thread Dalibor Topic
Erik Trimble wrote: Dalibor Topic wrote: Erik Trimble wrote: Also, Cygwin is the UNIX-ism platform of choice, and getting the JDK to build solely with Cygwin (on both 32- and 64-bit, Win2k, WinXP, and Win2003) would be a _huge_ deal. I.e. using the gcc provided by Cygwin and the 'posixy

Re: javax.script rhino (javascript) support added

2008-06-23 Thread Dalibor Topic
the scripting engine tests conditionally in OpenJDK, see http://article.gmane.org/gmane.comp.java.openjdk.distro-packaging.devel/1951 cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador

Re: javax.script rhino (javascript) support added

2008-06-23 Thread Dalibor Topic
tricky. Landon suggested a while ago exploring https://scripting.dev.java.net/ , which includes a Rhino binding. cheers, dalibor topic -- *** Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador

Re: Quick confirmation

2008-01-25 Thread Dalibor Topic
about it on discuss@ myself a few weeks earlier when I noticed that nothing was happening in the repo, my apologies for letting the question sit in my draft folder for two weeks. I'll send an update to the discuss list momentarily. Thank you! cheers, dalibor topic