Lana Steuck
8b29a14d37
Added tag jdk9-b92 for changeset 59fdb1bb8199
2015-11-12 10:39:12 -08:00
Lana Steuck
71f9155369
Added tag jdk9-b92 for changeset 27b563ba49e8
2015-11-12 10:39:10 -08:00
Lana Steuck
13a36bc849
Added tag jdk9-b92 for changeset ff95a3cea444
2015-11-12 10:39:06 -08:00
Lana Steuck
5dd838631c
Added tag jdk9-b92 for changeset 42ca9d5434cc
2015-11-12 10:39:04 -08:00
Lana Steuck
9b37e8fe82
Added tag jdk9-b92 for changeset bbe6f7195a37
2015-11-12 10:39:03 -08:00
Lana Steuck
2a5e95250f
Added tag jdk9-b92 for changeset bb921f8f8007
2015-11-12 10:39:00 -08:00
Lana Steuck
5b8fa75bc4
Added tag jdk9-b92 for changeset 5866711ae287
2015-11-12 10:38:58 -08:00
Lana Steuck
0b814d2307
Added tag jdk9-b92 for changeset 9131d6736fd0
2015-11-12 10:38:57 -08:00
Hannes Wallnöfer
898d1b3cf0
8142864: Raw types warning in WeakValueCache
...
Reviewed-by: mhaupt, attila
2015-11-12 19:31:22 +01:00
Peter Brunet
7b6f3bbed8
8134116: Add more comprehensive fix and regression test for JDK-8133897
...
Use getTitleAt instead of Page.title field; add regression test
Reviewed-by: alexsch, serb
2015-11-12 12:27:36 -06:00
Sangheon Kim
6c10034f4b
8134631: G1DummyRegionsPerGC fires assert of assert(words <= filler_array_max_size()) failed: too big for a single object
...
Change filler max value temporarily for G1DummyRegionsPerGC flag.
Reviewed-by: tbenson, tschatzl
2015-11-12 09:52:04 -08:00
Athijegannathan Sundararajan
5b33de6a32
8142857: Enable all nashorn "api" tests for jtreg test run
...
Reviewed-by: attila, hannesw, mhaupt
2015-11-12 19:51:43 +05:30
Jan Lahoda
31df921493
8141092: JShell: Completion hangs on identifier completion
...
Avoiding recursive search when computing package completion.
Reviewed-by: mcimadamore, rfield
2015-11-12 15:10:01 +01:00
Rob McKenna
bcebf98d38
8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
...
Reviewed-by: vinnie
2015-11-12 13:37:35 +00:00
Shinya Yoshida
fadea54488
8142384: JShell tool: New command: /imports, /i which show the list of imported packages or classes, etc..
...
Reviewed-by: rfield, jlahoda
2015-11-12 08:48:42 +01:00
Athijegannathan Sundararajan
51556ae6ea
8142501: nashorn tests failing after recent changes
...
Reviewed-by: hannesw
2015-11-12 12:30:15 +05:30
Roger Riggs
e15eefc7d7
8141652: Rename methods Objects.nonNullElse* to requireNonNullElse*
...
And some usages of replacing expr != null ? expr : otherexpr
Reviewed-by: jrose, chegar
2015-11-11 22:38:15 -05:00
Srinivas Dama
9bf5e9c8f4
8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
...
Improve clarity of javac messages by discriminating hiding scenerio from overriding
Reviewed-by: mcimadamore, sadayapalam
2015-11-12 08:39:23 +05:30
Srikanth Adayapalam
431aa657a6
8136419: Type annotations in initializers and lambda bodies not written to class file
...
Reviewed-by: jlahoda
2015-11-12 06:13:14 +05:30
Srikanth Adayapalam
f7bc90496a
8142476: Call site initialization exception caused by LambdaConversionException: Invalid receiver type
...
Incorrect handling of intersection typed receiver in method references results in call site initialization exception
Reviewed-by: mcimadamore
2015-11-12 05:59:47 +05:30
Joseph Provino
c2eff46269
Merge
2015-11-11 23:47:43 +00:00
Joseph Provino
76f328a4ca
Merge
2015-11-11 23:47:42 +00:00
Joseph Provino
539395ffbf
Merge
2015-11-11 23:47:41 +00:00
Joseph Provino
067567e0a1
Merge
2015-11-11 23:45:52 +00:00
Joseph Provino
f2134af77c
Merge
2015-11-11 23:45:51 +00:00
Christian Tornqvist
f02593b51a
8142502: [TESTBUG] Exclude runtime/ErrorHandling/SecondaryErrorTest.java on OSX until JDK-8139300 has been resolved
...
Reviewed-by: hseigel, mseledtsov, minqi
2015-11-11 11:47:20 -08:00
Hannes Wallnöfer
3bfbc63cd6
8047366: (1000000000000000128).toString() and (1000000000000000128).toFixed() don't evaluate to expected values
...
Reviewed-by: attila, sundar
2015-11-11 16:35:38 +01:00
Hannes Wallnöfer
12e30a3d04
8141505: floating point parse incorrect on big integer
...
Reviewed-by: attila, sundar
2015-11-11 16:34:26 +01:00
Hannes Wallnöfer
13dbf6a119
8141702: Add support for Symbol property keys
...
Reviewed-by: attila, sundar
2015-11-11 16:28:17 +01:00
Hannes Wallnöfer
15ef19ee62
8010803: Number to String conversion functionality overhaul
...
Reviewed-by: attila, lagergren
2015-11-11 15:22:14 +01:00
Attila Szegedi
534ff3deff
8142422: Smaller Dynalink API adjustments
...
Reviewed-by: hannesw, sundar
2015-11-11 14:54:09 +01:00
Srikanth Adayapalam
7ea18e2abd
8141508: java.lang.invoke.LambdaConversionException: Invalid receiver type
...
Incorrect handling of intersection type parameter of functional interface descriptor results in call site initialization exception
Reviewed-by: mcimadamore
2015-11-11 18:46:03 +05:30
Srikanth Adayapalam
14e78ebab1
8142467: Remove all references Flags.IPROXY
...
Remove all references to flag bit IPROXY that has fallen into disuse.
Reviewed-by: mcimadamore
2015-11-11 17:13:10 +05:30
Chris Hegarty
b1bef722b9
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 11:33:40 +00:00
Chris Hegarty
fe552c2f39
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 11:32:15 +00:00
Chris Hegarty
f9c17f72ba
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 11:31:21 +00:00
Chris Hegarty
26141fcf05
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 11:27:54 +00:00
Chris Hegarty
bdbc4d15df
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 09:19:12 +00:00
Tiantian Du
6c93228c43
8076359: Test Task: Develop new tests for Leverage CPU Instructions for GHASH and RSA
...
Reviewed-by: mullan, ascarpino
2015-11-11 10:42:20 +03:00
Sebastian Sickelmann
47ec9819c2
8141662: Javadoc fix. Do not suggest to use new Boolean(true)
...
Javadoc only fix of 5108778 Too many instances of java.lang.Boolean created in Java application for the java/net library
Reviewed-by: wetmore
2015-11-10 21:13:40 +01:00
Nadeesh TV
5541c558b8
8138664: ZonedDateTime parse error for any date using 'GMT0' ZoneID - Java Bug System
...
Reviewed-by: rriggs, scolebourne, sherman
2015-11-10 14:12:53 -05:00
Nadeesh TV
dd0226189c
8066571: UnsupportedTemporalTypeException is thrown not only in the case of unsupported temporal - Java Bug System
...
Reviewed-by: rriggs, scolebourne
2015-11-10 14:11:50 -05:00
Magnus Ihse Bursie
cda93faedc
8142383: Use named arguments for SetupCompileProperties in jdk
...
Reviewed-by: erikj
2015-11-10 15:00:25 +01:00
Maurizio Cimadamore
e0f654819b
8141613: Compiler fails to infer generic type
...
Repeated capture of same expression leads to erroneous inference constraints
Reviewed-by: vromero
2015-11-10 11:49:14 +00:00
Rocky Sloan
f8cea75f1c
8137113: [TEST_BUG] Two java.beans tests need to be updated to work with JDK 9 modularized filesystem
...
Reviewed-by: serb, alexsch
2015-11-10 13:46:45 +03:00
Magnus Ihse Bursie
209ebcfafa
8141696: Improve COMPARE_BUILD
...
Reviewed-by: tbell, erikj
2015-11-10 11:41:21 +01:00
Thomas Schatzl
6ed8f3c0b2
8140689: Skip last young-only gc if nothing to do in the mixed gc phase
...
Reviewed-by: mgerdin, drwhite
2015-11-10 11:07:15 +01:00
Thomas Schatzl
22d9b3df0f
8138740: Start initial mark right after mixed GC if needed
...
Instead of issuing a single young-only GC after the end of all mixed GCs, if needed immediately start an initial mark in that young-only GC.
Reviewed-by: drwhite, mgerdin
2015-11-10 11:07:15 +01:00
Thomas Schatzl
90d03cf69c
8139874: After G1 Full GC, the next GC is always a young-only GC
...
Allow initiation of an initial mark after Full GC
Reviewed-by: ehelin
2015-11-10 11:07:15 +01:00
Thomas Schatzl
d8534a2c6d
8140597: Forcing an initial mark causes G1 to abort mixed collections
...
Postpone the initial mark request until the current mixed GC phase has finished.
Reviewed-by: mgerdin
2015-11-10 11:07:15 +01:00