Commit Graph

454 Commits

Author SHA1 Message Date
Daniel Fuchs
1aa82b740b 6733294: MBeans tab - UI issues with writable attributes
Reviewed-by: emcmanus
2008-08-08 14:24:31 +02:00
Eamonn McManus
fe12d75a7a 6717257: MBeanServer doesn't describe RuntimeException for methods inherited from MBeanServerConnection
Reviewed-by: dfuchs
2008-08-07 16:25:45 +02:00
Martin Buchholz
a1269f9d94 6730507: java.util.Timer schedule delay Long.MAX_VALUE causes task to execute multiple times
Reviewed-by: chegar
2008-08-07 06:36:41 -07:00
Swamy Venkataramanappa
072306e2f0 Merge 2008-08-06 10:49:31 -07:00
Swamy Venkataramanappa
5091305900 6732441: TEST_BUG: ThreadMXBeanProxy test fails intermittently
Fixed the race condition in the test.

Reviewed-by: jjh
2008-08-06 10:24:33 -07:00
Eamonn McManus
ca985b5697 6734273: Minor updates to documentation of Custom MXBean Mappings
Reviewed-by: dfuchs
2008-08-06 18:28:53 +02:00
Eamonn McManus
e174ee8284 6733589: Intermittent failure of test/javax/management/eventService/SharingThreadTest.java
Reviewed-by: sjiang
2008-08-05 10:49:58 +02:00
Jim Holmlund
4c82d94e47 6730273: TEST: JDI_REGRESSION test Solaris32AndSolaris64Test.sh fails if -XX:+UseCompressedOops is used
Fix test to not pass -XX:[+-]UseCompressedOops to the debuggee.

Reviewed-by: tbell
2008-08-01 13:58:29 -07:00
Daniel Fuchs
d0c78cb9cf 6732192: CORE_PKGS.gmk: need to declare javax.management.event in the CORE_PKGS variable
Reviewed-by: emcmanus
2008-08-01 11:41:59 +02:00
Doug Lea
1c84fa3582 6725789: ScheduledExecutorService does not work as expected in jdk7/6/5
Reviewed-by: martin, dholmes, chegar
2008-08-01 00:42:43 -07:00
Martin Buchholz
731e9ea8a9 6730380: java.util.Timer should use AtomicInteger
Reviewed-by: dl, chegar
2008-08-01 00:38:02 -07:00
Daniel Fuchs
3e4831d05d 6616825: JMX query returns no value in 1.0 compatibility mode - deserialization bug in readObject()
Reviewed-by: emcmanus
2008-07-31 17:38:55 +02:00
Shanliang Jiang
cf105cf085 5108776: Add reliable event handling to the JMX API
6218920: API bug - impossible to delete last MBeanServerForwarder on a connector

Reviewed-by: emcmanus
2008-07-31 15:31:13 +02:00
Daniel Fuchs
22260fb95d 6689505: Improve MBeanServerNotification.toString
Reviewed-by: emcmanus
2008-07-31 14:20:11 +02:00
Daniel Fuchs
192678a793 6730926: Document that create/registerMBean can throw RuntimeMBeanException from postRegister
Reviewed-by: emcmanus
2008-07-31 12:41:35 +02:00
Bradford Wetmore
d66b42f4b5 Merge 2008-07-29 16:57:09 -07:00
Daniel Fuchs
9b8118e3f7 6402254: Revisit ModelMBean DescriptorSupport implementation of equals and hashCode
Reviewed-by: emcmanus
2008-07-29 19:21:59 +02:00
Bradford Wetmore
e37f0f7e34 Merge 2008-07-29 10:18:25 -07:00
Chris Hegarty
8171c4e3d7 6730740: Fix for 6729881 has apparently broken several 64 bit tests: "Bad address"
Reviewed-by: alanb, jccollet
2008-07-29 09:53:35 -07:00
Jim Holmlund
ee07f33cc5 6730587: TEST: com/sun/jdi/MonitorFrameInfoTest.java fails with -server -Xcomp
Fix test to prevent C2 escape analysis from deleting the required synchronized blocks

Reviewed-by: swamyv
2008-07-28 12:37:52 -07:00
Chris Hegarty
da50d1d60b 6729881: Compiler warning in networking native code
Cleanup compiler warnings

Reviewed-by: alanb, jccollet, michaelm
2008-07-28 13:02:11 +01:00
Weijun Wang
4d46dbd62c 6709758: keytool default cert fingerprint algorithm should be SHA1, not MD5
Reviewed-by: mullan, xuelei
2008-07-27 19:16:15 +08:00
Xueming Shen
6a3f9fd998 6681798: (build) CharsetEncoder.java fails to compile in openjdk6 on ubutu 8.04
Replace awk-sed based spp.sh with a java regex based pre-processor

Reviewed-by: alanb
2008-07-26 20:42:35 -07:00
Tomas Hurka
e4417bdabf 6672135: setInterval() for local MonitoredHost and local MonitoredVm does not work
Super.setInterval() invoked with correct value

Reviewed-by: swamyv
2008-07-25 12:40:22 +02:00
Kelly O'Hair
44b60b7c42 6725543: Compiler warnings in serviceability native code
Reviewed-by: alanb
2008-07-24 14:03:16 -07:00
Alan Bateman
949d3854a5 6726309: Compiler warnings in nio code
Reviewed-by: sherman, iris
2008-07-24 12:46:41 +01:00
Alan Bateman
2fa9f3bee9 6728728: (se) WindowsSelectorImpl.c doesn't compile with Visual Studio 2008
Reviewed-by: tbell, chegar
2008-07-24 12:40:30 +01:00
Bradford Wetmore
54618c0601 Merge 2008-07-23 12:16:28 -07:00
Michael McMahon
7f63928012 6728076: Test case for 6536211 is failing on all platforms
Exception needed to be caught and logged

Reviewed-by: chegar
2008-07-23 12:05:19 +01:00
Tim Bell
00e6ff0db3 Merge 2008-07-22 11:40:06 -07:00
Chris Hegarty
22e8b43f70 6726164: jdk\src\windows\native\java\net\NetworkInterface.h(172) : error C2365: 'IpPrefixOriginOther' : redef
Change the NetworkInterface header that allows it to compile on the current compiler/SDK version as well as the SDK bundled with Visual Studio 2008.

Reviewed-by: ohair, alanb
2008-07-19 10:27:34 +01:00
Tim Bell
0354556bc5 Merge 2008-07-18 11:24:38 -07:00
Xueming Shen
5628d956d5 6405995: (ch) test/java/nio/channels/Selector/Wakeup.java broken
Moved the unit test case back to open repo, it works after bugfixes in jdk6

Reviewed-by: alanb
2008-07-17 14:26:51 -07:00
Xiomara Jayasena
8b4c5a01d2 Added tag jdk7-b31 for changeset 9a19b12225f4 2008-07-17 11:28:44 -07:00
Xueming Shen
ac6523031e Merge 2008-07-16 15:37:23 -07:00
Xueming Shen
c09d716d34 6429289: (se) sun.nio.ch.SelectorImpl.processDeregisterQueue creates excessive garbage
Check if the cancelledKeys is empty or not before creating iterator

Reviewed-by: alanb
2008-07-16 15:24:15 -07:00
Xueming Shen
61dd937d11 6541641: (fc) java/nio/channels/FileChannel/ExpandingMap.java should clean up after itself
Close channel and explicitly de-ref the mapped buffers before exit.

Reviewed-by: alanb
2008-07-16 15:09:24 -07:00
Tim Bell
46aa35c92c Merge 2008-07-14 22:13:54 -07:00
Tim Bell
038b983b34 Merge 2008-07-14 22:09:52 -07:00
Xueming Shen
2270e88840 6608833: (se spec) SelectionKey @throws references wrong param
Update the API doc to correct the wrong description

Reviewed-by: alanb
2008-07-14 14:03:42 -07:00
Michael McMahon
cc0b15ccd8 6536211: flaw in ServerImpl
Removed doPrivileged block

Reviewed-by: jccollet
2008-07-14 11:39:42 +01:00
Jim Holmlund
040fbc1535 6725192: Some JDI Regression tests fail if @debuggeeVMOptions contain multiple blanks
Fix to allow mutiple blanks between options

Reviewed-by: tbell
2008-07-11 17:06:54 -07:00
Jim Holmlund
6f5da73160 Merge 2008-07-09 16:57:39 -07:00
Jim Holmlund
4c95421013 6700889: Thread resume invalidates all stack frames, even from other threads
6701700: MonitorInfo objects aren't invalidated when the owning thread is resumed

Don't inform ThreadListeners for thread T1 when some other thread is resumed, and MonitoryIfoImpl must add itself as a ThreadListener

Reviewed-by: dcubed
2008-07-09 13:43:26 -07:00
Xiomara Jayasena
e47073d905 Merge 2008-07-09 10:04:09 -07:00
Tim Bell
39285cadc4 Merge 2008-07-09 09:56:00 -07:00
Eamonn McManus
4333dd3520 6323980: Annotations to simplify MBean development
Reviewed-by: jfdenise, dfuchs
2008-07-09 10:36:07 +02:00
Weijun Wang
9ac27197df 6480981: keytool should be able to import certificates from remote SSL servers
Reviewed-by: vinnie, wetmore
2008-07-09 12:03:16 +08:00
Kelly O'Hair
6fa758c552 6695765: Remove winver.exe completely from jdk sources
Binary file winver.exe is unnecessary and the repositories should not manage binary files.

Reviewed-by: darcy
2008-07-08 09:27:08 -07:00
Bradford Wetmore
1f7f81d687 Merge 2008-07-07 13:06:58 -07:00