Re: RFR(xs): JDK-8214460 fix broken macOS build

2018-11-28 Thread Tim Bell
On 11/28/18 18:18, Stuart Marks wrote: https://bugs.openjdk.java.net/browse/JDK-8214460 Please review this small fix to correct broken macOS build caused by the fix for JDK-8214014. Patch appended below. -cf_socksHost = NULL, +cf_socksHost = NULL; int httpPort = 80, // D

Re: RFR: JDK-8207243: Fix translation filtering to also support zh_HK and zh_TW

2018-07-16 Thread Tim Bell
Erik: The zh_HK translation is mostly generated by copying the zh_TW translation. Because of this, there are different types of rules defined for generating those and the recently added filtering mechanism won't work for it. This patch fixes that as well as adds those translations to the Oracle

Re: RFR: JDK-8066474: Remove the lib/$ARCH directory from Linux and Solaris images

2016-11-18 Thread Tim Bell
Erik: Please review this change which removes the $ARCH sub directory in the lib directory of the runtime images, which is an outstanding issue from the new runtime images. Most of the changes are in the build, but there are some in hotspot and launcher source. I have verified -testset hotspot a

Re: RFR: JDK-8166648,,jib make run-test for langtools results in intermittent failures on windows-x86

2016-10-07 Thread Tim Bell
Again with the review link .. see below: On 10/07/16 06:40, Tim Bell wrote: Hello The change of HotSpot runtimes on 32-bit Windows [1] has been a source of langtools test failures due to memory space exhaustion. On our Windows build/test clients, the combination of the C2 runtime and parallel

RFR: JDK-8166648,,jib make run-test for langtools results in intermittent failures on windows-x86

2016-10-07 Thread Tim Bell
Hello The change of HotSpot runtimes on 32-bit Windows [1] has been a source of langtools test failures due to memory space exhaustion. On our Windows build/test clients, the combination of the C2 runtime and parallel GC causes about 20 extra threads to be started in each VM. These added thr

Re: JDK 9 RFR of JDK-8162746: VersionCheck.java failure after change for JDK-8160921

2016-07-28 Thread Tim Bell
Hi Joe: When the binary p2launcher was renamed to jweblauncher (JDK-8160921), the test tools/launcher/VersionCheck.java did not get the corresponding update and started failing. Please review the patch below to address this. Looks good to me. Thanks- Tim Thanks, -Joe --- a/test/tools

Re: RFR: JDK-8076583: move jdk.Exported from langtools to jdk

2015-04-03 Thread Tim Bell
@Build folk: There is a trivial change to a makefile in the langtools repo. Looks good to me. Tim On 04/02/15 16:52, Jonathan Gibbons wrote: Sorry for the relatively wide distribution. JDK-8076583 is a conceptually simple cleanup, to move the source file for the jdk.Exported class from the

Re: RFR: JDK-8074096 Disable (most) native warnings in JDK on a per-library basis

2015-03-04 Thread Tim Bell
Magnus: Looks good to me as well. Tim On 03/04/15 05:31, Erik Joelsson wrote: Hello, Really nice to finally see this patch getting done! Only one comment: flags.m4: In the grep expression, could you move the extra [] outside of the actual command line options to grep so that the command li

Re: RFR: JDK-8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)

2015-01-12 Thread Tim Bell
Erik: Looks good to me. Thanks for picking this up - I struggled with the problem for months. Tim Please review this patch, which adds support for building with different versions of Visual Studio and in particular adds support for VS2013. In order to control which version to use, I've int

Re: JDK 9 RFR of 8058664: Bad fonts in BigIntegerTest

2014-09-17 Thread Tim Bell
On 09/17/14 10:46, Alan Bateman wrote: On 17/09/2014 18:43, Brian Burkhalter wrote: Hello, Issue:https://bugs.openjdk.java.net/browse/JDK-8058664 Webrev:http://cr.openjdk.java.net/~bpb/8058664/webrev.00/ Somehow some bad fonts got in to the line prefixes of some comments and none of t

Re: JDK 9 RFR of 8039474: sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)

2014-04-15 Thread Tim Bell
On 04/15/14 16:47, Ulf Zibis wrote: But where are the original attachments e.g. webrevs, patches ? Are they lost forever ? No, they are there on the new JBS bug reports. For some reason they are not visible to users outside Oracle. I will see if that can be changed. Regards- Tim

Re: JDK 9 RFR of 8039474: sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)

2014-04-10 Thread Tim Bell
browse/JDK-6862158 In general, if you saved an old Bugzilla ID (six digits, for example 100092), you should be able to find it in JBS by visiting this URL: https://bugs.openjdk.java.net/issues/?jql= And doing a simple search for the string "id=100092" Hope this helps- Tim Bell

Re: RFR: jdk9: 8029997: [infra] remove Solaris ISA directories and the links

2013-12-20 Thread Tim Bell
Hi Kumar: Please review the removal of ISA (Instruction Specific Architecture) directories namely sparcv9, amd64 and the symlinks in these directories, this was provided to aid transition to jdk8, where solaris 32-bit was removed, and the 32-bit binaries were replaced with 64-bit versions.

Re: 8029805/8029806: Remove XXX addPropertyChangeListener and removePropertyChangeListener methods

2013-12-10 Thread Tim Bell
Hi Alan: (This one is for the jdk9-dev forest once it is created) The addPropertyChangeListener and removePropertyChangeListener methods defined by Pack200.{Packer,Unpacker} and LogManager methods are deprecated and flagged with a warning that they "will be removed in a future release". Thi

Re: RFR: Changes to disable and/or remove Solaris 32-bit from JDK8

2013-09-08 Thread Tim Bell
Kumar - the makefile changes look good to me. Tim On 09/ 7/13 03:50 AM, Staffan Larsen wrote: This is a welcome change. I've looked at the serviceability test and the changes look good except: test/demo/jvmti/DemoRun.java test/sun/tools/jhat/HatRun.java - Looks like there are still some -d

Re: Please review changes for JDK-8012975: Remove rhino from jdk8

2013-05-10 Thread Tim Bell
Hi Sundar Looks like you have resolved the subtleties of profiles with Alan. The rest looks good to me. Tim On 05/10/13 05:47 AM, A. Sundararajan wrote: Okay, thanks. com.sun.script.util is not supported API (no CCC done for it in the past). I'll remove it as suggested and run "make profile

Re: Please review changes for JDK-8012975: Remove rhino from jdk8

2013-05-02 Thread Tim Bell
On 05/ 2/13 01:24 PM, I wrote: Hi Sundar: Oracle JDK includes Rhino based javax.script implementation (which lives mostly in "closed" code). Rhino is being removed from Oracle JDK builds and there are the changes to the jdk open repository as well like com.sun.script.javascript package, makef

Re: Please review changes for JDK-8012975: Remove rhino from jdk8

2013-05-02 Thread Tim Bell
Hi Sundar: Oracle JDK includes Rhino based javax.script implementation (which lives mostly in "closed" code). Rhino is being removed from Oracle JDK builds and there are the changes to the jdk open repository as well like com.sun.script.javascript package, makefiles etc. Please review the ope

Re: RFR 8010280: jvm.cfg needs updating for non-server builds

2013-04-26 Thread Tim Bell
Hi David Looks good to me. Tim On 04/26/13 12:27 AM, David Holmes wrote: Here is the final form of this after CCC approval. http://cr.openjdk.java.net/~dholmes/8010280/webrev.v3/ For the "traditional" build of client+server we continue to use the platform specific jvm.cfg files committed in

Re: RFR JDK-8010267 & JDK-8010268 : Makefile maintenance for test targets

2013-03-28 Thread Tim Bell
Mike - Looks good to me. Tim On 03/28/13 01:11, Erik Joelsson wrote: Both of these look good to me, but you still need a jdk8 reviewer. /Erik On 2013-03-27 17:27, Mike Duigou wrote: I still need a review for both of these changes. Mike On Mar 18 2013, at 22:48 , Mike Duigou wrote: A two

hg: jdk8/tl: 8009019: Updates to generated-configure.sh required for 8008914

2013-03-06 Thread tim . bell
Changeset: cb0ac8979caa Author:tbell Date: 2013-02-26 09:25 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/cb0ac8979caa 8009019: Updates to generated-configure.sh required for 8008914 Reviewed-by: sundar, jlaskey, jjg ! common/autoconf/generated-configure.sh

Re: Need reviewer - fixing tests to work with CYGWIN

2009-12-23 Thread Tim Bell
Hi Kelly- > Need reviewer - fixing tests to work with CYGWIN > > No hurry on this. I think it's final, but need to run the tests > a few times with both MKS and cygwin, and on all platforms to verify > I haven't broken anything. That's good. The changes look fine to me: > 6910834: TEST: java/io

hg: jdk7/tl/langtools: 6 new changesets

2009-12-20 Thread tim . bell
Changeset: 45bd41dcb614 Author:mikejwre Date: 2009-12-03 12:53 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/45bd41dcb614 Added tag jdk7-b77 for changeset 0398ae15b90a ! .hgtags Changeset: ceb2857fce7d Author:tbell Date: 2009-12-08 09:16 -0800 URL: htt

hg: jdk7/tl/jaxws: 3 new changesets

2009-12-20 Thread tim . bell
Changeset: 96e510caa8e7 Author:mikejwre Date: 2009-12-03 12:52 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/96e510caa8e7 Added tag jdk7-b77 for changeset 5b4968c11047 ! .hgtags Changeset: fc1c72d1dfbb Author:ohair Date: 2009-12-16 12:52 -0800 URL: http://

hg: jdk7/tl/jaxp: 3 new changesets

2009-12-20 Thread tim . bell
Changeset: 90bbdc1a6258 Author:mikejwre Date: 2009-12-03 12:52 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/90bbdc1a6258 Added tag jdk7-b77 for changeset bfadab8c7b1b ! .hgtags Changeset: 7a12d3789e1b Author:ohair Date: 2009-12-16 12:52 -0800 URL: http://h

hg: jdk7/tl/hotspot: 3 new changesets

2009-12-20 Thread tim . bell
Changeset: 7589c1b72907 Author:mikejwre Date: 2009-12-03 12:52 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/7589c1b72907 Added tag jdk7-b77 for changeset 455105fc81d9 ! .hgtags Changeset: e703499b4b51 Author:ohair Date: 2009-12-16 12:51 -0800 URL: http:

hg: jdk7/tl/corba: 5 new changesets

2009-12-20 Thread tim . bell
Changeset: 28b983e5bb5f Author:gbenson Date: 2009-11-23 10:04 + URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/28b983e5bb5f 6903453: Zero build on ARM and IA-64 Summary: Correctly set uname on ARM, and correctly build fdlibm on IA-64 Reviewed-by: ohair ! make/common/shared/P

hg: jdk7/tl: 5 new changesets

2009-12-20 Thread tim . bell
Changeset: 721c1696c124 Author:mikejwre Date: 2009-12-03 12:52 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/rev/721c1696c124 Added tag jdk7-b77 for changeset 1f17ca8353ba ! .hgtags Changeset: 80161484b6b1 Author:tbell Date: 2009-12-08 09:14 -0800 URL: http://hg.ope

Re: Need reviewers, jdk7 testing changes

2009-12-07 Thread Tim Bell
Hi Kelly See below: > Need reviewer for JDK7 testing changes, e.g. testing via: >cd jdk/make && gmake all images && cd ../test && gmake jdk_all > > 6906210: Fix another minor typo in test/Makefile > http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-test-changes4/webrev/ > > Dan had pointe

hg: jdk7/tl/jdk: 44 new changesets

2009-11-29 Thread tim . bell
Changeset: 31e68419715e Author:igor Date: 2009-10-02 10:15 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/31e68419715e 6887292: memory leak in freetypeScaler.c Reviewed-by: bae, prr ! src/share/native/sun/font/freetypeScaler.c Changeset: ccc36189f2a7 Author:rkennke Date

hg: jdk7/tl/langtools: 3 new changesets

2009-11-23 Thread tim . bell
Changeset: 4c8c6159159c Author:katleman Date: 2009-11-12 15:36 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4c8c6159159c Added tag jdk7-b76 for changeset 8fb9b4be3cb1 ! .hgtags Changeset: 0398ae15b90a Author:tbell Date: 2009-11-17 10:35 -0800 URL: htt

hg: jdk7/tl/jdk: 5 new changesets

2009-11-23 Thread tim . bell
Changeset: 7916c43cc007 Author:ohair Date: 2009-11-04 11:19 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7916c43cc007 Merge ! make/java/redist/Makefile Changeset: 8fb602395be0 Author:ohair Date: 2009-11-08 14:49 -0800 URL: http://hg.openjdk.java.net/jdk7/tl

hg: jdk7/tl/jaxws: 2 new changesets

2009-11-23 Thread tim . bell
Changeset: 701ccbf55ae5 Author:katleman Date: 2009-11-12 15:35 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/701ccbf55ae5 Added tag jdk7-b76 for changeset 765d2077d1e6 ! .hgtags Changeset: 5b4968c11047 Author:tbell Date: 2009-11-17 10:23 -0800 URL: http://

hg: jdk7/tl/jaxp: 2 new changesets

2009-11-23 Thread tim . bell
Changeset: 86cc67d46db5 Author:katleman Date: 2009-11-12 15:35 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/86cc67d46db5 Added tag jdk7-b76 for changeset 233a4871d336 ! .hgtags Changeset: bfadab8c7b1b Author:tbell Date: 2009-11-17 10:23 -0800 URL: http://h

hg: jdk7/tl/hotspot: 20 new changesets

2009-11-23 Thread tim . bell
Changeset: 08780c8a9f04 Author:kamg Date: 2009-10-20 16:34 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/08780c8a9f04 6893483: DTrace probe return values for a couple JNI methods are wrong Summary: Fix the shadowing and incorrect macro usages Reviewed-by: coleenp ! src/

hg: jdk7/tl/corba: 3 new changesets

2009-11-23 Thread tim . bell
Changeset: 6995f81e3b53 Author:ohair Date: 2009-11-04 11:19 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/6995f81e3b53 Merge Changeset: 937144222e22 Author:ohair Date: 2009-11-08 14:49 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/937144222e22 M

hg: jdk7/tl: 4 new changesets

2009-11-23 Thread tim . bell
Changeset: 0619361ff7c5 Author:ohair Date: 2009-11-04 11:19 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/rev/0619361ff7c5 Merge Changeset: c8b63075403d Author:ohair Date: 2009-11-08 14:46 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/rev/c8b63075403d Merge Chang

FYI: JDK7 TL forest PIT freeze times through the end of 2009

2009-11-19 Thread Tim Bell
Based on [1] (published earlier today), here are some key dates for the next few weeks: Promotion:November 12 2009 for B76 TL PIT freeze:November 16 2009 for B77 (10PM Pacific) TL Integration: November 20 2009 for B77 Promotion:December 3 2009 for B77 TL PIT freeze:Dec

hg: jdk7/tl/jdk: 3 new changesets

2009-10-30 Thread tim . bell
Changeset: 8885b2256507 Author:ohair Date: 2009-10-29 11:17 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8885b2256507 6896472: Missing libjsig.so causes jdk build failure Reviewed-by: tbell, kvn, phh ! make/java/redist/Makefile Changeset: 9618f9a100e4 Author:tbell Dat

hg: jdk7/tl/hotspot: 30 new changesets

2009-10-30 Thread tim . bell
Changeset: 528d98fe1037 Author:xlu Date: 2009-09-24 12:10 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/528d98fe1037 6880029: JDK 1.6.0_u14p Application crashed very early Reviewed-by: never, ysr, acorn ! src/share/vm/runtime/safepoint.cpp Changeset: 054afbef9081 Autho

hg: jdk7/tl/jdk: 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u

2009-10-21 Thread tim . bell
Changeset: b0433598e26d Author:tbell Date: 2009-10-21 00:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b0433598e26d 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u Reviewed-by: ohair, dcubed ! test/com/sun/jdi/ShellScaffol

Re: JDK7 b74: Where is j.u.Objects?

2009-10-16 Thread Tim Bell
during the interval between October 23 ... 29, you could look at the nightly builds of the JDK7 master, available here: http://download.java.net/jdk7/nightly/ That nightly download does not include the javadocs, unfortunately. You would need to build them from source yourself. HTH - Tim Bell [ga

hg: jdk7/tl/langtools: 4 new changesets

2009-10-16 Thread tim . bell
Changeset: d498d6ef9c6c Author:xdono Date: 2009-10-02 11:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/d498d6ef9c6c Added tag jdk7-b73 for changeset 9596dff46093 ! .hgtags Changeset: 1a66b08deed0 Author:tbell Date: 2009-10-07 14:14 -0700 URL: http:/

hg: jdk7/tl/jdk: 42 new changesets

2009-10-16 Thread tim . bell
Changeset: 59b45d636384 Author:xdono Date: 2009-10-02 11:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/59b45d636384 Added tag jdk7-b73 for changeset f708138c9aca ! .hgtags Changeset: 8e5d45fc8d1e Author:jgodinez Date: 2009-07-01 12:07 -0700 URL: http://hg

hg: jdk7/tl/jaxws: 3 new changesets

2009-10-16 Thread tim . bell
Changeset: 558985e26fe1 Author:ohair Date: 2009-09-28 19:38 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/558985e26fe1 6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles Reviewed-by: jjg, tbell ! build-defs.xml ! jaxws.properties Change

hg: jdk7/tl/jaxp: 3 new changesets

2009-10-16 Thread tim . bell
Changeset: feb05980f9f2 Author:ohair Date: 2009-09-28 19:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/feb05980f9f2 6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles Reviewed-by: jjg, tbell ! build-defs.xml ! jaxp.properties Changese

hg: jdk7/tl/hotspot: 54 new changesets

2009-10-16 Thread tim . bell
Changeset: 489a4f8dcd0f Author:twisti Date: 2009-08-27 06:17 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/489a4f8dcd0f 6865583: Verbose CIPrintMethodCodes asserts when ldc an empty String Summary: ldc seems to load an empty String and that leads to an assert on offset

hg: jdk7/tl/corba: 2 new changesets

2009-10-16 Thread tim . bell
Changeset: 5d0cf59a3203 Author:xdono Date: 2009-10-02 11:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/5d0cf59a3203 Added tag jdk7-b73 for changeset b751c528c555 ! .hgtags Changeset: 0fb137085952 Author:xdono Date: 2009-10-15 16:40 -0700 URL: http://hg.

hg: jdk7/tl: 2 new changesets

2009-10-16 Thread tim . bell
Changeset: 2c88089b6e1c Author:xdono Date: 2009-10-02 11:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/2c88089b6e1c Added tag jdk7-b73 for changeset 3ac6dcf78232 ! .hgtags Changeset: d1516b9f2395 Author:xdono Date: 2009-10-15 16:40 -0700 URL: http://hg.openjd

hg: jdk7/tl/jdk: 6888888: new javah throws NullPointerException when building in jdk/make/java/nio

2009-10-07 Thread tim . bell
Changeset: 14bd992a Author:tbell Date: 2009-10-07 13:53 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/14bd992a 688: new javah throws NullPointerException when building in jdk/make/java/nio Summary: Use the bootstrap javah during the build until bug-ID 6889255 is

hg: jdk7/tl/jdk: 6787605: OpenSolaris doesn't have /usr/ucb/ps so ShellScaffold fails

2009-10-02 Thread tim . bell
Changeset: 9fcca0aae3da Author:tbell Date: 2009-10-02 08:49 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9fcca0aae3da 6787605: OpenSolaris doesn't have /usr/ucb/ps so ShellScaffold fails Reviewed-by: dcubed ! test/com/sun/jdi/ShellScaffold.sh

hg: jdk7/tl/langtools: 3 new changesets

2009-09-26 Thread tim . bell
Changeset: 14735c7932d7 Author:xdono Date: 2009-09-22 14:06 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/14735c7932d7 6884624: Update copyright year Summary: Update copyright for files that have been modified in 2009 through Septermber Reviewed-by: tbell, ohair ! sr

hg: jdk7/tl/jaxws: 2 new changesets

2009-09-26 Thread tim . bell
Changeset: ae2bec597586 Author:ohair Date: 2009-09-21 13:57 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/ae2bec597586 6856630: Restructure jaxp/jaxws repositories Reviewed-by: darcy, tbell ! .hgignore ! README + build-defs.xml + build-drop-template.xml + build.properties

hg: jdk7/tl/jaxp: 3 new changesets

2009-09-26 Thread tim . bell
Changeset: 534e23823a1b Author:ohair Date: 2009-09-21 13:54 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/534e23823a1b 6856630: Restructure jaxp/jaxws repositories Reviewed-by: darcy, tbell ! .hgignore ! README + build-defs.xml + build-drop-template.xml + build.properties

hg: jdk7/tl/hotspot: 6884624: Update copyright year

2009-09-26 Thread tim . bell
Changeset: 89e0543e1737 Author:xdono Date: 2009-09-22 14:06 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/89e0543e1737 6884624: Update copyright year Summary: Update copyright for files that have been modified in 2009 through Septermber Reviewed-by: tbell, ohair ! agen

hg: jdk7/tl/corba: 6 new changesets

2009-09-26 Thread tim . bell
Changeset: 1c130e7b7a2e Author:ohair Date: 2009-09-02 09:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/1c130e7b7a2e 6875240: Reduce Makefile build time by limiting repeated exec's (mostly for cygwin building) Reviewed-by: jjg, iris ! make/Makefile ! make/common/BuildT

hg: jdk7/tl: 5 new changesets

2009-09-26 Thread tim . bell
Changeset: e76b72562a98 Author:ohair Date: 2009-09-03 17:44 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/e76b72562a98 6855174: Improve log output when builds transition from one workspace to another Reviewed-by: jjg ! make/Defs-internal.gmk ! make/corba-rules.gmk ! make/deploy

hg: jdk7/tl/langtools: 2 new changesets

2009-09-18 Thread tim . bell
Changeset: bfad32768345 Author:xdono Date: 2009-09-17 13:47 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bfad32768345 Added tag jdk7-b72 for changeset 261c54b2312e ! .hgtags Changeset: 5dd400fd62d9 Author:tbell Date: 2009-09-18 08:48 -0700 URL: http:/

hg: jdk7/tl/jdk: 2 new changesets

2009-09-18 Thread tim . bell
Changeset: f09a2bfba691 Author:xdono Date: 2009-09-17 13:47 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f09a2bfba691 Added tag jdk7-b72 for changeset 460639b036f3 ! .hgtags Changeset: f119e21c0ca7 Author:tbell Date: 2009-09-18 08:47 -0700 URL: http://hg.op

hg: jdk7/tl/jaxws: Added tag jdk7-b72 for changeset 4c990aa99bc0

2009-09-18 Thread tim . bell
Changeset: d79f0d601c2b Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/d79f0d601c2b Added tag jdk7-b72 for changeset 4c990aa99bc0 ! .hgtags

hg: jdk7/tl/jaxp: Added tag jdk7-b72 for changeset 37c805b6156f

2009-09-18 Thread tim . bell
Changeset: 93dfa6e0fe76 Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/93dfa6e0fe76 Added tag jdk7-b72 for changeset 37c805b6156f ! .hgtags

hg: jdk7/tl/hotspot: Added tag jdk7-b72 for changeset a94714c55065

2009-09-18 Thread tim . bell
Changeset: 1e5f0e56d242 Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/1e5f0e56d242 Added tag jdk7-b72 for changeset a94714c55065 ! .hgtags

hg: jdk7/tl/corba: Added tag jdk7-b72 for changeset c793a3120926

2009-09-18 Thread tim . bell
Changeset: 12991b453239 Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/12991b453239 Added tag jdk7-b72 for changeset c793a3120926 ! .hgtags

hg: jdk7/tl: Added tag jdk7-b72 for changeset 0d7e03b426df

2009-09-18 Thread tim . bell
Changeset: 4c4fe09fb670 Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/4c4fe09fb670 Added tag jdk7-b72 for changeset 0d7e03b426df ! .hgtags

hg: jdk7/tl/jdk: 30 new changesets

2009-09-17 Thread tim . bell
Changeset: 559fb14d0ae9 Author:anthony Date: 2009-08-27 16:42 +0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/559fb14d0ae9 6780496: Javaw process taking up 80-90 percent of CPU time! Summary: The transparency effects get enabled on showing, and disabled on hiding a window Rev

hg: jdk7/tl/hotspot: 31 new changesets

2009-09-17 Thread tim . bell
Changeset: a05ea7791ee3 Author:trims Date: 2009-08-21 20:38 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/a05ea7791ee3 6873236: Fork HS16 to HS17 - renumber Major and build numbers of JVM Summary: Update the Major and build numbers for HS17 fork Reviewed-by: jcoomes ! m

hg: jdk7/tl: 2 new changesets

2009-09-17 Thread tim . bell
Changeset: 4079d923a501 Author:peterz Date: 2009-08-31 14:10 +0400 URL: http://hg.openjdk.java.net/jdk7/tl/rev/4079d923a501 6844267: Nimbus generator depends on JIBX Summary: Nimbus generator now uses JAXB instead of JIBX Reviewed-by: jasper ! README-builds.html Changeset: 0d7e03b

hg: jdk7/tl/langtools: 2 new changesets

2009-09-07 Thread tim . bell
Changeset: d434aa041b52 Author:xdono Date: 2009-09-03 10:53 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/d434aa041b52 Added tag jdk7-b71 for changeset 33c8c38e1757 ! .hgtags Changeset: 90c28923e449 Author:tbell Date: 2009-09-03 18:34 -0700 URL: http:/

hg: jdk7/tl/jdk: 9 new changesets

2009-09-07 Thread tim . bell
Changeset: 80368890a2a0 Author:andrew Date: 2009-08-18 19:50 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/80368890a2a0 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk javac Summary: The bootstrap javac currently uses the default source and targ

hg: jdk7/tl/jaxws: Added tag jdk7-b71 for changeset 03314cf56a72

2009-09-07 Thread tim . bell
Changeset: 4c990aa99bc0 Author:xdono Date: 2009-09-03 10:52 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/4c990aa99bc0 Added tag jdk7-b71 for changeset 03314cf56a72 ! .hgtags

hg: jdk7/tl/jaxp: Added tag jdk7-b71 for changeset ff94d8ce0dad

2009-09-07 Thread tim . bell
Changeset: 37c805b6156f Author:xdono Date: 2009-09-03 10:52 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/37c805b6156f Added tag jdk7-b71 for changeset ff94d8ce0dad ! .hgtags

hg: jdk7/tl/hotspot: Added tag jdk7-b71 for changeset 50a95aa4a247

2009-09-07 Thread tim . bell
Changeset: 6e6427f797c0 Author:xdono Date: 2009-09-03 10:52 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/6e6427f797c0 Added tag jdk7-b71 for changeset 50a95aa4a247 ! .hgtags

hg: jdk7/tl/corba: 4 new changesets

2009-09-07 Thread tim . bell
Changeset: 8001ba2bf10d Author:andrew Date: 2009-08-20 01:28 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/8001ba2bf10d 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk javac Summary: The bootstrap javac currently uses the default source and ta

hg: jdk7/tl: Added tag jdk7-b71 for changeset 4c36e9853dda

2009-09-07 Thread tim . bell
Changeset: 378f57273f09 Author:xdono Date: 2009-09-03 10:52 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/378f57273f09 Added tag jdk7-b71 for changeset 4c36e9853dda ! .hgtags

hg: jdk7/tl/langtools: 3 new changesets

2009-08-30 Thread tim . bell
Changeset: 6f07b50a8796 Author:xdono Date: 2009-08-20 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/6f07b50a8796 Added tag jdk7-b70 for changeset 97d06f3e8787 ! .hgtags Changeset: 33c8c38e1757 Author:tbell Date: 2009-08-24 22:28 -0700 URL: http:/

hg: jdk7/tl/jdk: 16 new changesets

2009-08-30 Thread tim . bell
Changeset: fb51d4974400 Author:uta Date: 2009-07-31 17:24 +0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fb51d4974400 6851688: Hung up in applet application Reviewed-by: art, dcherepanov ! src/windows/native/sun/windows/awt_Toolkit.cpp ! src/windows/native/sun/windows/awt_To

hg: jdk7/tl/jaxws: Added tag jdk7-b70 for changeset dd3c5f3ec28d

2009-08-29 Thread tim . bell
Changeset: 03314cf56a72 Author:xdono Date: 2009-08-20 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/03314cf56a72 Added tag jdk7-b70 for changeset dd3c5f3ec28d ! .hgtags

hg: jdk7/tl/jaxp: Added tag jdk7-b70 for changeset c83f0106b78a

2009-08-29 Thread tim . bell
Changeset: ff94d8ce0dad Author:xdono Date: 2009-08-20 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/ff94d8ce0dad Added tag jdk7-b70 for changeset c83f0106b78a ! .hgtags

hg: jdk7/tl/hotspot: 42 new changesets

2009-08-29 Thread tim . bell
Changeset: 50a704b1d838 Author:xdono Date: 2009-08-20 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/50a704b1d838 Added tag jdk7-b70 for changeset 0632c3e615a3 ! .hgtags Changeset: f753dffae23e Author:trims Date: 2009-08-13 17:47 -0700 URL: http://h

hg: jdk7/tl/corba: Added tag jdk7-b70 for changeset 175bd6877954

2009-08-29 Thread tim . bell
Changeset: 9f1959c73473 Author:xdono Date: 2009-08-20 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/9f1959c73473 Added tag jdk7-b70 for changeset 175bd6877954 ! .hgtags

hg: jdk7/tl: 4 new changesets

2009-08-29 Thread tim . bell
Changeset: 51a71c2c4b80 Author:xdono Date: 2009-08-13 12:11 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/51a71c2c4b80 Added tag jdk7-b69 for changeset 82e6c820c51a ! .hgtags Changeset: 175cb3fe6159 Author:tbell Date: 2009-08-14 08:49 -0700 URL: http://hg.openjd

Re: URGENT: tl/jdk and tl-gate/jdk not identical

2009-08-25 Thread Tim Bell
Hi Max: > For some reason Joe's changeset has not reached the final repo. Thanks for pointing it out. I kick-started the gate push. This should be sorted out, although it may take a few minutes for the email notifications to catch up. Tim

hg: jdk7/tl/langtools: 3 new changesets

2009-08-18 Thread tim . bell
Changeset: 4ac89259512f Author:xdono Date: 2009-08-13 12:11 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4ac89259512f Added tag jdk7-b69 for changeset ce9bcdcb7859 ! .hgtags Changeset: 97d06f3e8787 Author:tbell Date: 2009-08-14 08:53 -0700 URL: http:/

hg: jdk7/tl/jdk: 6 new changesets

2009-08-18 Thread tim . bell
Changeset: 7e491e39ea0f Author:tbell Date: 2009-08-06 17:16 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7e491e39ea0f 6865853: Additional code changes needed to build deploy using WXP SP2 and Visual Studio 2008 Reviewed-by: ohair ! src/windows/native/sun/jkernel/kernel.cp

hg: jdk7/tl/jaxws: 3 new changesets

2009-08-18 Thread tim . bell
Changeset: 1041c9cce799 Author:xdono Date: 2009-08-13 12:11 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/1041c9cce799 Added tag jdk7-b69 for changeset 3e64fdfb9291 ! .hgtags Changeset: 6608dd3dae86 Author:tbell Date: 2009-08-14 08:51 -0700 URL: http://hg.

hg: jdk7/tl/jaxp: 2 new changesets

2009-08-18 Thread tim . bell
Changeset: 8287833daabc Author:xdono Date: 2009-08-13 12:11 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/8287833daabc Added tag jdk7-b69 for changeset a4ab0d6ded63 ! .hgtags Changeset: c83f0106b78a Author:tbell Date: 2009-08-14 08:50 -0700 URL: http://hg.o

hg: jdk7/tl/hotspot: 2 new changesets

2009-08-18 Thread tim . bell
Changeset: 5021b9893d0a Author:xdono Date: 2009-08-13 12:11 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/5021b9893d0a Added tag jdk7-b69 for changeset 54fd4d923296 ! .hgtags Changeset: 0632c3e615a3 Author:tbell Date: 2009-08-14 08:50 -0700 URL: http://h

hg: jdk7/tl/corba: 2 new changesets

2009-08-18 Thread tim . bell
Changeset: 07b3e9ba5085 Author:xdono Date: 2009-08-13 12:11 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/07b3e9ba5085 Added tag jdk7-b69 for changeset 8120d308ec4e ! .hgtags Changeset: 175bd6877954 Author:tbell Date: 2009-08-14 08:49 -0700 URL: http://hg.

hg: jdk7/tl/langtools: 3 new changesets

2009-08-06 Thread tim . bell
Changeset: ce9bcdcb7859 Author:xdono Date: 2009-08-06 10:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ce9bcdcb7859 Added tag jdk7-b68 for changeset 95c1212b07e3 ! .hgtags Changeset: b5ab848ba68f Author:tbell Date: 2009-08-06 19:03 -0700 URL: http:/

hg: jdk7/tl/jdk: 23 new changesets

2009-08-06 Thread tim . bell
Changeset: f214db928124 Author:art Date: 2009-07-17 15:40 +0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f214db928124 6844297: java/awt/EventQueue/6638195/bug6638195.java test failed in jdk7 on Windows just on b59,passed on b57 Reviewed-by: bchristi, dcherepanov ! test/java

hg: jdk7/tl/jaxws: Added tag jdk7-b68 for changeset 845fa487f0f7

2009-08-06 Thread tim . bell
Changeset: 3e64fdfb9291 Author:xdono Date: 2009-08-06 10:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/3e64fdfb9291 Added tag jdk7-b68 for changeset 845fa487f0f7 ! .hgtags

hg: jdk7/tl/jaxp: Added tag jdk7-b68 for changeset 83b2a9331383

2009-08-06 Thread tim . bell
Changeset: a4ab0d6ded63 Author:xdono Date: 2009-08-06 10:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/a4ab0d6ded63 Added tag jdk7-b68 for changeset 83b2a9331383 ! .hgtags

hg: jdk7/tl/hotspot: Added tag jdk7-b68 for changeset d07e68298d4e

2009-08-06 Thread tim . bell
Changeset: 54fd4d923296 Author:xdono Date: 2009-08-06 10:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/54fd4d923296 Added tag jdk7-b68 for changeset d07e68298d4e ! .hgtags

hg: jdk7/tl/corba: Added tag jdk7-b68 for changeset 5182bcc9c60c

2009-08-06 Thread tim . bell
Changeset: 8120d308ec4e Author:xdono Date: 2009-08-06 10:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/8120d308ec4e Added tag jdk7-b68 for changeset 5182bcc9c60c ! .hgtags

hg: jdk7/tl: Added tag jdk7-b68 for changeset e1b972ff53cd

2009-08-06 Thread tim . bell
Changeset: 82e6c820c51a Author:xdono Date: 2009-08-06 10:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/82e6c820c51a Added tag jdk7-b68 for changeset e1b972ff53cd ! .hgtags

Re: javac CRASH

2009-08-04 Thread Tim Bell
Maurizio Cimadamore wrote: > Not sure if it will make into b68 - but certainly it will go into b69 > (depends on the integration process). The fix is already available in > the langtools repository used for development > (http://hg.openjdk.java.net/jdk7/tl/langtools). The TL forest has already

hg: jdk7/tl/langtools: 6 new changesets

2009-08-02 Thread tim . bell
Changeset: 0695e8ebae88 Author:xdono Date: 2009-07-24 13:40 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0695e8ebae88 Added tag jdk7-b66 for changeset 634f519d6f9a ! .hgtags Changeset: e4ce529b2249 Author:tbell Date: 2009-07-27 23:07 -0700 URL: http:/

hg: jdk7/tl/jdk: 26 new changesets

2009-08-02 Thread tim . bell
Changeset: 043c7100a752 Author:anthony Date: 2009-07-07 17:05 +0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/043c7100a752 6853916: java.awt.Window.setBackground(null) throws NullPointerException Summary: Window.setBackground() should check for null. Reviewed-by: art, dcherepa

hg: jdk7/tl/jaxws: 5 new changesets

2009-08-02 Thread tim . bell
Changeset: 58f51e3cc0fa Author:xdono Date: 2009-07-24 13:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/58f51e3cc0fa Added tag jdk7-b66 for changeset fa8712c099ed ! .hgtags Changeset: a98e41351006 Author:tbell Date: 2009-07-27 23:05 -0700 URL: http://hg.

hg: jdk7/tl/jaxp: 5 new changesets

2009-08-02 Thread tim . bell
Changeset: f8f9c0186d87 Author:xdono Date: 2009-07-24 13:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/f8f9c0186d87 Added tag jdk7-b66 for changeset 22f9d5d5b5fe ! .hgtags Changeset: ef9c2dee8a40 Author:tbell Date: 2009-07-27 23:05 -0700 URL: http://hg.o

  1   2   3   4   >