J. Duke
|
77c86a9646
|
Merge
|
2017-07-05 16:33:55 +02:00 |
|
J. Duke
|
62cd79af98
|
Merge
|
2017-07-05 16:33:39 +02:00 |
|
J. Duke
|
c2d21dbeba
|
Merge
|
2017-07-05 16:33:23 +02:00 |
|
J. Duke
|
8883615177
|
Merge
|
2017-07-05 16:33:07 +02:00 |
|
J. Duke
|
b15242a5a2
|
Merge
|
2017-07-05 16:32:55 +02:00 |
|
Erik Trimble
|
a31fce833b
|
Merge
|
2009-05-13 08:46:58 -07:00 |
|
Erik Trimble
|
236059bc4e
|
Merge
|
2009-05-13 08:40:46 -07:00 |
|
Igor Veresov
|
702a13b785
|
6840196: NUMA allocator: crash in fastdebug during startup on Linux
With libnuma >1.2 explicity use 1.1 symbols
Reviewed-by: ysr
|
2009-05-12 15:55:56 -07:00 |
|
Xiomara Jayasena
|
78f516d04e
|
Merge
|
2009-05-12 14:05:09 -07:00 |
|
John R Rose
|
708863fcf9
|
6839839: access checking logic is wrong at three points in MethodHandles
Point fixes to access checking logic
Reviewed-by: mr
|
2009-05-12 13:54:22 -07:00 |
|
Yuri Nesterenko
|
a529aee20c
|
Merge
|
2009-05-12 00:40:13 -07:00 |
|
John R Rose
|
9d698bded0
|
6839802: java.dyn needs to be on the CORE_PKGS list
Fix makefile to expose the new APIs in the core list; edit some javadocs for correctness
Reviewed-by: mr
|
2009-05-11 21:09:58 -07:00 |
|
Vassili Igouchkine
|
9135d7552c
|
Added tag jdk7-b58 for changeset 81bd48bfe2e6
|
2009-05-11 12:08:21 -07:00 |
|
Vassili Igouchkine
|
dc73a83365
|
Added tag jdk7-b58 for changeset d01743017349
|
2009-05-11 12:08:15 -07:00 |
|
Vassili Igouchkine
|
5a15b20036
|
Added tag jdk7-b58 for changeset 2c677d453222
|
2009-05-11 12:08:10 -07:00 |
|
Vassili Igouchkine
|
b020505579
|
Added tag jdk7-b58 for changeset 2d7afc04121f
|
2009-05-11 12:08:09 -07:00 |
|
Vassili Igouchkine
|
c724f6fbe7
|
Added tag jdk7-b58 for changeset 4b001cb378e2
|
2009-05-11 12:08:06 -07:00 |
|
Vassili Igouchkine
|
f9618e7435
|
Added tag jdk7-b58 for changeset f50e6e2c1b3b
|
2009-05-11 12:08:03 -07:00 |
|
Vassili Igouchkine
|
40b682817a
|
Added tag jdk7-b58 for changeset 9f9b8a0e6229
|
2009-05-11 12:08:03 -07:00 |
|
Erik Trimble
|
7df98bfb6b
|
Merge
|
2009-05-08 19:50:32 -07:00 |
|
Igor Veresov
|
dacaa6b65d
|
6838842: NUMA allocator: Segfault during startup on Linux
Restored os::free_memory() semantics
Reviewed-by: apetrusenko
|
2009-05-08 15:20:10 -07:00 |
|
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 |
|
Vladimir Kozlov
|
955a453996
|
Merge
|
2009-05-07 17:09:48 -07:00 |
|
John Coomes
|
4b2a0a80b5
|
Merge
|
2009-05-07 13:54:48 -07:00 |
|
Keith McGuigan
|
e703c7c158
|
Merge
|
2009-05-07 11:44:53 -04: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 |
|
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 |
|
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 |
|
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 |
|