Sergey Malenkov
873a9176c7
6630275: The spec on VetoableChangeSupport.fireVetoableChange should be updated
...
Reviewed-by: peterz, rupashka
2008-07-25 21:00:05 +04:00
Tom Rodriguez
97c80b8c84
6717457: Internal Error (src/share/vm/code/relocInfo.hpp:1089)
...
Reviewed-by: kvn
2008-07-25 09:07:29 -07:00
Xiomara Jayasena
7df6cdd788
Merge
2008-07-25 08:44:20 -07:00
Igor Kushnirskiy
f7be937495
6608456: need API to define RepaintManager per components hierarchy
...
Reviewed-by: alexp
2008-07-25 11:32:12 -04:00
Florian Brunner
eba63ce088
6727661: Code improvement and warnings removing from the swing/plaf packages
...
Removed unnecessary castings and other warnings
Reviewed-by: alexp
2008-07-25 17:50:36 +04:00
Maurizio Cimadamore
fbde930522
6675483: Javac rejects multiple type-variable bound declarations starting with an enum type
...
Intersection types bounded by an enum are erroeously considered harmful by javac
Reviewed-by: jjg
2008-07-25 12:22:09 +01:00
Artem Ananiev
16436dc54d
6235443: REG:Overlapping a swing app with an AWT app causes flickering in the background swing app on Windows
...
AWT text area no longer uses LockWindowUpdate
Reviewed-by: uta, dcherepanov
2008-07-25 15:19:11 +04:00
Maurizio Cimadamore
5f46dc3001
6500701: Enhanced for loop with generics generates faulty bytecode
...
Lower is too strict when translating enhanced causing CCE to be thrown at runtime
Reviewed-by: jjg
2008-07-25 12:05:43 +01:00
Andrew Brygin
9d9f5afb8e
6687968: PNGImageReader leaks native memory through an Inflater
...
Reviewed-by: igor, prr
2008-07-25 14:46:38 +04: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
Mikhail Lapshin
b2066f470b
6727829: BasicLabelUI rendering fails if multiple AppContexts exist in same java JVM
...
Several private static variables made local
Reviewed-by: alexp
2008-07-25 14:14:30 +04:00
Lana Steuck
025ca5d66a
Merge
2008-07-24 21:12:50 -07:00
Kelly O'Hair
44b60b7c42
6725543: Compiler warnings in serviceability native code
...
Reviewed-by: alanb
2008-07-24 14:03:16 -07:00
Maurizio Cimadamore
3bc508df8a
6717241: some diagnostic argument is prematurely converted into a String object
...
Removed early toString() conversions applied to diagnostic arguments
Reviewed-by: jjg
2008-07-24 19:06:57 +01:00
Sergey Malenkov
95dc5f8473
6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true
...
Reviewed-by: peterz, rupashka
2008-07-24 17:30:59 +04:00
Florian Brunner
8ad3454b18
6722802: Code improvement and warnings removing from the javax.swing.text package
...
Removed unnecessary castings and other warnings
Reviewed-by: peterz
2008-07-24 16:43:36 +04: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
Sergey Malenkov
02a6cd7914
4778988: CompoundBorder.isBorderOpaque() has incorrect documentation
...
Reviewed-by: peterz, rupashka
2008-07-24 14:51:13 +04:00
Mikhail Lapshin
c3732ffc5d
6725409: Unable to localize JInternalFrame system menu during run-time
...
Use of the static final constants replaced by direct calls of UIManager.getString().
Reviewed-by: alexp
2008-07-24 14:34:02 +04:00
Maurizio Cimadamore
9879011723
6594284: NPE thrown when calling a method on an intersection type
...
Javac should report an error when the capture of an actual type parameter does not exist
Reviewed-by: jjg
2008-07-24 11:12:41 +01:00
Maurizio Cimadamore
fec04e0a18
6651719: Compiler crashes possibly during forward reference of TypeParameter
...
Compiler should apply capture conversion when checking for bound conformance
Reviewed-by: jjg
2008-07-24 10:35:38 +01:00
Jonathan Gibbons
f3eff961d3
6726015: JavaCompiler: replace desugarLater by compileStates
...
Reviewed-by: mcimadamore
2008-07-23 19:55:30 -07: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
d732419d95
Merge
2008-07-22 11:41:45 -07:00
Tim Bell
00e6ff0db3
Merge
2008-07-22 11:40:06 -07:00
Dmitri Trembovetski
bd5f86fee1
6728492: typo in copyrights in some files touched by the d3d pipeline port
...
Reviewed-by: prr
2008-07-22 11:24:32 -07:00
Chuck Rasbold
fcbf2d1245
6726504: handle do_ifxxx calls in parser more uniformly
...
Make do_ifnull() handling similar to do_if()
Reviewed-by: jrose, kvn
2008-07-21 13:37:05 -07:00
Mikhail Lapshin
a44852b8fe
6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard
...
JComboBox cell editor now hides if the same value is selected with keyboard
Reviewed-by: peterz, alexp
2008-07-21 19:58:43 +04:00
Igor Kushnirskiy
7f530b42c8
6668281: NullPointerException in DefaultTableCellHeaderRenderer.getColumnSortOrder()
...
Reviewed-by: alexp
2008-07-21 10:21:42 -04:00
Coleen Phillimore
20dba03e99
6716785: implicit null checks not triggering with CompressedOops
...
Allocate alignment-sized page(s) below java heap so that memory accesses at heap_base+1page give signal and cause an implicit null check
Reviewed-by: kvn, jmasa, phh, jcoomes
2008-07-19 17:38:22 -04: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
97ff80a1d9
Merge
2008-07-18 11:25:41 -07:00
Tim Bell
0354556bc5
Merge
2008-07-18 11:24:38 -07:00
Dmitri Trembovetski
e4c9db984f
6725214: D3D: forward-port the new pipeline from 6u10
...
Forward port of the new Direct3D 9 rendering pipeline from 6u10. Also includes fixes for 6690659 6689025 6658398 6596234.
Reviewed-by: campbell, prr
2008-07-18 10:48:44 -07:00
Sergey Malenkov
e91ae90285
6552812: Add HSL tab to JColorChooser
...
Reviewed-by: peterz, avu
2008-07-18 18:26:22 +04:00
Xiomara Jayasena
41be304870
Merge
2008-07-17 22:06:53 -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
d7394859b3
Added tag jdk7-b31 for changeset bcb5c0d7c1ab
2008-07-17 11:28:51 -07:00
Xiomara Jayasena
8b4c5a01d2
Added tag jdk7-b31 for changeset 9a19b12225f4
2008-07-17 11:28:44 -07:00
Xiomara Jayasena
4a6a921201
Added tag jdk7-b31 for changeset 3e8ca32a629a
2008-07-17 11:28:40 -07:00
Xiomara Jayasena
7023495557
Added tag jdk7-b31 for changeset 2378316adee0
2008-07-17 11:28:38 -07:00
Xiomara Jayasena
c04b76a222
Added tag jdk7-b31 for changeset e1baa9c8f16f
2008-07-17 11:28:34 -07:00
Xiomara Jayasena
271059534c
Added tag jdk7-b31 for changeset 918ff19c1a3a
2008-07-17 11:28:32 -07:00
Xiomara Jayasena
873c578994
Added tag jdk7-b31 for changeset d9dc137c39e1
2008-07-17 11:28:31 -07:00
Igor Veresov
1193f0f9db
6723228: NUMA allocator: assert(lgrp_id != -1, "No lgrp_id set")
...
6723229: NUMA allocator: assert(lgrp_num > 0, "There should be at least one locality group")
The fix takes care of the assertion triggered during TLAB resizing after reconfiguration. Also it now handles a defect in the topology graph, in which a single leaf node doesn't have memory.
Reviewed-by: jmasa
2008-07-17 10:26:33 -07:00
Vladimir Kozlov
fae39068e8
6723160: Nightly failure: Error: meet not symmetric
...
Add missing _instance_id settings and other EA fixes.
Reviewed-by: rasbold
2008-07-16 16:04:39 -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