81904 Commits

Author SHA1 Message Date
Christian Thalinger
336fbd6d7f 6994630: java/lang/instrument/IsModifiableClassAgent.java fails with -XX:+EnableInvokeDynamic
The logic of ClassFileParser::java_dyn_MethodHandle_fix_pre needs to take care of an already changed vmentry signature.

Reviewed-by: never, jrose
2010-10-28 00:48:18 -07:00
Abhijit Saha
6f104b3aa2 Merge 2010-10-27 22:10:37 -07:00
Abhijit Saha
853aa6eaaa Merge 2010-10-27 13:53:15 -07:00
Abhijit Saha
2c65efd85c 6993206: Removing non-functional tests
Reviewed-by: mchung
2010-10-27 13:44:29 -07:00
Abhijit Saha
2ce0024552 Merge 2010-10-27 13:09:27 -07:00
Keith McGuigan
596507e5d3 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
Update verifier to conform to spec re: reference vs. 'Object' types

Reviewed-by: dholmes, coleenp
2010-10-27 12:53:36 -04:00
Qi Zuo
767a9a4f1a Merge 2010-10-26 19:48:44 -04:00
Keith McGuigan
b8baad4610 Merge 2010-10-26 16:48:28 -07:00
Keith McGuigan
39ed27a831 6541462: outdated specification for CCC 6339875
Add documentation to java.lang.ClassLoader.defineClass()

Reviewed-by: dcubed, darcy
2010-10-26 18:41:02 -04:00
Jonathan Gibbons
efaaa59c32 6949587: rename "DisjointType" to "DisjunctType"
Reviewed-by: mcimadamore
2010-10-26 14:29:48 -07:00
Abhijit Saha
0bfe5485db Merge 2010-10-26 13:45:25 -07:00
Karen Kinnear
331bfdb1c0 Merge 2010-10-26 14:43:21 -04:00
Keith McGuigan
e36f1e36eb 6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name
Class file parser needs to look for and disallow '[' in names.

Reviewed-by: coleenp, never
2010-10-26 14:08:49 -04:00
Lana Steuck
be83322c89 Merge 2010-10-26 10:58:44 -07:00
Lana Steuck
38a42096b0 Merge 2010-10-26 10:57:35 -07:00
Denis Lila
37502d4f79 6967434: Round joins/caps of scaled up lines have poor quality
Eliminated flattening from the rendering engine.

Reviewed-by: flar
2010-10-26 10:39:23 -04:00
Pavel Porvatov
3a8d7f818e 6735286: javax.swing.DefaultTableCellRender.getTableCellRendererComponent() doesn't allow passing null Tables
Reviewed-by: alexp
2010-10-26 12:35:14 +04:00
Kumar Srinivasan
38eb6ee523 6989469: (launcher) compiler warnings in jli native code
Reviewed-by: darcy, ohair, sherman
2010-10-25 10:34:26 -07:00
Karen Kinnear
9b27c6cc6f Merge 2010-10-25 13:31:55 -04:00
Pavel Porvatov
00b0b853c8 6632810: javax.swing.plaf.basic.BasicScrollPaneUI.getBaseline(JComponent, int, int) doesn't throw NPE and IAE
Reviewed-by: alexp
2010-10-25 19:24:50 +04:00
Pavel Porvatov
e5836e6721 6816582: WindowsFileChooserUI throws NullPointer when awt.useSystemAAFontSettings=false
Reviewed-by: uta
2010-10-25 18:25:47 +04:00
Y. Srinivas Ramakrishna
cbc7f8756a 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
Deprecated HandlePromotionFailure, removing the ability to turn off that feature, did away with one epoch look-ahead when deciding if a scavenge is likely to fail, relying on current data.

Reviewed-by: jmasa, johnc, poonam
2010-10-23 23:03:49 -07:00
Jonathan Gibbons
35cc8afcf9 6993301: catch parameters do not have correct kind (i.e. ElementKind.EXCEPTION_PARAMETER)
Reviewed-by: mcimadamore
2010-10-22 14:04:33 -07:00
Karen Kinnear
22929fb78f 6988353: refactor contended sync subsystem
Reduce complexity by factoring synchronizer.cpp

Reviewed-by: dholmes, never, coleenp
2010-10-22 15:59:34 -04:00
Chris Hegarty
ffc7677859 6994079: PlainSocketImpl should close the socket if it fails
Reviewed-by: alanb
2010-10-22 20:27:44 +01:00
Naoto Sato
d6aaa2692f 6993339: Bug4168625Test.java fails
Reviewed-by: peytoia
2010-10-22 11:32:26 -07:00
Mandy Chung
5b64666e30 6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized
Reviewed-by: dholmes
2010-10-22 11:22:54 -07:00
Andy Herrick
6fa3c8ff9a Merge 2010-10-22 14:14:54 -04:00
Andy Herrick
9e89fb4e97 Merge 2010-10-22 14:13:49 -04:00
Alan Bateman
f8b4e1e1bd 6816049: (bf) MappedByteBuffer.force() method does not flush data correctly
Reviewed-by: chegar
2010-10-22 17:40:31 +01:00
Andrew Brygin
454c892638 6663447: D3D: excessive surface data replacements
Reviewed-by: prr, art
2010-10-22 16:57:41 +04:00
Peter Zhelezniakov
7a66e4288e 6993140: protected constructor in javax.swing.plaf.synth.SynthTabbedPaneUI.SynthTabbedPaneUI is needed
Reviewed-by: rupashka
2010-10-22 16:25:56 +04:00
Gary Benson
4ebbe4ca45 6994130: Zero PowerPC fix
6953477 broke Zero.

Reviewed-by: twisti
2010-10-22 03:34:25 -07:00
Andrei Dmitriev
1e63f773b1 6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t)
6210739: Need spec clarification of Scrollbar set/getVisibleAmount()

Reviewed-by: anthony
2010-10-22 12:46:48 +04:00
Chris Hegarty
2580a79f30 6947677: InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root
Reviewed-by: alanb
2010-10-22 09:20:09 +01:00
Lana Steuck
74b3f2ef97 6993984: PIT: b116 - Many of the swing test are failing on Solaris
Reviewed-by: anthony, prr
2010-10-21 17:31:43 -07:00
Y. Srinivas Ramakrishna
554e77efb4 6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent
Closed a timing hole during which concurrent full gc requests can be missed. The hole can increase the latency of the response to a full gc request by up to the value of CMSWaitDuration. If CMSWaitDuration=0 is, as currently, interpreted as an unbounded wait, suitable in certain tuning scenarios, the application can potentially hang. Made two obscure tunables, including CMSWaitDuration, manageable.

Reviewed-by: jcoomes, tonyp
2010-10-21 17:29:24 -07:00
Christine Lu
9c7bfd60b5 Added tag jdk7-b115 for changeset 17f7431708c8 2010-10-21 17:12:55 -07:00
Christine Lu
3dbab834fd Added tag jdk7-b115 for changeset d4a3f4d26885 2010-10-21 17:12:41 -07:00
Christine Lu
6bd69199fb Added tag jdk7-b115 for changeset 2d6f4aa03058 2010-10-21 17:12:33 -07:00
Christine Lu
d2d92cc407 Added tag jdk7-b115 for changeset aced6801fb45 2010-10-21 17:12:33 -07:00
Christine Lu
1e57e21d50 Added tag jdk7-b115 for changeset 6c5fa35fa077 2010-10-21 17:12:26 -07:00
Christine Lu
da6aa972d6 Added tag jdk7-b115 for changeset 1c74ecb366a0 2010-10-21 17:12:20 -07:00
Christine Lu
fdf87ef7b2 Added tag jdk7-b115 for changeset 78cff985750d 2010-10-21 17:12:19 -07:00
Lana Steuck
40775a5ab5 Merge 2010-10-21 16:54:47 -07:00
Tom Rodriguez
1571a4a56f 6970683: improvements to hs_err output
Reviewed-by: kvn, jrose, dholmes, coleenp
2010-10-21 11:55:10 -07:00
Sergey Malenkov
704780d250 4358979: javax.swing.border should have a DashedBorder
Reviewed-by: flar, alexp
2010-10-21 20:41:20 +04:00
Chris Hegarty
7d22a39cae 6992859: InetAddressCachePolicy.setIfNotSet() fails
Reviewed-by: michaelm
2010-10-21 16:51:09 +01:00
Chris Hegarty
0d92e368ee 6993490: SocketTimeoutException on HTTP keep-alive connections
Reviewed-by: michaelm
2010-10-21 16:49:36 +01:00
Keith McGuigan
c3401153c8 6991315: RedefineClasses fails with java.lang.VerifyError
Repair stackmap table attribute when relocating bytecode

Reviewed-by: acorn, never
2010-10-21 10:10:23 -04:00