2503 Commits

Author SHA1 Message Date
Roman Kennke
aafe7d7398 6896335: GraphicsEnvironment.getDefaultScreenDevice() throws UnsatisfiedLinkError in headless mode
Use local ge variable instead of localEnv field in GE.

Reviewed-by: igor, prr
2010-02-03 10:02:33 +01:00
Roman Kennke
d5280868a3 6888734: PIT: regression test fails when java.security.manager is enabled
Load FontManager instance in privileged block to avoid AccessControlException

Reviewed-by: igor, tdv
2010-02-02 16:38:26 +01:00
Andrew John Hughes
d7c18f0617 6921740: Eliminate warnings from sun.io converters and allow compiling with JAVAC_MAX_WARNINGS=true
Fix sun.io converters unchecked and cast warnings produced by -Xlint:all

Reviewed-by: alanb, sherman
2010-02-02 10:55:07 +00:00
Kelly O'Hair
66af96da9d Merge 2010-01-29 09:05:02 -08:00
Andrew John Hughes
2d314b47cd 6917466: Should set bootclasspath for javadoc in jdk build
Javadoc needs to reference the newly built classes so as not to hit APIs which differ between the boot JDK and the source files of the JDK being built.

Reviewed-by: ohair
2010-01-29 02:38:22 +00:00
Lana Steuck
21f09fb0b2 Merge 2010-01-28 18:24:54 -08:00
Lana Steuck
2eabbe8ed9 Merge 2010-01-28 16:12:06 -08:00
Andrew John Hughes
6e0e99e0cd 6921068: Remove javadoc builds warnings from specdefault tag
Ignore specdefault tag to avoid javadoc warnings

Reviewed-by: darcy, ohair
2010-01-28 21:01:13 +00:00
Michael Wilkerson
d202ec0bed Added tag jdk7-b81 for changeset a280fa50978f 2010-01-28 11:26:54 -08:00
Sergey Malenkov
46cb7c49ab 6412286: DOC: LTP: Unspecified NPE in java.beans.DefaultPersistenceDelegate.instantiate method
Reviewed-by: peterz
2010-01-28 20:49:00 +03:00
Peter Zhelezniakov
3b48821ace 6912118: Incosistency in several SynthUI classes between inherited specs ofupdate() and paint() methods
Reviewed-by: rupashka
2010-01-28 17:06:54 +03:00
Yong Jeffrey Huang
30885d636b 6919624: minimalDaysInFirstWeek ressource for hungarian is wrong
Reviewed-by: yhuang, peytoia
2010-01-27 23:19:28 -08:00
Xueming Shen
b09ac3b7e8 6920732: opensource test/java/nio/charset
Move the test cases to openjdk

Reviewed-by: martin
2010-01-27 19:39:55 -08:00
Lana Steuck
c380e15d57 Merge 2010-01-27 14:46:06 -08:00
Pavel Tisnovsky
0c8c19d629 6920143: test/java/awt/TestArea/UsingWithMouse.java needs realSync()
Added small delay to make sure that TextArea animation have finished

Reviewed-by: anthony
2010-01-27 17:47:53 +01:00
Chris Hegarty
ea8cd92324 6905552: libnet/nio portability issues
Reviewed-by: alanb
2010-01-27 16:11:53 +00:00
Jean-Christophe Collet
32443b7f2e 6919185: test/closed/sun/net/ftp/FtpTests fails to compile
Fixed a couple of regressions in FtpClient and updated the test.

Reviewed-by: chegar
2010-01-26 11:39:29 +01:00
Weijun Wang
4641ee098b 6919610: KeyTabInputStream uses static field for per-instance value
Reviewed-by: mullan
2010-01-26 17:03:48 +08:00
Masayoshi Okutsu
63df4ddb3e 6912866: (date) java.util.Date.before / after may be expensive
Reviewed-by: peytoia
2010-01-26 15:42:06 +09:00
Chris Hegarty
1891bb8f68 6707289: InterfaceAddress.getNetworkPrefixLength() does not conform to Javadoc
Reviewed-by: michaelm
2010-01-25 15:41:37 +00:00
Lana Steuck
352a180c52 Merge 2010-01-22 09:34:17 -08:00
Dmitry Cherepanov
27a0a30da8 6756774: fstdebug jvm fails with assertion (result != deleted_handle(),"Used a deleted global handle.")
Reviewed-by: art, anthony
2010-01-22 19:47:18 +03:00
Yong Jeffrey Huang
99efc13e49 6916787: Ukrainian currency name needs to be fixed
Reviewed-by: yhuang, peytoia
2010-01-21 22:05:31 -08:00
Vinnie Ryan
85e04e4ce4 Merge 2010-01-22 00:02:08 +00:00
Vinnie Ryan
50b83fe62f 6763530: Cannot decode PublicKey (Proider SunPKCS11, curve prime256v1)
Reviewed-by: andrew
2010-01-21 23:59:41 +00:00
Michael Wilkerson
6f9b40f577 Added tag jdk7-b80 for changeset 3effa7542ca5 2010-01-21 11:12:37 -08:00
Sergey Malenkov
d28858928b 4968536: DOC: Javadoc for java.beans.Encoder.getPersistenceDelegate is incomplete
Reviewed-by: peterz
2010-01-21 21:53:15 +03:00
Sergey Malenkov
559ad6f8f8 4922835: DOC: Statement javadoc should indicate that target and methodName cannot be null
Reviewed-by: peterz
2010-01-21 21:45:00 +03:00
Michael Wilkerson
675d878cfc Merge 2010-01-20 17:11:52 -08:00
Vasanth Venkatachalam
688eab1157 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter.

Reviewed-by: never, ohair, tbell, tdeneau
2010-01-20 12:09:31 -07:00
Xue-Lei Andrew Fan
57afe92dd1 6862064: incorrect implementation of PKIXParameters.clone()
Reviewed-by: weijun, mullan
2010-01-20 21:38:37 +08:00
Dmitry Cherepanov
90bf9a073f 6660258: Java application stops Windows logout/shutdown (regression in 1.5.0_14)
Reviewed-by: anthony, art, uta
2010-01-20 01:33:49 +03:00
Weijun Wang
9645beba5c 6917791: KeyTabEntry, when the byte value smaller then 16, the string drop '0'
Reviewed-by: xuelei
2010-01-19 11:43:45 +08:00
Mandy Chung
0dd2aad54f 6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
Build modules not depending on ALT_JDK_IMPORT_PATH being set

Reviewed-by: alanb
2010-01-18 15:23:14 -08:00
Pavel Tisnovsky
f57059f5b4 6917663: test/java/security/Provider/Turkish.java not samevm friendly
Added othervm flag to ensure that this test will run in isolation.

Reviewed-by: alanb
2010-01-18 17:53:26 +01:00
Alan Bateman
01c326e0da 6917021: (file) copyTo/moveTo can overrwrite existing file when target associated with custom provider
Reviewed-by: chegar
2010-01-18 15:21:34 +00:00
Chris Hegarty
3e77553ac1 6917317: (sctp) Remove dependency on handleSocketError
Reviewed-by: alanb
2010-01-18 14:56:06 +00:00
Chris Hegarty
34b95319c2 6916890: (sctp) SctpChannel.send may cause IAE if given a heap buffer with an offset
Reviewed-by: alanb
2010-01-18 14:01:07 +00:00
Yong Jeffrey Huang
fb1a4c18c0 Merge 2010-01-17 18:42:34 -08:00
Lana Steuck
a5325ffb94 Merge 2010-01-15 15:36:54 -08:00
Jennifer Godinez
8cfb675258 6915906: tests in closed/javax/print/ should not be calling System.exit()
Reviewed-by: igor, prr
2010-01-15 09:06:57 -08:00
Chris Hegarty
c5c869ce94 6916922: (sctp) SO_RCVBUF & SO_SNDBUF returns twice the value set
Reviewed-by: alanb
2010-01-15 16:31:16 +00:00
Sean Mullan
152798a7ef Merge 2010-01-15 09:58:48 -05:00
Sean Mullan
60fa841f74 6915939: Exception should be thrown if OCSP SingleResponses contain unresolved critical extensions
Reviewed-by: xuelei
2010-01-15 09:48:21 -05:00
Joe Darcy
738b0c0ec7 6908218: java.lang.Deprecated should have explicit @Target meta-annotation
Reviewed-by: mernst
2010-01-14 20:05:19 -08:00
David Katleman
c3dc52b53d Added tag jdk7-b79 for changeset 9cb43bde544d 2010-01-14 15:48:36 -08:00
Alexey Utkin
b5f77a0513 6916867: Fastdebug build failed after CR 4874070 fix putback
Reviewed-by: art, dcherepanov
2010-01-14 17:56:49 +03:00
Kelly O'Hair
23fc99433b Merge 2010-01-13 15:37:06 -08:00
John Coomes
cbfd52c649 Merge 2010-01-13 15:16:06 -08:00
Alexey Utkin
bbab8a6fb4 Merge 2010-01-13 17:10:23 +03:00