Alan Bateman
519dc0c3f9
7174723: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing [win]
...
Reviewed-by: mduigou
2012-06-07 18:42:47 +01:00
Weijun Wang
e830ff8c8f
7175041: HttpTimestamper should accept https URI
...
Reviewed-by: mullan
2012-06-07 22:33:34 +08:00
Charles Lee
980d62fd25
7174233: Openjdk is missing some key maps on the Japanese keyboards
...
Reviewed-by: anthony, naoto
2012-06-07 10:22:10 +08:00
Christian Thalinger
36093c2bf6
7174884: C1: failures after 7171890: assert(cur_state != NULL) failed: state_before must be set
...
Reviewed-by: kvn
2012-06-06 15:57:37 -07:00
Jiangli Zhou
2b4b058265
7172967: Eliminate constMethod's _method backpointer to methodOop
...
Eliminate constMethod's _method backpointer to methodOop, and move the _constant field from methodOop to constMethod.
Reviewed-by: roland, bdelsart, kamg
2012-06-06 14:33:43 -04:00
Alexander Scherbatiy
d71b6b6ffb
7169285: [macosx] Test api/javax_swing/JPopupMenu/descriptions.html#setgetXXX doesn't take Mac main menu
...
Reviewed-by: rupashka
2012-06-06 11:54:38 +04:00
Mikael Vidstedt
bd06ea72a9
7170275: os::print_os_info needs to know about Windows 8
...
Recognize Windows 8 and Windows Server 2012
Reviewed-by: sla, kvn, azeemj
2012-06-06 05:21:56 +02:00
Lana Steuck
3b9e02fd77
Merge
2012-06-05 18:05:00 -07:00
Lana Steuck
477d1d8e7d
Merge
2012-06-05 17:56:16 -07:00
Lana Steuck
d558b176b1
Merge
2012-06-05 17:40:33 -07:00
Dmitry Cherepanov
a658a623a8
7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme
...
Reviewed-by: art, anthony
2012-06-05 19:48:00 +04:00
Frederic Parain
911dcf0f08
7171703: JNI DefineClass crashes client VM when first parameter is NULL
...
Reviewed-by: acorn, kamg, sspitsyn, dholmes
2012-06-05 06:48:00 -07:00
Nils Loodin
cbe6d65df3
7163471: Licensee source bundle failed around 7u4
...
Reviewed-by: dholmes, sla, brutisso, erikj
2012-06-05 13:43:39 +02:00
Diego Belfer
dd23946ec9
7164256: EnumMap clone doesn't clear the entrySet keeping a reference to the original Map
...
Reviewed-by: alanb, chegar, forax, mduigou
2012-06-07 12:31:45 +01:00
Alan Bateman
ad1642cdd9
7175011: ProblemList.txt updates (6/2012)
...
Reviewed-by: mduigou, chegar
2012-06-07 10:31:48 +01:00
Daniel D. Daugherty
570a3d8a03
Merge
2012-06-06 19:11:23 -07:00
Jonathan Lu
775655b44a
7172149: ArrayIndexOutOfBoundsException from Signature.verify
...
Take care of integer addition overflow
Reviewed-by: xuelei, wetmore
2012-06-06 18:39:09 -07:00
Xue-Lei Andrew Fan
c549cc814d
7174244: NPE in Krb5ProxyImpl.getServerKeys()
...
Reviewed-by: weijun
2012-06-06 18:18:58 -07:00
Jonas Oreland
43eb7b646e
7174861: all/OPT jdk build on Solaris with FDS enabled sets wrong options
...
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
2012-06-06 13:16:37 -07:00
Kurchi Subhra Hazra
8cccc8f99a
7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012
...
Enable Windows Server 2012 to be recognized as "os.name"
Reviewed-by: alanb, dholmes, chegar
2012-06-06 11:37:08 -07:00
Alan Bateman
08c4f120c9
7172826: (se) Selector based on the Solaris event port mechanism
...
Reviewed-by: coffeys, chegar
2012-06-06 17:59:29 +01:00
Weijun Wang
dfccae97eb
7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
...
Reviewed-by: xuelei
2012-06-06 10:05:54 +08:00
Lana Steuck
7062434474
Merge
2012-06-05 17:40:02 -07:00
Xueming Shen
543792f154
6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter
...
Updated MS936 and GBK mappings
Reviewed-by: alanb
2012-06-05 12:11:58 -07:00
Alan Bateman
76b4500c33
7173515: (se) Selector.open fails with OOME on Solaris when unlimited file descriptors
...
Reviewed-by: coffeys, chegar
2012-06-05 12:47:36 +01:00
Anthony Petrov
429a57b49d
7172722: Latest jdk7u from OSX broke universal build
...
Add a data memeber for a new property
Reviewed-by: serb, swingler
2012-06-05 15:20:13 +04:00
Weijun Wang
cef72cc08e
7172701: KDC tests cleanup
...
Reviewed-by: xuelei
2012-06-05 17:11:26 +08:00
Krystal Mok
6d29429c4e
7171890: C1: add Class.isInstance intrinsic
...
Class.cast which calls Class.isInstance is heavily used by the new JSR 292 implementation
Reviewed-by: roland
2012-06-05 10:15:27 +02:00
Sean Chou
46d6e76274
7173044: MemoryMonitor hangs if getMax method in MemoryUsage object returns -1
...
Reviewed-by: dholmes, sspitsyn
2012-06-05 10:16:22 +08:00
Denis Lila
440b57e0b5
7043963: AWT workaround missing for Mutter
...
Reviewed-by: art, anthony
2012-06-04 16:39:12 -04:00
Keith McGuigan
1ac7879229
7166498: JVM crash in ClassVerifier
...
Fixed raw pointer being used after potential safepoint/GC
Reviewed-by: acorn, fparain, dholmes
2012-06-04 10:22:37 -04:00
Bengt Rutisson
ee7ac30420
7173460: G1: java/lang/management/MemoryMXBean/CollectionUsageThreshold.java failes with G1
...
The scope of TraceMemoryManagerStats in G1CollectedHeap need to cover the call to G1MonitoringSupport::update_sizes()
Reviewed-by: johnc, jmasa
2012-06-04 13:29:34 +02:00
Bengt Rutisson
e294a9f5ec
7172388: G1: _total_full_collections should not be incremented for concurrent cycles
...
Reviewed-by: azeemj, jmasa
2012-06-05 22:30:24 +02:00
Alexander Scherbatiy
cb35692923
7161766: [macosx] javax/swing/JPopupMenu/6694823/bug6694823.java failed on Mac OS X
...
Reviewed-by: rupashka
2012-06-04 14:11:26 +04:00
Weijun Wang
d9bb3177f8
7173036: test/com/sun/jdi/ConnectedVMs.java does not run as expected
...
Reviewed-by: alanb
2012-06-04 18:06:45 +08:00
Charles Lee
ad2bdf4faa
7166055: Javadoc for WeakHashMap contains misleading advice
...
Reviewed-by: dholmes, mduigou
2012-06-04 16:30:35 +08:00
Mikael Gerdin
1ae0edb1f1
7172226: HotSpot fails to build with GCC 4.7 because of stricter c++ argument dependent lookup
...
Add "using" keyword to import base class functions from FreeList<T> to fix template name lookup in gcc 4.7
Reviewed-by: brutisso, iveresov
2012-06-04 09:21:53 +02:00
David Holmes
e3d25bce34
Merge
2012-06-02 07:32:21 -04:00
Alejandro Murillo
528d6f3d54
7173438: new hotspot build - hs24-b14
...
Reviewed-by: jcoomes
2012-06-01 15:30:44 -07:00
Alejandro Murillo
48140aa4e1
Added tag hs24-b13 for changeset 4f7547c15006
2012-06-01 15:24:09 -07:00
Alejandro Murillo
e44885a4e1
Merge
2012-06-01 15:24:08 -07:00
Christine Lu
65eb5b19cf
Added tag jdk8-b41 for changeset b7d886b99bba
2012-06-01 14:12:35 -07:00
Christine Lu
d08ae1fefe
Added tag jdk8-b41 for changeset e29decc8b008
2012-06-01 14:12:28 -07:00
Christine Lu
cc7c813d9b
Added tag jdk8-b41 for changeset 39a51a9b90e1
2012-06-01 14:12:25 -07:00
Christine Lu
2349d985f7
Added tag jdk8-b41 for changeset 1ef14f73e385
2012-06-01 14:12:20 -07:00
Christine Lu
90d6f85d39
Added tag jdk8-b41 for changeset 609e4849830f
2012-06-01 14:12:10 -07:00
Christine Lu
27d4c7ead0
Added tag jdk8-b41 for changeset 039a50f38068
2012-06-01 14:12:06 -07:00
Christine Lu
e6f8d1b836
Added tag jdk8-b41 for changeset beca65859e06
2012-06-01 14:11:59 -07:00
Alejandro Murillo
33799389d4
7173635: jprt.properties should include release jdk7u6
...
Reviewed-by: jcoomes
2012-06-01 11:25:12 -07:00
Mikael Vidstedt
0e816e0b83
7155453: [macosx] re-enable jbb tests in JPRT
...
Run SPECjbb in headless mode and enable SPECjbb runs on OSX
Reviewed-by: dcubed, dholmes
2012-06-01 20:17:46 +02:00