Daniel Fuchs
9b8118e3f7
6402254: Revisit ModelMBean DescriptorSupport implementation of equals and hashCode
...
Reviewed-by: emcmanus
2008-07-29 19:21:59 +02: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
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
Tim Bell
00e6ff0db3
Merge
2008-07-22 11:40:06 -07: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
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
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
Tim Bell
d969562df7
Merge
2008-07-05 23:29:16 -07:00
Tim Bell
528aac8c17
Merge
2008-07-04 14:41:34 -07:00
Eamonn McManus
5967d518b5
6601652: MXBeans: no IllegalArgumentException in the ex. chain for SortedSet/Map with a non-null comparator()
...
Forward-port this bug fix from JDK 6
Reviewed-by: dfuchs, lmalvent
2008-07-04 18:55:37 +02:00
Xiomara Jayasena
7a3824742c
Added tag jdk7-b30 for changeset f16baef3a20e
2008-07-03 11:01:42 -07:00
Xiomara Jayasena
2617d1d179
6719955: Update copyright year
...
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
2008-07-02 12:55:45 -07:00
Swamy Venkataramanappa
a9cd129c27
Merge
2008-07-02 09:37:42 -07:00
Jim Holmlund
1a0c261469
2157677: ClassPrepareRequest.addSourceNameFilter() does not behave as documented
...
Add proper handling of JVMTI errors.
Reviewed-by: tbell
2008-07-01 09:23:00 -07:00
Xueming Shen
cbe7dc576f
Merge
2008-06-30 14:11:49 -07:00
Xueming Shen
dd2dfec9f5
6675856: Open charset tests
...
Moved non-confidiential test cased from closed repo to open repo
Reviewed-by: martin
2008-06-30 14:06:34 -07:00
Bradford Wetmore
9f99870d74
Merge
2008-06-29 00:25:59 -07:00
Xueming Shen
35038e62cd
6541631: (fc) java/nio/channels/Filechannel/LongTransferTest.java should clean up after itself
...
Should close the channel before delete the file
Reviewed-by: alanb
2008-06-27 12:09:37 -07:00
Xueming Shen
0d5d6271b3
Merge
2008-06-27 09:05:11 -07:00
Xueming Shen
84b91226e3
6645197: (so) Timed read with socket adaptor throws ClosedSelectorException if temporary selector GC'ed
...
Temporary selector for timeout is not protected from possilbe GC when used first time
Reviewed-by: alanb
2008-06-27 08:32:30 -07:00
Bradford Wetmore
a70b685713
Merge
2008-06-26 00:26:15 -07:00
Tim Bell
1410975f4a
Merge
2008-06-25 23:29:39 -07:00
Tim Bell
1baead8a01
Merge
2008-06-25 16:44:55 -07:00
Swamy Venkataramanappa
72d83e3708
6614556: null location for MonitorContendedEnterEvent
...
Reviewed-by: jjh
2008-06-25 16:33:59 -07:00
Xueming Shen
827decba87
6481955: Uncanonicalized absolute filepath with length 248-260 no longer works (win)
...
Uncanonicalized absolute filepath with length 248-260 no longer works (win)
Reviewed-by: alanb
2008-06-25 13:58:22 -07:00
Lana Steuck
69fafff993
Merge
2008-06-25 08:54:54 -07:00
Xueming Shen
d1ff48eb56
4752069: (cs spec) BOM should not be ignored in UTF-16 charsets
...
API doc update regarding BOM hanlding in UTF-16 charsets
Reviewed-by: alanb
2008-06-25 08:27:06 -07:00
Tim Bell
0ae2baec78
Merge
2008-06-20 16:34:34 -07:00
Xiomara Jayasena
fe4c7083aa
Added tag jdk7-b29 for changeset 53d8346cf189
2008-06-20 08:45:07 -07:00
Weijun Wang
5e1c37cd11
6716534: Krb5LoginModule has not cleaned temp info between authentication attempts
...
Reviewed-by: valeriep
2008-06-20 12:05:02 +08:00
Sean Mullan
f44f03f9ea
6714842: CertPathBuilder returns incorrect CertPath for BasicConstraints in builderParams
...
Do not consider CA target certificates if selector.getBasicConstraints() == -2
Reviewed-by: vinnie
2008-06-19 14:20:43 -04:00
Lana Steuck
68717f2b81
Merge
2008-06-18 13:05:16 -07:00
Sergey Malenkov
3bdf306326
6708550: LTP: XMLEncoder does not encode instances of the File class
...
Reviewed-by: peterz, loneid
2008-06-18 19:15:23 +04:00