37969 Commits

Author SHA1 Message Date
Joe Darcy
bd838767a7 8155963: Fix deprecation warning in windows java.net implementation
Reviewed-by: prr
2016-05-03 12:18:50 -07:00
Joe Darcy
01ee88c8ae 6850612: Deprecate Class.newInstance since it violates the checked exception language contract
Reviewed-by: lancea, mullan, dfuchs
2016-05-03 10:40:54 -07:00
Claes Redestad
e8cd76568d 8155775: Re-examine naming of privileged methods to access System properties
Reviewed-by: mullan
2016-05-03 15:50:54 +02:00
Alan Bateman
44790114ee Merge 2016-05-03 11:45:56 +01:00
Alan Bateman
36e0820801 8154956: Module system implementation refresh (4/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, chegar, redestad
2016-05-03 09:09:57 +01:00
Claes Redestad
7eb46a2e0f 8155824: JDK build should tune down small apps more aggressively
Reviewed-by: erikj
2016-05-02 17:54:37 +02:00
Robert Field
c7ff526996 8139832: JShell API: Diag constructor should not be exposed and fix typo
Reviewed-by: jlahoda
2016-05-02 08:54:14 -07:00
Matthias Klose
0dc92a6e8c 8155821: Typo for s390x for HOTSPOT__CPU_DEFINE
Reviewed-by: erikj
2016-05-02 15:05:54 +02:00
Jan Lahoda
d7af112d8d 8155816: langtools/tools/javac/classfiles/attributes/LineNumberTable/T8050993.java test broken
Correcting expected line numbers

Reviewed-by: alundblad
2016-05-02 12:57:05 +02:00
Jan Lahoda
8ca267abe3 8050993: There is no record for condition in ternary operator in LineNumberTable
Make sure there is an entry in the LineNumberTable for the condition of the ternary operator

Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com>
Reviewed-by: jjg
2016-05-02 06:43:44 +02:00
Srikanth Adayapalam
2f5a588d25 8155028: javac crashes in silly do-while loop
Compiler should short circuit code generation for unreachable code.

Reviewed-by: mcimadamore
2016-05-02 10:11:24 +05:30
Joe Darcy
ce05d52251 8155792: Add @jls citations to java.lang.String
Reviewed-by: alanb
2016-04-30 16:08:48 -07:00
Tagir F. Valeev
53420d6516 8154387: Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less
Reviewed-by: psandoz
2016-04-29 16:58:00 -07:00
Tagir F. Valeev
3ccd7f2289 8153293: Preserve SORTED and DISTINCT characteristics for boxed() and asLongStream() operations
Reviewed-by: psandoz
2016-04-29 16:57:57 -07:00
Michael McMahon
bab1d3912a 8087124: HTTP/2 implementation
Reviewed-by: chegar
2016-04-30 00:30:31 +01:00
Kumar Srinivasan
6ae0f15a00 8155061: javadoc incorrectly sorted items in All Classes list and Index files
Reviewed-by: jjg
2016-04-29 16:06:52 -07:00
Robert Field
2006da5930 8139837: JShell API: make a common JShellException
Reviewed-by: jlahoda
2016-04-29 19:53:19 -07:00
Kumar Srinivasan
4be9fb29fa 8154482: javadoc tool must support legacy doclet and taglet
Reviewed-by: jjg
2016-04-29 15:35:51 -07:00
Liam Miller-Cushon
9290ce0c7b 8154270: javac wrongly rejects some class literals as annotation element values
Reviewed-by: mcimadamore
2016-04-29 14:18:09 -07:00
Paul Sandoz
e955660cf1 8154755: Add a VarHandle weakCompareAndSet with volatile semantics
Reviewed-by: shade, vlivanov
2016-04-29 13:46:19 -07:00
Aleksey Shipilev
4d3fe6b205 8155215: java.lang.String concatenation spec is unnecessarily strong
Reviewed-by: abuckley, sherman, chegar
2016-04-29 23:15:15 +03:00
Phil Race
b368267147 Merge 2016-04-29 11:16:25 -07:00
Phil Race
5ab5ea2ba4 Merge 2016-04-29 09:47:43 -07:00
Semyon Sadetsky
6ec92b1389 8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest
Reviewed-by: prr
2016-04-29 09:46:14 -07:00
Semyon Sadetsky
88fc3658cc 8155606: [PIT] Robot's createScreenCapture() broken on Linux
Reviewed-by: prr
2016-04-29 09:45:46 -07:00
Tagir F. Valeev
6db653621d 8155600: Performance optimization of Arrays.asList().iterator()
Reviewed-by: redestad, shade, plevart, attila
2016-04-29 16:52:05 +03:00
Aleksey Shipilev
a6f2cdbb0f 8155090: String concatenation fails with a custom SecurityManager that uses concatenation
Reviewed-by: redestad, chegar
2016-04-29 13:24:27 +03:00
Claes Redestad
46e74c829b 8155036: Remove sun.security.action.GetBooleanSecurityPropertyAction
Reviewed-by: mullan, mchung, chegar
2016-04-29 11:56:31 +02:00
David Holmes
9950f584d0 8155689: Build failing for install on jdk9/dev when using -testset hotspot
Add installer target that aliases the expected target

Reviewed-by: jmasa, tbell
2016-04-29 01:45:35 -04:00
Frank Yuan
766c5e26ae 8155514: jaxp.library.TestPolicy should extend the default security policy
Reviewed-by: mchung, joehw
2016-04-28 19:11:09 -07:00
Stuart Marks
93a8bd3843 8154801: deprecate Observer and Observable
Reviewed-by: darcy
2016-04-28 14:29:09 -07:00
Lana Steuck
dbaca996ad Merge 2016-04-28 09:39:17 -07:00
Lana Steuck
b49a109b02 Merge 2016-04-28 09:39:03 -07:00
Lana Steuck
b66d02e59c Merge 2016-04-28 09:38:42 -07:00
Lana Steuck
d9d916addb Merge 2016-04-28 09:38:19 -07:00
Lana Steuck
9b3e28196c Merge 2016-04-28 09:37:59 -07:00
Joe Wang
2f9ffbd280 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
Reviewed-by: lancea
2016-04-28 09:08:01 -07:00
Erik Joelsson
8a708bda63 8155632: Remove debuginfo from jmod files
Reviewed-by: tbell, mchung, alanb
2016-04-28 17:33:49 +02:00
Chris Bensen
552f7b32c1 8150990: Add helper class in jdk.jlink for packager use to avoid coordination with FX and JDK builds
Reviewed-by: alanb, mchung, kcr, sundar
2016-04-28 08:28:48 -07:00
Lana Steuck
45082e3194 Added tag jdk-9+116 for changeset 973b1c28c6d2 2016-04-28 08:26:43 -07:00
Lana Steuck
8c52468e73 Added tag jdk-9+116 for changeset 33cf53901cac 2016-04-28 08:26:42 -07:00
Lana Steuck
21311d2cb7 Added tag jdk-9+116 for changeset d91c47cb2992 2016-04-28 08:26:38 -07:00
Lana Steuck
a0bed541c0 Added tag jdk-9+116 for changeset f0cb22ad8db4 2016-04-28 08:26:36 -07:00
Lana Steuck
61e4e8685d Added tag jdk-9+116 for changeset 318476412bc2 2016-04-28 08:26:36 -07:00
Lana Steuck
40edabdf12 Added tag jdk-9+116 for changeset bff09f64dd1c 2016-04-28 08:26:32 -07:00
Lana Steuck
a78f728480 Added tag jdk-9+116 for changeset e29791634c81 2016-04-28 08:26:32 -07:00
Lana Steuck
e9a10a4fca Added tag jdk-9+116 for changeset fbab762803ef 2016-04-28 08:26:30 -07:00
Erik Joelsson
c4275c858c 8155629: MODULES_FILTER should apply to imported modules
Reviewed-by: dholmes, tbell, mchung
2016-04-28 17:14:59 +02:00
Erik Joelsson
a12239e493 8155641: Correct merge typo in compare script
Reviewed-by: chegar
2016-04-28 16:18:59 +02:00
Andreas Woess
0f84fadba6 8155025: 0.001.toFixed(2) should return "0.00" not "0"
Reviewed-by: jlaskey, hannesw
2016-04-28 10:42:33 +02:00