Commit Graph

45164 Commits

Author SHA1 Message Date
John Coomes 4b2a0a80b5 Merge 2009-05-07 13:54:48 -07:00
Abhijit Saha 2b871b4ad6 Merge 2009-05-07 13:18:12 -07:00
Xiomara Jayasena 7c1f3ef608 Merge 2009-05-07 12:26:38 -07:00
Xiomara Jayasena 390fc897b8 Merge 2009-05-07 12:26:22 -07:00
Xiomara Jayasena 66a887e5da Merge 2009-05-07 12:26:11 -07:00
Xiomara Jayasena 44a93651d0 Merge 2009-05-07 12:26:08 -07:00
Xiomara Jayasena a9f5efb132 Merge 2009-05-07 10:32:58 -07:00
Xiomara Jayasena e7a0b90b6d Merge 2009-05-07 10:31:32 -07:00
Xiomara Jayasena 12553738d8 Merge 2009-05-07 10:30:49 -07:00
Xiomara Jayasena 64abc7291f Merge 2009-05-07 10:30:34 -07:00
Xiomara Jayasena e53c553749 Merge 2009-05-07 10:30:17 -07:00
Xiomara Jayasena 25e4c1f79b Merge 2009-05-07 10:30:10 -07:00
Chris Hegarty 8cc962d4a3 6837982: SCTP API docs not being generated
Update docs makefile to build javadoc for the com.sun.nio.sctp package.

Reviewed-by: jccollet, alanb, weijun
2009-05-07 17:02:47 +01:00
Keith McGuigan e703c7c158 Merge 2009-05-07 11:44:53 -04:00
Christian Thalinger a7d12b2fbf Merge 2009-05-07 04:16:53 -07:00
Eamonn McManus ec41d4d0e9 6736293: OpenType checks can be bypassed through finalizer resurrection
Reviewed-by: hawtin
2009-05-07 10:44:45 +02:00
Christian Thalinger 1576a9be9e Merge 2009-05-07 00:28:13 -07:00
Tom Rodriguez 21e4bf1052 6838154: make/linux/makefiles/sa.make needs hash-style fix
Reviewed-by: kvn, jrose
2009-05-06 17:52:45 -07:00
Phil Race c71395c821 6806822: Font.getFontName() is slow in Java5 and 6
Reviewed-by: igor, jgodinez
2009-05-06 14:14:54 -07:00
Christian Thalinger 96139033e6 6837011: SIGSEGV in PhaseIdealLoop in 32bit jvm
The CR's test crashes with SIGSEGV when running with "-server -Xcomp" using using 32bit jvm.

Reviewed-by: kvn, never, rasbold
2009-05-06 12:04:42 -07:00
Kelly O'Hair d5f349c8ca 6837665: Deal with windows ant problem where commas in -D options do not work
Reviewed-by: xdono
2009-05-06 11:29:11 -07:00
Kelly O'Hair 994ff42465 6837665: Deal with windows ant problem where commas in -D options do not work
Reviewed-by: xdono
2009-05-06 11:27:39 -07:00
Andrew Haley 59fa6868bb 6837665: Deal with windows ant problem where commas in -D options do not work
Rewrite to avoid commas in -D options

Reviewed-by: ohair
2009-05-06 18:04:08 +01:00
Yuri Nesterenko d1277d1d57 Merge 2009-05-06 09:37:34 -07:00
Anthony Petrov a9fe649f3d 6838046: Rollback 6762511 due to build failure (6838003)
Reviewed-by: yan
2009-05-06 20:06:23 +04:00
Christian Thalinger e53f13b49f 6837906: compiler tests of 6636138 fail with IllegalAccessException
The compiler tests of 6636138 fail with an IllegalAccessException.

Reviewed-by: kvn
2009-05-06 08:57:24 -07:00
Artem Ananiev f6e8569c85 6656586: Cursor.predefined is protected static mutable (findbugs)
Reviewed-by: hawtin, igor
2009-05-06 15:17:22 +04:00
Artem Ananiev 825bafa0ea 6837004: java.awt.GraphicsDevice.setFullScreenWindow throws NPE for windows with background color not set
Reviewed-by: yan, dcherepanov
2009-05-06 12:39:23 +04:00
Christian Thalinger 6a270f9f19 6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
These methods can be instrinsified by using bit scan, bit test, and population count instructions.

Reviewed-by: kvn, never
2009-05-06 00:27:52 -07:00
Tim Bell 8f52d15f97 Merge 2009-05-05 23:12:47 -07:00
John R Rose fb6164cec8 6829144: JSR 292 JVM features need a provisional Java API
JDK API and runtime (partial) for anonk, meth, indy

Reviewed-by: mr
2009-05-05 22:40:09 -07:00
John Cuthbertson 92afe130d1 6833576: G1: assert illegal index, growableArray.hpp:186
The code that calculates the heap region index for an object address incorrectly used signed arithmetic.

Reviewed-by: jcoomes, ysr
2009-05-05 22:15:35 -07:00
Changpeng Fang 716c78f080 6833879: Assigning positive zero is ignored when old value is negative zero
Don't perform CMOVE identity optimization for floating point types

Reviewed-by: kvn, never
2009-05-05 11:02:10 -07:00
Jennifer Godinez 553fed80a4 Merge 2009-05-05 09:09:24 -07:00
Anthony Petrov dfb6852a16 6818787: It is possible to reposition the security icon too far from the border of the window on X11
The constraints for the position of the icon are moved to the shared code

Reviewed-by: art, dcherepanov
2009-05-05 17:56:31 +04:00
Anthony Petrov 2453a64fc4 6805231: Security Warning Icon is missing in Windows 2000 Prof from Jdk build 6u12
The icon becomes layered only when the fading-out effect is being performed.

Reviewed-by: art, dcherepanov
2009-05-05 17:47:04 +04:00
Anthony Petrov 2c819571f1 6762511: Translucency is not working on Linux using Metacity
Introduced additional blits and new X11 surface types (ARGB, ABGR)

Reviewed-by: art, avu
2009-05-05 14:45:56 +04:00
Jean-Christophe Collet b23fe07b43 6801497: Proxy is assumed to be immutable but is non-final
Cloned the proxy instance when necessary

Reviewed-by: chegar
2009-05-05 11:02:51 +02:00
Peter Zhelezniakov d663bac931 6837293: Reapply fix for 6588003 to JDK7
Reviewed-by: alexp
2009-05-05 12:07:37 +04:00
Tim Bell 32b0fa3461 Merge 2009-05-04 22:16:46 -07:00
Tim Bell 7a94d5e47f Merge 2009-05-04 22:16:02 -07:00
Tim Bell 076ac3ae62 Merge 2009-05-04 22:14:18 -07:00
Tim Bell 5c0a4e4514 Merge 2009-05-04 22:13:54 -07:00
Tim Bell 9ca99a7f17 Merge 2009-05-04 22:12:47 -07:00
Tom Rodriguez df05badc49 6837224: libsaproc.so on linux needs version of 6799141
Reviewed-by: kvn
2009-05-04 22:06:47 -07:00
Tim Bell 1f70f71621 6658158: Mutable statics in SAAJ (findbugs)
6658163: txw2.DatatypeWriter.BUILDIN is a mutable static (findbugs)

Reviewed-by: darcy
2009-05-04 21:10:41 -07:00
Tim Bell 0bbebf3a62 6588002: XSLTProcessorApplet still allows reading from forbidden URLs
Reviewed-by: darcy
2009-05-04 21:10:30 -07:00
John R Rose 5ba10ad9ad 6829189: Java programming with JSR 292 needs language support
Language changes documented in http://wikis.sun.com/display/mlvm/ProjectCoinProposal

Reviewed-by: jjg, darcy, mcimadamore
2009-05-04 21:04:04 -07:00
Tim Bell 2b96ebbe49 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
Reviewed-by: darcy
2009-05-04 18:40:45 -07:00
Jacob T Royal 221af5e5e1 6837214: Update JDK7 man pages
Reviewed-by: darcy, bpatel, tbell
2009-05-04 18:28:26 -07:00