Erik Trimble
|
67fd924e0e
|
6838819: Bump the HS16 build number to 03
Update the HS16 build number to 03
Reviewed-by: jcoomes
|
2009-05-07 21:35:30 -07:00 |
|
Erik Trimble
|
2827b06412
|
Merge
|
2009-05-07 21:33:37 -07:00 |
|
Kelly O'Hair
|
663faa821c
|
6835803: Type error in src/windows/native/sun/windows/awt_Window.cpp
Reviewed-by: prr
|
2009-05-07 18:19:41 -07:00 |
|
Vladimir Kozlov
|
955a453996
|
Merge
|
2009-05-07 17:09:48 -07:00 |
|
John Coomes
|
4b2a0a80b5
|
Merge
|
2009-05-07 13:54:48 -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 |
|
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 |
|
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
|
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
|
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 |
|
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 |
|
Poonam Bajaj
|
1e41f46948
|
6829234: Refix 6822407 and 6812971
Fixes two SA issues 6822407 and 6812971
Reviewed-by: swamyv, acorn, kvn, coleenp
|
2009-05-04 17:58:10 -07:00 |
|
Alan Bateman
|
e4f45d0a0b
|
6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win)
Reviewed-by: sherman
|
2009-05-04 19:25:14 +01:00 |
|
Andrey Petrusenko
|
907a41e100
|
Merge
|
2009-05-04 02:57:39 -07:00 |
|
Xueming Shen
|
2c08c535e0
|
6836489: Incorrect @link usage in java.util.zip API doc
Correct the wrong @link tag
Reviewed-by: alanb
|
2009-05-01 12:06:14 -07:00 |
|