Kumar Srinivasan
35e27fd594
8022161: javac Null Pointer Exception in Enter.visitTopLevel
...
Reviewed-by: jjg, vromero, jlahoda
2013-08-09 15:01:33 -07:00
Daniel D. Daugherty
15aa5e3a57
Merge
2013-08-09 13:19:00 -07:00
Joe Wang
1848c820d0
8022548: SPECJVM2008 has errors introduced in 7u40-b34
...
Reviewed-by: chegar, lancea
2013-08-09 12:53:30 -07:00
Xueming Shen
9db3bb4e9c
8020054: (tz) Support tzdata2013d
...
Update the jdk8 tz data to version 2013d
Reviewed-by: coffeys, peytoia
2013-08-09 12:40:11 -07:00
Joe Wang
86ec979f23
8022548: SPECJVM2008 has errors introduced in 7u40-b34
...
Reviewed-by: chegar, lancea
2013-08-09 12:10:41 -07:00
Pranav Bhat
6a6c3f5aed
Merge
2013-08-09 14:54:09 -04:00
Dan Xu
8893824d47
8021977: Opening a file using java.io can throw IOException on Windows
...
Remove IOException related error-handling code for backward compatibility
Reviewed-by: alanb, lancea, mr
2013-08-09 10:55:52 -07:00
Doug Lea
b377e796f7
8022724: lint warnings in j.u.concurrent packages
...
Reviewed-by: chegar, lancea, darcy
2013-08-09 17:56:38 +01:00
Mikael Vidstedt
5fab892391
8022452: Hotspot needs to know about Windows 8.1 and Windows Server 2012 R2
...
Add support for recognizing Windows 8.1 and Server 2012 R2 and minor cleanup
Reviewed-by: coleenp, dsamersoff
2013-08-09 09:51:21 -07:00
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