Xiomara Jayasena
d12a988e50
Added tag jdk7-b61 for changeset 73a162bf9360
2009-06-18 13:05:20 -07:00
Jon Masamitsu
317dafead1
Merge
2009-06-18 12:40:53 -07:00
Yuri Nesterenko
0b09aba377
Merge
2009-06-17 23:27:56 -07:00
Andrew John Hughes
fdff41f711
6851515: awt_p.h incorporates a chunk of the XRender header
...
Use XRender header directly rather than copying chunks locally
Reviewed-by: anthony, ohair
2009-06-17 21:13:04 +01:00
Andrew John Hughes
e4d607185f
6851515: awt_p.h incorporates a chunk of the XRender header
...
Use XRender header directly rather than copying chunks locally
Reviewed-by: anthony, ohair
2009-06-17 20:53:01 +01:00
Yuri Nesterenko
d184c2ebce
Merge
2009-06-16 00:37:39 -07:00
Jennifer Godinez
45febb097f
Merge
2009-06-15 09:59:03 -07:00
Dmitry Cherepanov
d7d8999b2b
6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails
...
Reviewed-by: anthony
2009-06-15 11:15:55 -04:00
Andrew Brygin
0574960761
6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system
...
Reviewed-by: igor, prr
2009-06-15 17:19:33 +04:00
Andrew Brygin
5ecb6c24be
6829549: JVM crash on certain images
...
Reviewed-by: igor, prr
2009-06-15 14:49:22 +04:00
Jeremy Manson
5bf951e2a6
6511515: poor performance of LogRecord.inferCaller depending on java.lang.Throwable.getStackTraceElement
...
Allow random access to stack trace elements; retrieve only needed ones
Reviewed-by: swamyv
2009-06-14 14:33:30 -07:00
Martin Buchholz
a5e977cf14
6850720: (process) Use clone(CLONE_VM), not fork, on Linux to avoid swap exhaustion
...
Use clone(CLONE_VM) on Linux; Reluctantly implement execvpe.
Reviewed-by: michaelm
2009-06-14 14:23:22 -07:00
Yuka Kamiya
3445a11481
6850113: Bidi class needs to be updated to support Unicode 5.1
...
Reviewed-by: okutsu
2009-06-13 06:43:54 +09:00
Antonios Printezis
f741e2fceb
6850846: G1: extend G1 marking verification
...
Extend G1 marking verification to use either the "prev" or "next" marking information, as appropriate.
Reviewed-by: johnc, ysr
2009-06-12 16:20:16 -04:00
Tim Bell
b88afe3210
Merge
2009-06-11 21:35:12 -07:00
Tim Bell
54e8ace85c
Merge
2009-06-11 21:32:12 -07:00
Tim Bell
1d82926517
Merge
2009-06-11 21:30:49 -07:00
Tim Bell
c39be4cb0e
Merge
2009-06-11 21:26:25 -07:00
Tim Bell
3b9b40dd90
Merge
2009-06-11 21:11:22 -07:00
Tim Bell
a91e623395
Merge
2009-06-11 21:09:19 -07:00
Erik Trimble
d560c41ebf
Merge
2009-06-11 21:01:07 -07:00
Xue-Lei Andrew Fan
2f977c16d9
6570344: Invalid RSA OID in sun.security.x509.AlgorithmId
...
Change RSA OID to "2.5.8.1.1"
Reviewed-by: mullan
2009-06-12 09:00:38 +08:00
Erik Trimble
79522a9709
6850551: Bump the HS16 build number to 04
...
Update the HS16 build number to 04
Reviewed-by: jcoomes
2009-06-11 17:56:51 -07:00
Erik Trimble
d42eeab7f3
Merge
2009-06-11 17:46:40 -07:00
John Coomes
24f3527be2
6849716: BitMap - performance regression introduced with G1
...
Make verification code visible only in debug builds
Reviewed-by: iveresov, ysr, johnc, apetrusenko, tonyp
2009-06-11 13:31:01 -07:00
Xiomara Jayasena
13dc5bb0c0
Added tag jdk7-b60 for changeset 47bb5c4cb85e
2009-06-11 10:54:31 -07:00
Xiomara Jayasena
861912d777
Added tag jdk7-b60 for changeset 21261fc963f2
2009-06-11 10:54:22 -07:00
Xiomara Jayasena
76d4b7bdd4
Added tag jdk7-b60 for changeset 76ee911ec65f
2009-06-11 10:54:15 -07:00
Xiomara Jayasena
8a94398eb5
Added tag jdk7-b60 for changeset 23aa5ac01f3b
2009-06-11 10:54:14 -07:00
Xiomara Jayasena
283db215ef
Added tag jdk7-b60 for changeset 4df6b30560c1
2009-06-11 10:54:09 -07:00
Xiomara Jayasena
9599b16f63
Added tag jdk7-b60 for changeset 6737e8a2ab2b
2009-06-11 10:54:06 -07:00
Xiomara Jayasena
fbcb9909e0
Added tag jdk7-b60 for changeset fc15870ef45c
2009-06-11 10:54:05 -07:00
Andrew Brygin
d78db1b0c7
5101862: WBMP Image reader tries to load Quicktime MOV files
...
Reviewed-by: igor, prr
2009-06-11 14:22:33 +04:00
Andrew Brygin
83632f1cab
6296893: BMP Writer handles TopDown property incorrectly for some of the compression types
...
Reviewed-by: igor, prr
2009-06-11 13:47:42 +04:00
Jon Masamitsu
46dcdf10e6
Merge
2009-06-10 14:57:21 -07:00
Sean Mullan
46c0719042
6845161: Bottleneck in Configuration.getConfiguration synchronized call
...
Reduce scope of synchronized block
Reviewed-by: weijun
2009-06-10 09:12:15 -07:00
Yuri Nesterenko
d094861eeb
Merge
2009-06-09 23:47:38 -07:00
Weijun Wang
8a52d1a9d5
6578647: Undefined requesting URL in java.net.Authenticator.getPasswordAuthentication()
...
Reviewed-by: chegar, valeriep
2009-06-09 14:17:05 +08:00
Igor Veresov
307bb62ca5
6849122: G1: Typo introduced during implementation of the parallel refinement
...
Typo fix
Reviewed-by: jcoomes
2009-06-08 16:14:19 -07:00
Jennifer Godinez
b321d4a736
Merge
2009-06-08 13:56:45 -07:00
John Coomes
10002fa2ff
6814552: par compact - some compilers fail to optimize bitmap code
...
Reviewed-by: tonyp, iveresov, jmasa, ysr
2009-06-07 22:08:24 -07:00
John Cuthbertson
70fe3ca4f5
6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55
...
For heaps larger than 32Gb, the number of heap regions overflows the data type used to hold the region index in the SparsePRT structure. Changed the region indexes, card indexes, and RSet hash table buckets to ints and added some size overflow guarantees.
Reviewed-by: ysr, tonyp
2009-06-11 17:19:33 -07:00
Y. Srinivas Ramakrishna
9d9317de4c
6820167: GCALotAtAllSafepoints + FullGCALot(ScavengeALot) options crash JVM
...
Short-circuit gc-a-lot attempts by non-JavaThreads; SkipGCALot c'tor to elide re-entrant gc-a-lot attempts.
Reviewed-by: apetrusenko, jcoomes, jmasa, kamg
2009-06-11 12:40:00 -07:00
Y. Srinivas Ramakrishna
9611174798
6848641: CMSCollector::_roots_scanning_options should be initialized
...
The field is now initialized in the constructor.
Reviewed-by: iveresov, jmasa, johnc
2009-06-07 00:27:41 -07:00
Changpeng Fang
0429abd38a
6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
...
Add a RegisterMap* argument to frame::frame_size() to correctly compute the sender frame
Reviewed-by: never
2009-06-05 10:25:39 -07:00
Dmitry Cherepanov
7019b37e8c
6829180: Removing focused component from a window causes a JVM crash for JDK7b50+ on WinXP/Vista
...
Access pData on the toolkit thread
Reviewed-by: art, anthony, naoto
2009-06-05 17:30:05 +04:00
Omair Majid
eb1cb99d4e
6832386: Fix JTreg test: java/awt/Graphics/DrawImageBG/SystemBgColorTest.java
...
Removed unneeded System.exit(0) call.
Reviewed-by: art, ohair, anthony
2009-06-04 15:18:46 +04:00
Xue-Lei Andrew Fan
105735aeb6
6847459: Allow trust anchor self-issued intermediate version 1 and version 2 certificate
...
Reviewed-by: weijun
2009-06-04 11:28:03 +08:00
Tom Rodriguez
73a6885c23
Merge
2009-06-03 18:15:25 -07:00
Tom Rodriguez
fd4d5540ba
Merge
2009-06-03 15:16:50 -07:00