Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-27 Thread Kelly O'Hair
Nice. I think deleting code should be like hazard pay, double the normal hourly wage, but deleting Makefile lines should be triple wage. :) Looks great to me. Not that I use this makefile much anymore. -kto On Aug 27, 2013, at 4:17 PM, Mike Duigou wrote: Hello all; I have updated the

Re: Do not let internal JDK zlib symbols leak out of fastdebug libzip.so

2013-03-01 Thread Kelly O'Hair
On Mar 1, 2013, at 6:44 AM, Alan Bateman wrote: It's hard to find something more standard than stddef.h. It's hard to find something as non-standard as Windows. My point was we just need to double check that this builds okay on Windows, which is does. The only issue I have seen with

Re: FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-25 Thread Kelly O'Hair
under jprt? http://sthjprt.se.oracle.com/archives/2013/02/2013-02-08-192233.dsamerso.tl/ -Dmitry On 2013-02-12 21:52, Kelly O'Hair wrote: +if [ ! -f ${_testclasses} ] needs to be +if [ ! -d ${_testclasses} ] -kto On Feb 12, 2013, at 9:38 AM, Chris Hegarty wrote

Re: Do not let internal JDK zlib symbols leak out of fastdebug libzip.so

2013-02-25 Thread Kelly O'Hair
On Feb 23, 2013, at 12:12 PM, Alan Bateman wrote: On 23/02/2013 18:06, Martin Buchholz wrote: I am actually encountering this in openjdk7 with the old build system. I can repro the problem in openjdk8 with the old build system, but not the new one. I don't know if you consider this a bug

Re: FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-25 Thread Kelly O'Hair
+if [ ! -f ${_testclasses} ] needs to be +if [ ! -d ${_testclasses} ] -kto On Feb 12, 2013, at 9:38 AM, Chris Hegarty wrote: Dmitry, This test is now failing on several platforms, on jdk8 and 7u-dev --- result: Passed. Compilation successful #section:shell

Re: RFR: race with nested repos in hgforest.sh

2013-02-04 Thread Kelly O'Hair
Looks fine to me. -kto On Feb 1, 2013, at 6:40 AM, Chris Hegarty wrote: [ to build-dev and core-libs-dev, expect reviewer from either, but will integrate through jdk8/tl ] This issue is mainly of interest to Oracle engineers, but it effects the public hgforest script. When

Re: RFR: [jdk7u-dev] - 8003898: X11 toolkit can be chosen as the default toolkit

2013-01-25 Thread Kelly O'Hair
But the build uses applescript, preventing builds via ssh. But I commend this effort, I consider it important that our testing is as robust as possible. -kto On Jan 25, 2013, at 7:37 AM, Rob McKenna wrote: Had a chat with Alexey off list. Since 7162111 is indeed required to get these

Re: Review Request: 8005856: build-infra: Remove special handling of base module classes header generation

2013-01-08 Thread Kelly O'Hair
Looks good. -kto On Jan 8, 2013, at 6:07 AM, Erik Joelsson wrote: Five classes which in jigsaw will be located in the base module currently have their native headers generated in a special way (explicitly with javah). This was because the base module could not be made dependent on the

RMI java processes left running on JPRT systems

2012-12-29 Thread Kelly O'Hair
FYI... After shutting down JPRT I found two systems with ActivationGroupInit java processes running. I am assuming that a test case has fired them up and forgotten about them??? Not sure why JPRT did not kill them automatically... -kto jprtadm@sc11136053:~ jps -l -m 11651 sun.tools.jps.Jps

Re: Request for Review: Java SE 8 Compact Profiles

2012-12-21 Thread Kelly O'Hair
On Dec 20, 2012, at 10:18 PM, David Holmes wrote: webrevs: top-level repo: http://cr.openjdk.java.net/~dholmes/8004265/webrev.top/ These comments in Main.gmk don't seem to make sense: 117 # Note: This double-colon rule is intentional, to support 118 # custom make file integration. 119

Re: Request for Review: Java SE 8 Compact Profiles

2012-12-21 Thread Kelly O'Hair
On Dec 21, 2012, at 3:27 PM, David Holmes wrote: On 22/12/2012 1:18 AM, Kelly O'Hair wrote: On Dec 20, 2012, at 10:18 PM, David Holmes wrote: webrevs: top-level repo:http://cr.openjdk.java.net/~dholmes/8004265/webrev.top/ These comments in Main.gmk don't seem to make sense: 117

Re: Request for Review: Java SE 8 Compact Profiles

2012-12-21 Thread Kelly O'Hair
On Dec 21, 2012, at 5:01 PM, David Holmes wrote: On 22/12/2012 10:11 AM, Kelly O'Hair wrote: On Dec 21, 2012, at 3:27 PM, David Holmes wrote: On JarReorder.java, it seems like you have just deleted a warning that someone explicitly asked for a class to be included, and also explicitly asked

Re: RFR: 8000404 java.lang.annotation.Native

2012-11-14 Thread Kelly O'Hair
Looks good to me. -kto On Nov 13, 2012, at 9:26 PM, Jonathan Gibbons wrote: See http://cr.openjdk.java.net/~jjg/8000404/webrev/ A while back, we added a new annotation javax.tools.GenerateNativeHeader, to mark classes that contained constants of interest to native code, such that tools,

Re: 7197491: update copyright year to match last edit in jdk8 jdk repository

2012-11-06 Thread Kelly O'Hair
On Nov 4, 2012, at 2:04 AM, David Holmes wrote: On 3/11/2012 3:27 AM, Kelly O'Hair wrote: All changes to JDK sources require a CR, an OpenJDK author name, and a review by a second OpenJDK author. So although you can automate the preparation of the commit, you cannot fully automate

Re: 7197491: update copyright year to match last edit in jdk8 jdk repository

2012-11-02 Thread Kelly O'Hair
It looked fine to me. One of the reasons this has fallen through the cracks so much is because nobody has any time to do it. Completely automating it is risky, and it needs to be reviewed. So it needs an official owner and someone to automate the whole thing as much as possible. My

Re: 7197491: update copyright year to match last edit in jdk8 jdk repository

2012-11-02 Thread Kelly O'Hair
All changes to JDK sources require a CR, an OpenJDK author name, and a review by a second OpenJDK author. So although you can automate the preparation of the commit, you cannot fully automate this process. There have been many discussions over the years about automating various changes,

Re: 7197491: update copyright year to match last edit in jdk8 jdk repository

2012-11-02 Thread Kelly O'Hair
Include me on any review requests for these things, I'll be happy to be a reviewer. -kto On Nov 2, 2012, at 1:08 PM, Steve Sides wrote: On 11/2/2012 9:47 AM, Kelly O'Hair wrote: It looked fine to me. One of the reasons this has fallen through the cracks so much is because nobody has

Re: RFR: JDK-8001191: use -source 8 -target 8 when compiling the JDK

2012-11-01 Thread Kelly O'Hair
If someone is doing a partial build (without langtools) the import jdk is used for javac compilation, not the boot jdk javac. This has not changed. The boot jdk javac is only used to build langtools and the hotspot serviceability agent. -kto On Oct 31, 2012, at 7:22 PM, David Holmes wrote:

Fwd: Need reviewers: more predictable binaries

2012-09-06 Thread Kelly O'Hair
Just FYI... these build changes do touch sources in various teams, please let me know if you have issues with these changes. -kto Begin forwarded message: From: Kelly O'Hair kelly.oh...@oracle.com Subject: Need reviewers: more predictable binaries Date: September 5, 2012 9:08:53 PM PDT

Re: AWT Dev [OpenJDK 2D-Dev] Fwd: Need reviewers: more predictable binaries

2012-09-06 Thread Kelly O'Hair
changed to use THIS_FILE. -- Scott K. On Sep 6, 2012, at 9:30 AM, Kelly O'Hair kelly.oh...@oracle.com wrote: Just FYI... these build changes do touch sources in various teams, please let me know if you have issues with these changes. -kto Begin forwarded message: From

Re: Please review fix for 7146424: Wildcard expansion for single entry classpath

2012-07-30 Thread Kelly O'Hair
On Jul 30, 2012, at 2:43 PM, David Holmes wrote: Ah!, oh sorry that won't fly this is c code :-( , not c++, MSC does not allow it. Wow that is unbelievable! for-loop variable declarations are part of C99 :( Until recently we told the Solaris compilers to not allow any C99 features so we

Re: [8] Review request for JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data

2012-07-13 Thread Kelly O'Hair
Something seems strange here: http://cr.openjdk.java.net/~naoto/6336885/webrev.00/make/java/java/localegen.sh.sdiff.html It's like someone was avoiding overall quotes, but using them to add spaces somehow... I sure would like to get rid of this shell logic, seems like there are lots

Re: review request 7172551

2012-06-11 Thread Kelly O'Hair
On Jun 11, 2012, at 5:44 AM, Tom Hawtin wrote: On 07/06/2012 21:39, Joe Darcy wrote: I'd like to see some () on this line! 470 ClassLoader cl = cc != null ? cc.getClassLoader() : null; It's `a==b ? c : d` is such an incredibly common idiom in Java, and generally unambiguous, that

Failing jdk testcase: java/lang/Math/WorstCaseTests.java

2012-06-05 Thread Kelly O'Hair
I am seeing this testcase fail on Windows 3264bit and 32bit LinuxSolaris X86 java/lang/Math/WorstCaseTests.java Does anyone know anything about this? -kto -- TEST: java/lang/Math/WorstCaseTests.java JDK under test:

Re: Please review (EZ): 7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434

2012-05-18 Thread Kelly O'Hair
Change looks fine to me. -kto On May 18, 2012, at 3:04 PM, Kumar Srinivasan wrote: Hi, Fixed CR reference in test. http://cr.openjdk.java.net/~ksrini/7170087/ The original changset for reference. http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f68c854fa584 Thanks in advance. Kumar

Re: 7163395: jdk8/tl no longer builds on Mac

2012-04-22 Thread Kelly O'Hair
Looks fine. -kto On Apr 22, 2012, at 8:51 AM, Alan Bateman wrote: I need a reviewer for a trivial change to get jdk8/tl building on Mac again. Jim's changes for 7130404 [1] change the os.arch variable to x86_64 to be compatible with Apple's JDK but the change-set doesn't add a jvm.cfg to

Re: New reviewers: 7160496 : Rename JDK8 JAXP source directory

2012-04-11 Thread Kelly O'Hair
Looks fine to me. -kto On Apr 10, 2012, at 8:39 PM, Joe Wang wrote: After removing the jaxp source drop bundle process, refer to 7150324, the source structure needs to be changed to be consistent with that of jdk7. I will rename jdk8/jaxp/src/share/classes to jdk8/jaxp/src before updating

Re: RFR 6963841: java/util/concurrent/Phaser/Basic.java fails intermittently

2012-03-27 Thread Kelly O'Hair
On Mar 27, 2012, at 2:26 AM, Alan Bateman wrote: On 27/03/2012 05:21, David Holmes wrote: It's a little disconcerting that 10 seconds is not enough time, but we have so many timing issues these days it is not that surprising. :( The machines in question are relatively beefy but there is

Re: 7147087: Remove AWT/Swing/client tests from ProblemList

2012-02-20 Thread Kelly O'Hair
Looks ok to me. -kto On Feb 20, 2012, at 4:46 AM, Alan Bateman wrote: When Kelly setup the ProblemList file to exclude tests then he initially excluded dozens of tests that he observed failing on platform or in some configuration. We've been chipping away at these issues since then but

Re: 7145910: Remove dependency on apt and com.sun.mirror API (breaks boot cycle builds).

2012-02-15 Thread Kelly O'Hair
Change looks fine, but the jax-ws team needs to place this zip bundle at http://download.java.net/glassfish/components/jax-ws/openjdk/jdk8 -kto On Feb 15, 2012, at 9:23 AM, Alan Bateman wrote: The current JAX-WS has a residual dependency on com.sun.mirror that breaks SKIP_BOOT_CYCLE=false

Re: 7121110 : JAXP 1.4.5 update 1 for 7u4 jaxp source in jdk7 repo

2012-02-15 Thread Kelly O'Hair
, they had their own versions, they had their own teams and releases. I wanted to make it easy to bring in a new component version, and just as easily back it out. Having them in separate repos has it's positives. -kto --Joe On 12/24/2011 8:56 AM, Kelly O'Hair wrote: Looks great to me

Strange messages sent to stderr when using a fastdebug JDK build

2012-02-07 Thread Kelly O'Hair
I'm seeing all kinds of messages like: bit length overflow code 12 bits 6-7 bit length overflow code 5 bits 6-7 bit length overflow code 5 bits 6-7 When ever a jdk7u or jdk8 fastdebug built jdk is used. It appears to be coming from here:

Re: Problem of using malloc() without including stdlib.h

2012-01-18 Thread Kelly O'Hair
for the proof of the real problem And I can speak for 2d, and if there's 2D files touched I would like to see any changes to those files, and the reasoning discussed on 2d-dev .. -phil. On 1/18/2012 8:26 AM, Kelly O'Hair wrote: On Jan 18, 2012, at 12:19 AM, Jonathan Lu wrote: Hi core-libs

Re: Need reviewer: ant script bug in jaxws

2012-01-09 Thread Kelly O'Hair
On Jan 8, 2012, at 3:35 PM, David Holmes wrote: Hi Kelly, On 7/01/2012 4:35 AM, Kelly O'Hair wrote: Still need a reviewer for this small change. Any volunteers? Seems okay. Did we determine how they went missing in the first place? A long long time ago, when we did the split of jaxws

Fwd: Need reviewer: ant script bug in jaxws

2012-01-06 Thread Kelly O'Hair
Still need a reviewer for this small change. Any volunteers? -kto Begin forwarded message: From: Kelly O'Hair kelly.oh...@oracle.com Subject: Need reviewer: ant script bug in jaxws Date: January 4, 2012 17:59:32 PM PST To: core-libs-dev Libs core-libs-dev@openjdk.java.net Cc: miroslav

Need reviewer: ant script bug in jaxws

2012-01-04 Thread Kelly O'Hair
For jdk8. Had this on my CR list for a long time. :^( Need reviewer. This is an ant script change in jaxws Minor issue of missing files: META-INF/mailcap.default META-INF/mimetypes.default In the dist/lib/classes.jar file created by the jaxws build and delivered into the jdk. 7096063:

Re: 7121110 : JAXP 1.4.5 update 1 for 7u4 jaxp source in jdk7 repo

2012-01-03 Thread Kelly O'Hair
So you have a review from me. I think you need to send this CR/webrev and request for approval to the jdk7u-...@openjdk.java.net alias for 7u4 Or did you do that already? Hopefully we can fix this drop stuff before 12/12/12 and the end of the world. 8^{ -kto On Dec 30, 2011, at 10:11 AM,

Re: Known issue? java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java

2012-01-03 Thread Kelly O'Hair
On Dec 31, 2011, at 2:31 AM, Alan Bateman wrote: On 31/12/2011 01:31, Kelly O'Hair wrote: Just wondering if anyone has seen this testcase failure. I'm using Fedora 9 x86. -kto : Test DatagramChannel to INET socket join 225.4.5.6 @ virbr0 Send message from 192.168.122.1 - group

Known issue? java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java

2011-12-30 Thread Kelly O'Hair
Just wondering if anyone has seen this testcase failure. I'm using Fedora 9 x86. -kto -- TEST: java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java JDK under test: (/tmp/jprt/P1/143001.jprovino/testproduct/linux_i586_2.6-product)

Re: 7121110 : JAXP 1.4.5 update 1 for 7u4 jaxp source in jdk7 repo

2011-12-27 Thread Kelly O'Hair
AM, Kelly O'Hair wrote: Looks great to me. There is still the issue of making sure the right people (like you :^) are the ones patching this code, so we know what we have matches the public JAXP project. -kto On Dec 23, 2011, at 1:27 PM, Joe Wang wrote: Hi All, We have prepared

Re: 7121110 : JAXP 1.4.5 update 1 for 7u4 jaxp source in jdk7 repo

2011-12-24 Thread Kelly O'Hair
Looks great to me. There is still the issue of making sure the right people (like you :^) are the ones patching this code, so we know what we have matches the public JAXP project. -kto On Dec 23, 2011, at 1:27 PM, Joe Wang wrote: Hi All, We have prepared a jaxp update for 7u4. The listed

Re: Potential timeout issues - tests running in the same vm

2011-11-16 Thread Kelly O'Hair
On Nov 16, 2011, at 8:29 AM, Gary Adams wrote: The jtreg tests that use othervm along with a timeout argument should be fairly reliable in getting a consistent result. The tests that did not specify othervm may run into problems, if they are run concurrently with other tests. Here's a

Re: Potential timeout issues - tests running in the same vm

2011-11-16 Thread Kelly O'Hair
On Nov 16, 2011, at 8:56 AM, Alan Bateman wrote: On 16/11/2011 16:29, Gary Adams wrote: The jtreg tests that use othervm along with a timeout argument should be fairly reliable in getting a consistent result. The tests that did not specify othervm may run into problems, if they are run

Re: Request for review - removal of unused dlinfo variable in java_md.c

2011-10-11 Thread Kelly O'Hair
Please keep in mind that this was a very small, obviously safe, one line change. More significant changes could take longer. Just to set expectations. ;^) -kto On Oct 11, 2011, at 8:40 AM, Steve Poole wrote: On Mon, 2011-10-10 at 08:04 -0700, Kumar Srinivasan wrote: That was quick! Thanks

Re: Request for review - removal of unused dlinfo variable in java_md.c

2011-10-10 Thread Kelly O'Hair
This patch looks fine to me. Have you been working with anyone to get your contributions pushed in? -kto On Oct 10, 2011, at 2:58 PM, Steve Poole wrote: hi all, Please find attached a trivial patch to remove an unused variable in jdk/src/solaris/bin/java_md.c The present of the

Re: Request for review - removal of unused dlinfo variable in java_md.c

2011-10-10 Thread Kelly O'Hair
this into the jdk8/tl/jdk repository. -kto On Oct 10, 2011, at 4:34 PM, Neil Richards wrote: On Mon, 2011-10-10 at 16:27 +0200, Kelly O'Hair wrote: This patch looks fine to me. Have you been working with anyone to get your contributions pushed in? -kto Hi Kelly, I've been looking for something

testcase failure

2011-10-02 Thread Kelly O'Hair
Anyone seen this testcase failure before? -kto -- TEST: java/util/Locale/Bug6989440.java JDK under test: (/tmp/jprt/P1/001456.jprtadm/testproduct/solaris_i586_5.10-product) openjdk version 1.8.0-internal OpenJDK Runtime Environment (build

another testcase failure

2011-10-02 Thread Kelly O'Hair
This one failed on Solaris 10u6 sparc, look familiar to anyone? -kto -- TEST: java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java JDK under test: (/tmp/jprt/P1/001456.jprtadm/testproduct/solaris_sparc_5.10-product) openjdk version

Test failure on Ubuntu 10.04 java/nio/channels/FileChannel/Transfers.java

2011-09-30 Thread Kelly O'Hair
Has anyone seen this testcase fail like this? FAILED: java/nio/channels/FileChannel/Transfers.java ACTION: main -- Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Some tests failed REASON: Assumed action based on file name: run main Transfers TIME: 3.337 seconds

Re: Request for review: 7012206

2011-09-20 Thread Kelly O'Hair
On Sep 19, 2011, at 10:05 PM, David Holmes wrote: Thanks Alan. Other failures haven't shown up thus far so for now we'll just address these ones (it improves the pass rate somewhat :) ). Could I get a second review from someone in serviceability? They look fine to me. -kto Thanks,

Re: code review request: 7087428: move client tests out of jdk_misc

2011-09-07 Thread Kelly O'Hair
On Sep 7, 2011, at 4:07 AM, Alan Bateman wrote: Weijun Wang wrote: Updated: root: http://cr.openjdk.java.net/~weijun/7087428/control/webrev.00/ jdk: http://cr.openjdk.java.net/~weijun/7087428/webrev.01/ I also update Makefile to put jdk_sound to its correct alphabetical position. The

Re: code review request: 7087428: move client tests out of jdk_misc

2011-09-07 Thread Kelly O'Hair
alphabetical position. Thanks Max On 09/07/2011 02:30 AM, Kelly O'Hair wrote: Looks fine. But the files make/jprt.properties in both the root repository and the jdk repository will minor changes to add jdk_sound as a new test for JPRT. You can place

Re: code review request: 7087428: move client tests out of jdk_misc

2011-09-06 Thread Kelly O'Hair
Looks fine. But the files make/jprt.properties in both the root repository and the jdk repository will minor changes to add jdk_sound as a new test for JPRT. You can place it in the jprt.make.rule.all.test.targets list. -kto On Sep 6, 2011, at 8:12 AM, Weijun Wang wrote: Hi Kelly Webrev

Re: Launcher fix: 7067922, please review

2011-07-18 Thread Kelly O'Hair
Looks ok to me. -kto On Jul 18, 2011, at 2:48 PM, Kumar Srinivasan wrote: Hi, Please review http://cr.openjdk.java.net/~ksrini/7067922 Thanks Kumar

Re: Easy review...rebrand issue with java launcher

2011-07-15 Thread Kelly O'Hair
Looks fine to me. -kto On Jul 15, 2011, at 2:48 PM, Kumar Srinivasan wrote: Updated the webrev. http://cr.openjdk.java.net/~ksrini/7062969/webrev/ Thanks Kumar On 7/15/2011 11:38 AM, Kumar Srinivasan wrote: Hello, http://cr.openjdk.java.net/~ksrini/7062969/ Thanks Kumar

Heads up, new jaxp source drop

2011-05-19 Thread Kelly O'Hair
Heads up. The jdk7/tl forest has a new jaxp source drop dependency. 7044493: Incorrectly formated GPL headers in JDK7 JAXP source drop http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/bdf77cbd9958 The new source drop bundle is called: jaxp145_01.zip So if you have your own ALT_DROPS_DIR cache,

Heads up, new jaxws source drop

2011-05-10 Thread Kelly O'Hair
Heads up. The jdk7/tl forest has a new jaxws source drop dependency. Will likely be integrated into b144. 7042773: Integrate JAXWS 2.2.4 update to JDK7 http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/6d59d563f187 The new jaxws source drop bundle is called: jdk7-jaxws2_2_4-b02-2011_05_09.zip So

Heads up, new jaxp source drop

2011-05-01 Thread Kelly O'Hair
Heads up. The jdk7/tl forest has a new jaxp source drop dependency. 7040147: jaxp 1.4.5 jdk7 integration http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/30129a58aacc The new jaxws source drop bundle is called: jaxp-1_4_5.zip So if you have your own ALT_DROPS_DIR cache, you need to add these

Re: Quick code review to address a couple typos in the javadoc for ResultSet, CR 7007772

2011-04-26 Thread Kelly O'Hair
ooks fne. ;^) -kto On Apr 12, 2011, at 10:57 AM, Lance Andersen - Oracle wrote: Hi folks, Looking for a reviewer for the following simple change to ResultSet to address CR 7007772 hg diff diff -r 1bb95f6ac753 src/share/classes/java/sql/ResultSet.java ---

Heads up, new jaxws source drop bundle

2011-04-12 Thread Kelly O'Hair
7034918: Integrate JAX-WS 2.2.4-b01 in to JDK 7 http://cr.openjdk.java.net/~ohair/openjdk7/jaxws-7034918/webrev/ More details on the changes here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7034918 The new jaxws source drop bundle is called: jdk7-jaxws2_2_4-b01-2011_04_08.zip So if

Re: Review request for removal of lint warnings in DriverManager, CR 7034656

2011-04-07 Thread Kelly O'Hair
And the big man in the sky opens his book of good deeds, looks up Lance, and adds 4/7/2011 - Lance fixed warning errors. ;^) Thanks! -kto On Apr 7, 2011, at 6:48 AM, Lance Andersen - Oracle wrote: Hi all, This is a request for a review of the changes to remove the lint warnings for

Re: Need reviewer: 7034700: simple fix

2011-04-07 Thread Kelly O'Hair
Looks fine to me. -kto On Apr 7, 2011, at 12:05 PM, Kumar Srinivasan wrote: Hi, This fixes a build issue in non-product builds, with the fix for 7033954. During the pack200 build the wrong mapfile is picked up due to the idiosyncrasy of the makefile. Thus the fix is simply and explicitly

Re: 7030249: Eliminate use of LoadLibrary and other clean-ups

2011-03-29 Thread Kelly O'Hair
On Mar 29, 2011, at 6:48 AM, Alan Bateman wrote: Kelly O'Hair wrote: I'll admit that I'm not following this C code horribly well, but overall it does look much cleaner. As well as I can follow it, it looks good. In the Makefile, could we get some comments as to why the lib's are needed

Re: 7030249: Eliminate use of LoadLibrary and other clean-ups

2011-03-28 Thread Kelly O'Hair
I'll admit that I'm not following this C code horribly well, but overall it does look much cleaner. As well as I can follow it, it looks good. In the Makefile, could we get some comments as to why the lib's are needed and also some comments as to what the delayload means and why it is

Re: Review request for 7020513 : Add com.sun.xml.internal to the package.access property in java.security

2011-03-07 Thread Kelly O'Hair
Looks good to me. -kto On Mar 7, 2011, at 11:39 AM, Rama Pulavarthi wrote: Thanks for the review. We had to make additional changes to run the tests. Hopefully this is the final webrev for this issue. Please review this new webrev which also has changes to jdk/test/Makefile to run the

Need reviewers: Update of jaxp 1.4.5 source drop bundle

2011-03-02 Thread Kelly O'Hair
Need reviewer for change in jaxp source drop bundle 7023289: jaxp 1.4.5 development jdk7 2nd integration http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-jaxp-145dev1/webrev/ Joe or someone from the JAXP team may want to comment on the specific changes in this new source bundle. -kto

Re: Review request for 7016707 Remove the BootClassLoaderHook for jkernel support

2011-02-24 Thread Kelly O'Hair
Makefile change is fine. Sorry I wasn't able to look at the code changes. -kto On Feb 24, 2011, at 10:30 AM, Mandy Chung wrote: 7016707: Remove the BootClassLoaderHook for jkernel support Webrev at: http://cr.openjdk.java.net/~mchung/7016707/webrev.00/ The sun.jkernel.* classes have

Re: 7001685: Renable EnumSetBash Test

2011-02-21 Thread Kelly O'Hair
Ok with me. -kto On Feb 21, 2011, at 10:57 AM, Mike Duigou wrote: Hi All; I need a quick review for a very minor issue. An EnumSet unit test, EnumSetBash.java, is currently disabled but the bug which caused it to be disabled seems to no longer be reproducible. It is theorized that it

Re: code review request for 6880112, Coin: use diamond in core libraries

2010-12-20 Thread Kelly O'Hair
Not sure about a policy, but yes typically we require the previous JDK release to be the boot jdk. However, the policy, if you want to call it that, has relaxed a bit, it does need to be a previously released jdk. We require a jdk6u14 or newer for jdk7, and I suspect the newer jdk6 update

Re: code review request for 6880112, Coin: use diamond in core libraries

2010-12-16 Thread Kelly O'Hair
On Dec 16, 2010, at 12:45 AM, Alan Bateman wrote: Stuart Marks wrote: Hi all, As Joe Darcy mentioned yesterday [1], I'm working on updating the JDK libraries to use the new JDK 7 Coin features. The first feature is the diamond operator [2]. This first round of changes includes

Re: 6989471: compiler warnings building java/zip native code

2010-11-18 Thread Kelly O'Hair
Looks good to me. Thanks for doing this. -kto On Nov 18, 2010, at 2:03 PM, Xueming Shen wrote: Alan, Kelly, Would you please help review the patch that tries to address those compiler warning in zip area? http://cr.openjdk.java.net/~sherman/6989471/webrev I added some comments to

Re: Mercurial repositories no longer work?

2010-11-09 Thread Kelly O'Hair
On Nov 9, 2010, at 3:42 AM, Alan Eliasen wrote: On 11/09/2010 03:13 AM, Alan Bateman wrote: The web-discuss mailing list is the place for infrastructure discussion. As it happens, someone started a discussion about this issue just a few days ago:

Windows VS2010

2010-10-08 Thread Kelly O'Hair
Anyone seen this failure before... The very latest jdk7/tl/jdk repo I'm testing Windows XP VS2010 builds: Created ../../../build/windows-i586/tmp/sun/java.util.zip/zip/obj_gO/ zip.lcf C:/PROGRA~1/MICROS~2.0/VC/Bin/link -dll -out:../../../build/windows-

Re: Windows VS2010

2010-10-08 Thread Kelly O'Hair
, Kelly O'Hair wrote: Anyone seen this failure before... The very latest jdk7/tl/jdk repo I'm testing Windows XP VS2010 builds: Created ../../../build/windows-i586/tmp/sun/java.util.zip/zip/ obj_gO/zip.lcf C:/PROGRA~1/MICROS~2.0/VC/Bin/link -dll -out:../../../build/ windows-i586/tmp/sun

Re: 6989116: (verifier) compiler warning messages

2010-10-07 Thread Kelly O'Hair
Looks fine. -kto On Oct 7, 2010, at 11:20 AM, Alan Bateman wrote: Another small patch to address a few compiler warnings, this time with the old type inference verifier (libverify) when doing debug builds. This is debug code that isn't compiled in when doing product builds. -Alan.

Re: 6989466: Miscellaneous compiler warnings in java/lang, java/util, java/io, sun/misc native code

2010-10-06 Thread Kelly O'Hair
This looks ok to me. If it gets past a JPRT build on all platforms I think it's golden. Thank you. May your fortune cookies always be positive. ;^) -kto On Oct 6, 2010, at 1:37 PM, Alan Bateman wrote: This batch eliminates a bunch of compiler warnings from the native code:

Re: 6989466: Miscellaneous compiler warnings in java/lang, java/util, java/io, sun/misc native code

2010-10-06 Thread Kelly O'Hair
On Oct 6, 2010, at 2:28 PM, Mandy Chung wrote: On 10/06/10 13:37, Alan Bateman wrote: This batch eliminates a bunch of compiler warnings from the native code: http://cr.openjdk.java.net/~alanb/6989466/webrev/ Looks good to me. I will defer to your build to verify if there is any

Need reviewer: Fixes to some link issues in the javadoc comments

2010-07-07 Thread Kelly O'Hair
Need a reviewer: 6967036: Need to fix links with // in Javadoc comments http://cr.openjdk.java.net/~ohair/openjdk7/links-6967036/webrev/ -kto

Need reviewer: regression in control builds, workaround fix

2010-06-24 Thread Kelly O'Hair
Joe, Looks like I need to undo the removal of the sun/nio/cs/ext classes from rt.jar (they supposedly belonged in charsets.jar). Control builds of jdk7-tl are broken. Apparently in the short time that they have been in jdk7 rt.jar, we seem to have created a dependency on some of the

Re: 6962419: TEST_BUG: java_io tests fails in samevm mode

2010-06-20 Thread Kelly O'Hair
On Jun 20, 2010, at 1:49 AM, Alan Bateman wrote: Kelly O'Hair wrote: Looks great to me. Thanks to everyone for fixing tests like this. People should keep in mind that some of the test batches in the jdk/ test/Makefile do NOT run in samevm mode at all, e.g. jdk_awt, jdk_beans2, jdk_beans3

Re: 6962419: TEST_BUG: java_io tests fails in samevm mode

2010-06-18 Thread Kelly O'Hair
Looks great to me. Thanks to everyone for fixing tests like this. People should keep in mind that some of the test batches in the jdk/ test/Makefile do NOT run in samevm mode at all, e.g. jdk_awt, jdk_beans2, jdk_beans3, jdk_management1, jdk_management2, jdk_nio2, jdk_nio3, jdk_rmi,

Re: Must call RegisterNatives after getMethodID, else get UnsatisfiedLinkError

2010-06-09 Thread Kelly O'Hair
It's been a while since I worked with this stuff, but I would have done a: jclass cls = env-FindClass(Test); Which, if I recall, FindClass actually initializes the class. Just a stab in the dark. -kto On Jun 9, 2010, at 12:39 PM, Martin Buchholz wrote: David, Thanks for the bug

Re: A List implementation backed by multiple small arrays rather than the traditional single large array.

2010-04-24 Thread Kelly O'Hair
Try here: https://sca.dev.java.net https://sca.dev.java.net/CA_signatories.htm -kto On Apr 24, 2010, at 5:50 PM, Martin Buchholz wrote: On Tue, Apr 13, 2010 at 04:18, Kevin L. Stern kevin.l.st...@gmail.com wrote: The FAQ for the Sun Contributor Agreement Q3

Re: TEST: java/nio/channels/AsynchronousSocketChannel/Basic.java

2010-03-12 Thread Kelly O'Hair
Filed bug 6934585 -kto On Mar 12, 2010, at 12:06 AM, Alan Bateman wrote: Kelly O'Hair wrote: I'm having problems with this test on Solaris 10 X86 and Fedora 9 32bit. Ring any bells? -kto I haven't seen this failure but looking at the test now, the connect can fail immediately which

TEST: java/nio/channels/AsynchronousSocketChannel/Basic.java

2010-03-11 Thread Kelly O'Hair
I'm having problems with this test on Solaris 10 X86 and Fedora 9 32bit. Ring any bells? -kto -- TEST: java/nio/channels/AsynchronousSocketChannel/Basic.java JDK under test: (/tmp/jprt/P1/T/173102.ohair/testproduct/ solaris_i586_5.10-product)

Test failure java/nio/channels/Selector/OpRead.java

2010-03-06 Thread Kelly O'Hair
Just to record the event... TEST: java/nio/channels/Selector/OpRead.java Failed on Fedora 9 32bit machine prt-x2200-1.sfbay, NOT using -samevm. I'll file a bug if it repeats, or you ask for one to be filed. -kto -- TEST:

Re: Need reviewer for forward port of 6815768 (File.getXXXSpace) and 6815768 (String.hashCode)

2010-02-25 Thread Kelly O'Hair
DOH! Yeah that one looks better... ;^) Thought they looked the same before. -kto On 2/25/10 11:08 AM, Alan Bateman wrote: Kelly O'Hair wrote: Looks fine to me. -kto Thanks Kelly and also to Joe for pointing out that I botched the link to the second one - here is the right webrev: http

Re: Need reviewer for forward port of 6815768 (File.getXXXSpace) and 6815768 (String.hashCode)

2010-02-25 Thread Kelly O'Hair
Yup. My eyes must be tired, I didn't see that. :^( -kto On 2/25/10 12:17 PM, Ulf Zibis wrote: Why don't you use the faster local copy of count for the junction like: if (h == 0 len 0) { ? -Ulf Am 25.02.2010 20:08, schrieb Alan Bateman: Kelly O'Hair wrote: Looks fine to me. -kto

Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files

2010-01-08 Thread Kelly O'Hair
Andrew Haley wrote: On 12/09/2009 03:36 PM, Andrew Haley wrote: This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 The symptom is that jmap doesn't work because target libraries are stripped. The fix is to allow the symtab reader to use the separate debuginfo files that are available

Need reviewer - fixing tests to work with CYGWIN

2009-12-22 Thread Kelly O'Hair
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. 6910834: TEST: java/io/File/Basic.java fails on Windows CYGWIN environment 6910835:

Need reviewer - adding -ea -esa to testing via jdk/test/Makefile

2009-12-11 Thread Kelly O'Hair
Need reviewer - adding -ea -esa to testing via jdk/test/Makefile 6909373: Add -ea to the testing done by jdk/test/Makefile http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-6909373/webrev/ Also put select jtreg options into separate make variables for easier experimentation without modifying

Re: Need reviewers, jdk7 testing changes

2009-12-08 Thread Kelly O'Hair
Martin Buchholz wrote: On Mon, Dec 7, 2009 at 23:30, Martin Buchholz marti...@google.com wrote: You cannot exclude the Mother Of All Tests. This is non-negotiable. More seriously... It's very difficult to manage creeping failures in regression tests. Tell me about it. :^( In theory,

Need reviewers, jdk7 testing changes

2009-12-07 Thread Kelly O'Hair
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 pointed out my typo in the jdk/test/Makefile

Re: hg: jdk7/tl/jdk: 6907177: Update jdk tests to remove unncessary -source and -target options

2009-12-04 Thread Kelly O'Hair
Andrew John Hughes wrote: 2009/12/4 joe.da...@sun.com: Changeset: 1755493c5774 Author:darcy Date: 2009-12-03 18:19 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1755493c5774 6907177: Update jdk tests to remove unncessary -source and -target options Reviewed-by: ohair

Re: Code review request for 6907177 Update jdk tests to remove unncessary -source and -target options

2009-12-03 Thread Kelly O'Hair
Looks fine Joe. I also have some of these same changes, on the jvmti demo tests but they should merge fine when I get your changeset. -kto Joe Darcy wrote: Hello. The fix for 6907177 Update jdk tests to remove unncessary -source and -target options alters about 100 regression tests in the

Re: Need reviewer - java.template changes

2009-11-26 Thread Kelly O'Hair
would love. ;^) -kto Alan Bateman wrote: Kelly O'Hair wrote: Need reviewer. 6903197: Some java template files need to be renamed to .java.template http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-6903197/webrev/ Looks okay to me (although I prefer the original names :-). It would be good

Re: 6888701 - Change all template java source files to a .java-template file suffix

2009-11-09 Thread Kelly O'Hair
Ulf Zibis wrote: IMO you should add jdk/make/tools/CharsetMapping/*.java to the fix of Bug 6888701. Perhaps... I was mainly after fixing the naming convention in the src/ directory, and I somehow missed these files in the make/tools area. The files in jdk/make/tools/GenerateCharacter

Re: review request for 6798511/6860431: Include functionality of Surrogate in Character

2009-08-27 Thread Kelly O'Hair
Ulf Zibis wrote: Am 26.08.2009 21:01, Xueming Shen schrieb: - Fixed ugly output of make/tools/src/build.tools.spp.Spp; (see jdk1.7.0/src.zip) Ulf, those buf.append(LNSEP) lines serve the purpose of keeping the code in the generated source file have exactly the same line number as they

Re: [PATCH FOR APPROVAL]: ReflectiveOperationException missing from FILES_java.gmk

2009-08-07 Thread Kelly O'Hair
Joseph D. Darcy wrote: Andrew John Hughes wrote: When java.lang.ReflectiveOperationException was added in: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aaf0cb20646e it wasn't added to make/java/java/FILES_java.gmk. Although it still seems to end up in rt.jar when building with IcedTea as

Re: [PATCH FOR APPROVAL]: ReflectiveOperationException missing from FILES_java.gmk

2009-08-07 Thread Kelly O'Hair
Andrew John Hughes wrote: 2009/8/7 Kelly O'Hair kelly.oh...@sun.com: Joseph D. Darcy wrote: Andrew John Hughes wrote: When java.lang.ReflectiveOperationException was added in: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aaf0cb20646e it wasn't added to make/java/java/FILES_java.gmk

  1   2   >