Re: RFR: 8253795: Implementation of JEP 391: macOS/AArch64 Port [v9]

2021-02-26 Thread daniel . daugherty

On 2/26/21 7:55 AM, Vladimir Kempik wrote:

On Tue, 2 Feb 2021 23:07:08 GMT, Daniel D. Daugherty  wrote:


Anton Kozlov has updated the pull request incrementally with one additional 
commit since the last revision:

   support macos_aarch64 in hsdis

src/java.base/macosx/native/libjli/java_md_macosx.m line 210:


208: if (preferredJVM == NULL) {
209: #if defined(__i386__)
210: preferredJVM = "client";

#if defined(__i386__)
 preferredJVM = "client";
Not your bug, but Oracle/OpenJDK never supported 32-bit __i386__ on macOS.

Hello
I thought the openjdk7 supported 32-bit macos at some point in time


The macOS porting project supported 32-bit macOS, but when the code
was integrated into OpenJDK7 I don't believe that 32-bit macOS was
supported. I could be wrong... it was quite a while ago...

Dan




-

PR: https://git.openjdk.java.net/jdk/pull/2200




Re: RFR: 8253795: Implementation of JEP 391: macOS/AArch64 Port [v9]

2021-02-05 Thread daniel . daugherty

On 2/5/21 4:51 AM, Magnus Ihse Bursie wrote:

On Tue, 2 Feb 2021 21:20:52 GMT, Daniel D. Daugherty  wrote:


Anton Kozlov has updated the pull request incrementally with one additional 
commit since the last revision:

   support macos_aarch64 in hsdis

make/autoconf/flags.m4 line 140:


138: else
139:   MACOSX_VERSION_MIN=10.12.0
140: fi

Not something that needs to be addressed here, but these changes
illustrate that our collective use of macOSX/MACOSX/MacOSX names
are tied to the fact that the macOS major version number was at 10
for a very long time.

@magicus - Do we have an RFE to rename MACOSX or are we sticking
with it and evolving our interpretation of the 'X' from '10' to */splat/asterik?

@dcubed-ojdk There is no RFE to renaming "macosx" to "macos". I'm not sure it should be done. We 
can't follow all marketing trends (Apple recently renamed iOS to iPadOS for the iPad; we can't keep adapting to such 
schemes). Personally, I like the new name without the "x", but we had already spent some time trying to find 
and fix all (or at least, most) instances of "osx" in the code, that I don't really think it's worth the 
effort.

If you can drill up enough enthusiasm for such a project, and get any 
objections down to minimum, I can help implementing it. But I won't be 
spearheading it.


make/common/NativeCompilation.gmk line 1178:


1176: endif
1177: # This only works if the openjdk_codesign identity is 
present on the system. Let
1178: # silently fail otherwise.

Might want to add a comment here:
 #  The '-f' option will replace an existing signature if one exists.

We're not really in the habit of adding comments for various command line options. Normally, you 
can check these with "man" if you are uncertain. If they do something surprising, sure, 
but here it's more of a "it's needed on aarch64 to work at all", so I don't think a 
comment will be anything but added clutter.

-

PR: https://git.openjdk.java.net/jdk/pull/2200


@magicus - I'm good with both of these answers. I personally like 'macosx'.

Dan


Re: RFR: 8260860: ProblemList tools/jlink/plugins/CompressorPluginTest.java

2021-02-02 Thread daniel . daugherty

On 2/2/21 2:46 AM, Alan Bateman wrote:

On 01/02/2021 22:13, Daniel D.Daugherty wrote:
A trivial fix to put tools/jlink/plugins/CompressorPluginTest.java 
back on the

ProblemList. It was removed in error (see the bug for the details).

Something fishy here, Sundar ran the test 500 times on the 3 main 
platforms before integrating. I asked him to do this because of 
reliability issues with some of the jlink tests. linux-aarch64 was 
missed in that testing and we do seem to have an issue there at least.


-Alan


I've updated https://bugs.openjdk.java.net/browse/JDK-8247407 with
a confidential comment and a link to bring up the recent test failures
in the JDK17 CI. The linux-aarch64 failures were pretty constant, the
linux-x64 and macOSX failures were intermittent.

I think this was a reasonable ProblemListing given the failures that
I observed yesterday.

Dan


hg: jdk8/tl/jdk: 8016838: improvement of RedefineBigClass and RetransformBigClass tests

2013-07-23 Thread daniel . daugherty
Changeset: 6f3b940fe9f8
Author:igerasim
Date:  2013-07-23 18:57 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6f3b940fe9f8

8016838: improvement of RedefineBigClass and RetransformBigClass tests
Reviewed-by: dcubed

! test/ProblemList.txt
! test/java/lang/instrument/RedefineBigClass.sh
! test/java/lang/instrument/RedefineBigClassApp.java
! test/java/lang/instrument/RetransformBigClass.sh
! test/java/lang/instrument/RetransformBigClassApp.java



hg: jdk8/tl/jdk: 8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS

2013-02-20 Thread daniel . daugherty
Changeset: 5772e9edbc4c
Author:dcubed
Date:  2013-02-20 13:23 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5772e9edbc4c

8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS
Summary: Use more portable pattern counting constructs in test driver.
Reviewed-by: sspitsyn, sla, coleenp

! test/java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh



hg: jdk8/tl/jdk: 8007935: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh should use $COMPILEJAVA for javac

2013-02-13 Thread daniel . daugherty
Changeset: b13247d5408d
Author:dcubed
Date:  2013-02-13 13:22 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b13247d5408d

8007935: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh should use 
$COMPILEJAVA for javac
Reviewed-by: sspitsyn, alanb

! test/java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh



hg: jdk8/tl/jdk: 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument

2013-02-11 Thread daniel . daugherty
Changeset: abd530253f01
Author:dcubed
Date:  2013-02-11 10:07 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/abd530253f01

8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to 
java/lang/instrument
Reviewed-by: coleenp, sspitsyn

+ test/com/sun/jdi/RedefineAbstractClass.sh
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesAgent.java
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesApp.java
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesImpl.java
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesImpl_1.java
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesIntf1.java
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesIntf2.java
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesRemote.java
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesTarget.java
+ test/java/lang/instrument/RedefineSubclassWithTwoInterfacesTarget_1.java



hg: jdk8/tl/jdk: 7194608: add VerifyLocalVariableTableOnRetransformTest.sh to Problem.list

2012-08-28 Thread daniel . daugherty
Changeset: bfd5ecb1b4aa
Author:dcubed
Date:  2012-08-28 09:40 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bfd5ecb1b4aa

7194608: add VerifyLocalVariableTableOnRetransformTest.sh to Problem.list
Reviewed-by: alanb

! test/ProblemList.txt



hg: jdk8/tl/jdk: 7191322: add test for 7064927 to java.lang.instrument

2012-08-17 Thread daniel . daugherty
Changeset: 509421263cdd
Author:dcubed
Date:  2012-08-17 12:51 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/509421263cdd

7191322: add test for 7064927 to java.lang.instrument
Summary: Add support for canRetransform attribute to the test manager. Add test 
for 7064927.
Reviewed-by: dsamersoff, sspitsyn, ohair

! test/java/lang/instrument/ATransformerManagementTestCase.java
+ test/java/lang/instrument/DummyClassWithLVT.java
+ test/java/lang/instrument/VerifyLocalVariableTableOnRetransformTest.java
+ test/java/lang/instrument/VerifyLocalVariableTableOnRetransformTest.sh
+ test/java/lang/instrument/retransformAgent.mf



hg: jdk8/tl/jdk: 2 new changesets

2012-06-06 Thread daniel . daugherty
Changeset: 181175887d24
Author:jonas
Date:  2012-06-06 13:16 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/181175887d24

7174861: all/OPT jdk build on Solaris with FDS enabled sets wrong options
Summary: Use CFLAGS_COMMON instead of CC_OPT and CXXFLAGS_COMMON instead of 
CXX_OPT for setting FDS options. FDS should also set OPTIMIZATION_LEVEL.
Reviewed-by: ihse, dholmes, ohair, dcubed

! make/common/Defs-solaris.gmk

Changeset: 7543b6db3026
Author:dcubed
Date:  2012-06-06 19:11 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7543b6db3026

Merge




hg: jdk8/tl/jdk: 7170449: Management is completely broken at least on Solaris 11 X86

2012-05-25 Thread daniel . daugherty
Changeset: 82134992123c
Author:dcubed
Date:  2012-05-25 08:20 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/82134992123c

7170449: Management is completely broken at least on Solaris 11 X86
Summary: Work around 'gobjcopy' failures on Solaris by adding temporary tools 
to add the '.gnu_debuglink' section and remove the SHF_ALLOC flag from empty 
section headers.
Reviewed-by: sspitsyn, acorn

! make/common/Defs-solaris.gmk
! make/common/Defs.gmk
! make/common/Library.gmk
! make/common/Program.gmk
! make/tools/Makefile
+ make/tools/add_gnu_debuglink/Makefile
+ make/tools/add_gnu_debuglink/add_gnu_debuglink.c
+ make/tools/fix_empty_sec_hdr_flags/Makefile
+ make/tools/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c



hg: jdk8/tl/jdk: 7168520: No jdk8 TL Nightly linux builds due to broken link in b39-2012-05-13_231

2012-05-17 Thread daniel . daugherty
Changeset: ce165aa48dcb
Author:dcubed
Date:  2012-05-17 06:26 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ce165aa48dcb

7168520: No jdk8 TL Nightly linux builds due to broken link in 
b39-2012-05-13_231
Summary: ZIP libjsig.debuginfo links into libjsig.diz files since aurora 
doesn't like dangling symlinks
Reviewed-by: katleman

! make/java/redist/Makefile



hg: jdk8/tl/jdk: 7159320: change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available

2012-04-17 Thread daniel . daugherty
Changeset: cce6147632cf
Author:dcubed
Date:  2012-04-17 09:02 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cce6147632cf

7159320: change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 
is available
Reviewed-by: ohair, jmelvin, sspitsyn

! make/common/Defs-linux.gmk
! make/common/Defs-solaris.gmk
! make/common/Defs-windows.gmk



hg: jdk8/tl: 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds

2012-04-03 Thread daniel . daugherty
Changeset: 4d45c7117e23
Author:dcubed
Date:  2012-04-03 10:17 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/rev/4d45c7117e23

7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects OPT builds. Finish 
enabling ENABLE_FULL_DEBUG_SYMBOLS flag on Windows.
Reviewed-by: ohair, jmelvin, sspitsyn

! make/Defs-internal.gmk
! make/hotspot-rules.gmk
! make/jdk-rules.gmk



hg: jdk8/tl/jdk: 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds

2012-04-03 Thread daniel . daugherty
Changeset: 754945137012
Author:dcubed
Date:  2012-04-03 12:57 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/754945137012

7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects OPT builds. Finish 
enabling ENABLE_FULL_DEBUG_SYMBOLS flag on Windows.
Reviewed-by: ohair, jmelvin, sspitsyn

! make/common/Defs-linux.gmk
! make/common/Defs-solaris.gmk
! make/common/Defs-windows.gmk
! make/common/Library.gmk
! make/common/Program.gmk



hg: jdk8/tl/jdk: 7136506: FDS: rework jdk repo Full Debug Symbols support

2012-03-23 Thread daniel . daugherty
Changeset: e7f813f2ea86
Author:dcubed
Date:  2012-03-23 09:27 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e7f813f2ea86

7136506: FDS: rework jdk repo Full Debug Symbols support
Summary: Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES 
build flags. Add support for .diz files. Preserve symlinks in zip archives.
Reviewed-by: dholmes, ohair

! make/common/Defs-linux.gmk
! make/common/Defs-solaris.gmk
! make/common/Defs-windows.gmk
! make/common/shared/Sanity.gmk
! make/java/redist/Makefile
! make/java/redist/sajdi/Makefile
! make/jprt.gmk



hg: jdk8/tl/jdk: 7121600: Instrumentation.redefineClasses() leaks class bytes

2011-12-22 Thread daniel . daugherty
Changeset: 3c1ab134db71
Author:dcubed
Date:  2011-12-22 18:35 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3c1ab134db71

7121600: Instrumentation.redefineClasses() leaks class bytes
Summary: Call JNI ReleaseByteArrayElements() on memory returned by JNI 
GetByteArrayElements(). Also push test for 7122253.
Reviewed-by: acorn, poonam

! src/share/instrument/JPLISAgent.c
+ test/java/lang/instrument/BigClass.java
+ test/java/lang/instrument/MakeJAR4.sh
+ test/java/lang/instrument/RedefineBigClass.sh
+ test/java/lang/instrument/RedefineBigClassAgent.java
+ test/java/lang/instrument/RedefineBigClassApp.java
+ test/java/lang/instrument/RetransformBigClass.sh
+ test/java/lang/instrument/RetransformBigClassAgent.java
+ test/java/lang/instrument/RetransformBigClassApp.java



hg: jdk8/tl/jdk: 7085944: 3/3 FDS: gdb does not find debug symbols for libjsig link

2011-09-20 Thread daniel . daugherty
Changeset: 029ba13aa0df
Author:dcubed
Date:  2011-09-20 19:16 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/029ba13aa0df

7085944: 3/3 FDS: gdb does not find debug symbols for libjsig link
Summary: Add support for importing .debuginfo files from HSX.
Reviewed-by: phh

! make/common/Defs-linux.gmk
! make/common/Defs-solaris.gmk
! make/java/redist/Makefile
! make/java/redist/sajdi/Makefile



hg: jdk7/tl/jdk: 7035555: 4/4 attach/BasicTests.sh needs another tweak for Cygwin

2011-04-12 Thread daniel . daugherty
Changeset: 59b2b9a34b3c
Author:dcubed
Date:  2011-04-12 13:36 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/59b2b9a34b3c

703: 4/4 attach/BasicTests.sh needs another tweak for Cygwin
Summary: Test needs to properly detect missing AgentInitializationException. 
Clarify when exceptions are expected. Another Cygwin tweak.
Reviewed-by: dsamersoff, ohair

! test/com/sun/tools/attach/ApplicationSetup.sh
! test/com/sun/tools/attach/BasicTests.java
! test/com/sun/tools/attach/BasicTests.sh



hg: jdk7/tl/jdk: 7030400: 3/4 PrivateTransportTest.sh needs adjustment to work with 7003964

2011-03-30 Thread daniel . daugherty
Changeset: e2862ac26354
Author:dcubed
Date:  2011-03-30 21:10 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e2862ac26354

7030400: 3/4 PrivateTransportTest.sh needs adjustment to work with 7003964
Summary: Fix typo in GetModuleHandle() function lookup.
Reviewed-by: dholmes, alanb, acorn, zgu

! test/com/sun/jdi/PrivateTransportTest.sh



hg: jdk7/tl/jdk: 6637230: 2/3 jps doesn't work for application waiting for direct attach

2011-02-14 Thread daniel . daugherty
Changeset: b04e86b3e27e
Author:dcubed
Date:  2011-02-14 09:31 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b04e86b3e27e

6637230: 2/3 jps doesn't work for application waiting for direct attach
Summary: Properly handle exceptions thrown when querying a monitored VM.
Reviewed-by: dsamersoff, swamyv

! src/share/classes/sun/tools/jps/Jps.java



hg: jdk7/tl/jdk: 7005984: 3/3 Incorrect values of S0C and S0CMX appear with -gcnewcapacity in jstat

2010-12-24 Thread daniel . daugherty
Changeset: 3c4afaacd345
Author:dcubed
Date:  2010-12-23 23:10 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3c4afaacd345

7005984: 3/3 Incorrect values of S0C and S0CMX appear with -gcnewcapacity in 
jstat
Summary: Swap S0C and S0CMX column values.
Reviewed-by: ohair, dholmes, poonam

! src/share/classes/sun/tools/jstat/resources/jstat_options
! test/sun/tools/jstat/gcNewCapacityOutput1.awk



hg: jdk7/tl/jdk: 6949710: 3/3 the GC'able nature of Logging objects needs to be made brutally clear

2010-09-22 Thread daniel . daugherty
Changeset: 4927d1319b2f
Author:dcubed
Date:  2010-09-22 07:46 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4927d1319b2f

6949710: 3/3 the GC'able nature of Logging objects needs to be made brutally 
clear
Summary: Add words in more places to make it clear that Logger objects are 
GC'able unless there is a strong reference.
Reviewed-by: dholmes, andrew

! src/share/classes/java/util/logging/LogManager.java
! src/share/classes/java/util/logging/Logger.java



hg: jdk7/tl/jdk: 6962604: 3/3 Testcase sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh failure

2010-08-06 Thread daniel . daugherty
Changeset: d47f5dcda481
Author:dcubed
Date:  2010-08-06 11:07 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d47f5dcda481

6962604: 3/3 Testcase 
sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh failure
Summary: Disable MonitorVmStartTerminate.sh until 6543856 is fixed.
Reviewed-by: ohair

! test/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh



hg: jdk7/tl/jdk: 6971847: 4/4 jmap '-histo:live' option is necessary for proper leak detection

2010-07-26 Thread daniel . daugherty
Changeset: 1bfa1c864553
Author:dcubed
Date:  2010-07-26 09:06 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1bfa1c864553

6971847: 4/4 jmap '-histo:live' option is necessary for proper leak detection
Summary: Add work around for 6971851. Abort if 'histo:live' option isn't 
supported.
Reviewed-by: alanb, darcy

! test/java/util/logging/AnonLoggerWeakRefLeak.sh
! test/java/util/logging/LoggerWeakRefLeak.sh



hg: jdk7/tl/jdk: 3 new changesets

2010-07-21 Thread daniel . daugherty
Changeset: d899526a187a
Author:dcubed
Date:  2010-07-21 16:58 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d899526a187a

6941287: 4/4 jrunscriptTest.sh test does not work right under Cygwin
Summary: Add golden_diff variable for doing proper golden file diffs on Cygwin.
Reviewed-by: ohair, dholmes

! test/sun/tools/jrunscript/common.sh
! test/sun/tools/jrunscript/jrunscript-eTest.sh
! test/sun/tools/jrunscript/jrunscript-fTest.sh
! test/sun/tools/jrunscript/jrunscriptTest.sh

Changeset: 946236dc5c96
Author:dcubed
Date:  2010-07-21 16:59 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/946236dc5c96

6962804: 4/4 ShellScaffold tests can fail without a specific reason
Summary: Add more diagnostics for failures. Only copy target file in 
grepForString when NL is missing.
Reviewed-by: ohair, dholmes

! test/com/sun/jdi/ShellScaffold.sh

Changeset: 9cb77130999f
Author:dcubed
Date:  2010-07-21 17:01 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9cb77130999f

6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT
Summary: Refactor test/sun/tools/common/* code and refactor 
AnonLoggerWeakRefLeak and LoggerWeakRefLeak to use it.
Reviewed-by: ohair, alanb

! test/java/util/logging/AnonLoggerWeakRefLeak.java
! test/java/util/logging/AnonLoggerWeakRefLeak.sh
! test/java/util/logging/LoggerWeakRefLeak.java
! test/java/util/logging/LoggerWeakRefLeak.sh
! test/sun/tools/common/ApplicationSetup.sh
! test/sun/tools/common/CommonSetup.sh
+ test/sun/tools/common/CommonTests.sh
! test/sun/tools/common/ShutdownSimpleApplication.java
! test/sun/tools/common/SimpleApplication.java
+ test/sun/tools/common/SleeperApplication.java
! test/sun/tools/jhat/ParseTest.sh
! test/sun/tools/jinfo/Basic.sh
! test/sun/tools/jmap/Basic.sh
! test/sun/tools/jstack/Basic.sh



hg: jdk7/tl/jdk: 2 new changesets

2010-07-12 Thread daniel . daugherty
Changeset: ddf825161d2d
Author:dcubed
Date:  2010-07-12 14:19 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ddf825161d2d

6968401: 3/3 disable tests added by 6942989 until 6964018 is fixed
Summary: Disable AnonLoggerWeakRefLeak.sh and LoggerWeakRefLeak.sh
Reviewed-by: ohair

! test/java/util/logging/AnonLoggerWeakRefLeak.sh
! test/java/util/logging/LoggerWeakRefLeak.sh

Changeset: 4e365ef6576d
Author:dcubed
Date:  2010-07-12 15:52 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4e365ef6576d

Merge




hg: jdk7/tl/jdk: 6915365: 3/4 assert(false, Unsupported VMGlobal Type) at management.cpp:1540

2010-03-23 Thread daniel . daugherty
Changeset: f8c9a5e3f5db
Author:dcubed
Date:  2010-03-23 19:03 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f8c9a5e3f5db

6915365: 3/4 assert(false,Unsupported VMGlobal Type) at management.cpp:1540
Summary: Remove exception throw to decouple JDK and HotSpot additions of known 
types.
Reviewed-by: mchung

! src/share/native/sun/management/Flag.c



hg: jdk7/tl/jdk: 6882363: 4/4 typos in java.util.logging javadocs

2009-09-15 Thread daniel . daugherty
Changeset: e8c2dd4b8bac
Author:dcubed
Date:  2009-09-15 22:11 -0600
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e8c2dd4b8bac

6882363: 4/4 typos in java.util.logging javadocs
Summary: Fix typos, some grammar and some inconsistencies in phrasing.
Reviewed-by: tbell

! src/share/classes/java/util/logging/ErrorManager.java
! src/share/classes/java/util/logging/FileHandler.java
! src/share/classes/java/util/logging/Formatter.java
! src/share/classes/java/util/logging/Handler.java
! src/share/classes/java/util/logging/Level.java
! src/share/classes/java/util/logging/LogRecord.java
! src/share/classes/java/util/logging/Logger.java
! src/share/classes/java/util/logging/LoggingMXBean.java
! src/share/classes/java/util/logging/MemoryHandler.java
! src/share/classes/java/util/logging/StreamHandler.java



hg: jdk7/tl/jdk: 2 new changesets

2009-08-11 Thread daniel . daugherty
Changeset: 36e0f4e00f20
Author:dcubed
Date:  2009-08-11 20:02 -0600
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/36e0f4e00f20

6870298: 4/4 fix minor typos in java/lang/instrument/Instrumentation.java
Summary: Fix typos in the JavaDoc.
Reviewed-by: tbell

! src/share/classes/java/lang/instrument/Instrumentation.java

Changeset: 82b66d0368ff
Author:dcubed
Date:  2009-08-11 20:06 -0600
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/82b66d0368ff

Merge

- src/share/classes/com/sun/crypto/provider/JarVerifier.java
- src/share/classes/javax/swing/plaf/basic/DesktopIconMover.java
- src/share/classes/sun/security/pkcs11/JarVerifier.java
- src/windows/classes/sun/security/mscapi/JarVerifier.java



hg: jdk7/tl/jdk: 6868533: 3/4 JDI: remove '-source 1.5' and '-target 1.5' options from com.sun.jdi tests

2009-08-05 Thread daniel . daugherty
Changeset: 92394e48eed3
Author:dcubed
Date:  2009-08-05 13:17 -0600
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/92394e48eed3

6868533: 3/4 JDI: remove '-source 1.5' and '-target 1.5' options from 
com.sun.jdi tests
Summary: We are long past needing to make sure these tests can build on 
Tiger/JDK1.5.0.
Reviewed-by: tbell

! test/com/sun/jdi/EnumTest.java
! test/com/sun/jdi/GenericsTest.java
! test/com/sun/jdi/JdbVarargsTest.sh
! test/com/sun/jdi/StepTest.java
! test/com/sun/jdi/UTF8Test.java
! test/com/sun/jdi/VarargsTest.java