55545 Commits

Author SHA1 Message Date
Henry Jen
7d471dd141 8023681: Fix raw type warning caused by Sink
Reviewed-by: mduigou, briangoetz
2013-08-09 09:05:20 -07:00
Rickard Bäckman
cd450988cc Merge 2013-08-09 18:05:00 +02:00
Athijegannathan Sundararajan
8ee7468a8c 8022707: Revisit all doPrivileged blocks
Reviewed-by: jlaskey, hannesw
2013-08-09 20:48:44 +05:30
Chris Hegarty
bea82c70dc Merge 2013-08-09 14:44:53 +01:00
Chris Hegarty
533cdad97a Merge 2013-08-09 14:43:19 +01:00
Chris Hegarty
7c2a0e40ae Merge 2013-08-09 14:31:17 +01:00
Chris Hegarty
3a453a7988 Merge 2013-08-09 14:31:12 +01:00
Chris Hegarty
9b9263731c Merge 2013-08-09 14:30:08 +01:00
Chris Hegarty
58b5cc27a7 Merge 2013-08-09 14:24:17 +01:00
Chris Hegarty
a446ab4d6b 8022661: InetAddress.writeObject() performs flush() on object output stream
Reviewed-by: michaelm, alanb
2013-08-09 13:50:13 +01:00
Alexander Scherbatiy
ad02c635e3 7121409: Two conformance tests for AccessibleText.getCharacterBounds(int i) fail
Reviewed-by: serb
2013-08-09 14:16:24 +04:00
Paul Sandoz
87efa706f1 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED
Reviewed-by: martin, chegar
2013-08-09 11:44:38 +02:00
Alejandro Murillo
7cea3820af 8022688: new hotspot build - hs25-b46
Reviewed-by: jcoomes
2013-08-09 01:39:11 -07:00
Alejandro Murillo
c27859fdda Added tag hs25-b45 for changeset 30045f9d9eb2 2013-08-09 01:32:48 -07:00
Alejandro Murillo
247f25e3d1 Merge 2013-08-09 01:32:47 -07:00
Sergey Gabdurakhmanov
b2e34525ab 8020789: Disable exporting of gc.heap_dump diagnostic command
Reviewed-by: fparain, ahgross
2013-08-09 11:03:33 +04:00
Xueming Shen
22a9c24dcd 6614237: missing codepage Cp290 at java runtime
To add charset Cp290 and Cp300

Reviewed-by: okutsu
2013-08-08 23:40:46 -07:00
Weijun Wang
0f81426896 8021788: JarInputStream doesn't provide certificates for some file under META-INF
Reviewed-by: chegar, sherman
2013-08-09 11:41:17 +08:00
Yumin Qi
bf788959b7 Merge 2013-08-08 20:13:45 -07:00
Anton Tarasov
66bb3b1c47 8013611: Modal dialog fails to obtain keyboard focus
Reviewed-by: leonidr
2013-08-09 05:20:27 +04:00
Jason Uh
ea03f7c91f 8022461: Fix lint warnings in sun.security.{provider,rsa,x509}
Reviewed-by: darcy, weijun, xuelei, mullan
2013-08-08 17:06:40 -07:00
Yumin Qi
418cc392cc 8019583: [TESTBUG] runtime/7107135 always passes
If java test return none zero, the value will be override by 'if' statement, the exit value will always '0' and pass. Fix by recording the result in a variable.

Reviewed-by: coleenp, dholmes, iklam
2013-08-08 15:19:12 -07:00
Rickard Bäckman
3a7c3cc018 Merge 2013-08-08 23:49:04 +02:00
Ioi Lam
617a84061c 8022093: syntax error near "umpiconninfo_t" -- when building on Solaris 10
Added extra help message in make/solaris/makefiles/dtrace.make

Reviewed-by: dholmes, sspitsyn
2013-08-08 14:45:56 -07:00
Xueming Shen
dca36c08f3 8015666: test/tools/pack200/TimeStamp.java failing
To keep the default behavior of ZOS unchanged, if ze extra time not explicitly set

Reviewed-by: alanb, ksrini
2013-08-08 12:03:04 -07:00
Jaroslav Bachorik
046a6fa8e2 8021360: object not exported" on start of JMXConnectorServer for RMI-IIOP protocol with security manager
Reviewed-by: alanb, ahgross, smarks, coffeys
2013-08-08 19:16:27 +02:00
Christine Lu
a4ad7e3be8 Added tag jdk8-b102 for changeset c6f119e1fb1f 2013-08-08 10:10:54 -07:00
Christine Lu
18489ee44f Added tag jdk8-b102 for changeset 8de709d0c375 2013-08-08 10:10:52 -07:00
Christine Lu
66b349c32a Added tag jdk8-b102 for changeset 0821944c348a 2013-08-08 10:10:42 -07:00
Christine Lu
12edd63408 Added tag jdk8-b102 for changeset a4d982aa5380 2013-08-08 10:10:38 -07:00
Christine Lu
06729a6505 Added tag jdk8-b102 for changeset 558ea2ab19f7 2013-08-08 10:10:37 -07:00
Christine Lu
9ac23677b2 Added tag jdk8-b102 for changeset d807cf45a710 2013-08-08 10:10:31 -07:00
Christine Lu
5e33f2e6b4 Added tag jdk8-b102 for changeset c7cc39696829 2013-08-08 10:10:26 -07:00
Christine Lu
f18216cb96 Added tag jdk8-b102 for changeset 9543adaf5371 2013-08-08 10:10:24 -07:00
Daniel D. Daugherty
ae5b50414a 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
ProjectCreator tool is modified to support two new options: '-relativeAltSrcInclude' and '-altRelativeInclude' which prevents IDE linker errors. Also fixed some cmd line build linker warnings. Misc cleanups.

Reviewed-by: rdurbin, coleenp
2013-08-08 09:21:30 -07:00
Jim Laskey
8662010454 Merge 2013-08-08 11:20:14 -03:00
Weijun Wang
dc14220ea6 8016594: Native Windows ccache still reads DES tickets
Reviewed-by: dsamersoff, xuelei
2013-08-08 21:13:01 +08:00
Athijegannathan Sundararajan
23ec0c1cc7 Merge 2013-08-08 18:19:29 +05:30
David Holmes
65115fab95 Merge 2013-08-08 08:29:28 -04:00
Athijegannathan Sundararajan
77e477eaea 8022524: Memory leaks in nashorn sources and tests found by jhat analysis
Reviewed-by: attila, hannesw
2013-08-08 16:38:32 +05:30
Vicente Romero
cecb5cc0ea 8019486: javac, generates erroneous LVT for a test case with lambda code
Reviewed-by: mcimadamore
2013-08-08 11:49:16 +01:00
Alexey Utkin
ae9638f154 7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever
Reviewed-by: alanb, robm, martin
2013-08-08 09:16:16 +04:00
Stephen Colebourne
15c6717dac 8015986: Incorrect Localization of HijrahChronology
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Reviewed-by: naoto
2013-08-08 13:51:55 +09:00
Lana Steuck
1fa1e6d2ca Merge 2013-08-07 19:56:20 -07:00
Lana Steuck
db9bc87b0d Merge 2013-08-07 19:52:47 -07:00
Phil Race
fcca48f761 8014883: java.awt.container.add(component comp object constraints) doesn't work as expected on some linux platforms
Reviewed-by: jgodinez
2013-08-07 18:24:17 -07:00
Rickard Bäckman
a231c31f38 8022675: Redundant class init check
Reviewed-by: kvn, twisti
2013-08-08 03:16:56 +02:00
Christian Thalinger
9e056eedc4 8022956: Clang: enable return type warnings on BSD
Reviewed-by: coleenp, sla
2013-08-20 10:57:50 -07:00
Rickard Bäckman
9c2ac55d23 Merge 2013-08-19 09:33:29 +02:00
Vladimir Kozlov
4ee53ef4e3 8021898: Broken JIT compiler optimization for loop unswitching
Fix method clone_projs() to clone all related MachProj nodes.

Reviewed-by: roland, adlertz
2013-08-16 14:11:40 -07:00