Alejandro Murillo
|
805200fc3e
|
Merge
|
2015-02-10 10:09:33 -08:00 |
|
Amy Lu
|
3bf803f0c9
|
8069255: Suppress deprecation warnings in jdk.rmic module (jdk repo)
Reviewed-by: rriggs
|
2015-02-10 12:28:02 -05:00 |
|
Paul Sandoz
|
7c67f47c4d
|
8050819: Please add java.util.Stream.ofNullable(T object)
Reviewed-by: alanb, smarks
|
2015-02-10 11:18:51 +01:00 |
|
Athijegannathan Sundararajan
|
31d47aea0f
|
8068587: ScriptEngineFactory.getParameter() should specify NPE for a null key
Reviewed-by: alanb, lagergren
|
2015-02-10 14:44:33 +05:30 |
|
Joe Darcy
|
127d4e1aec
|
8069277: Doclint regression in java/security/KeyStore.java
Reviewed-by: weijun
|
2015-02-09 17:49:26 -08:00 |
|
Joe Darcy
|
0d5c151c94
|
8041395: Doclint regression in java.net.SocketOption
Reviewed-by: lancea
|
2015-02-09 15:33:56 -08:00 |
|
Florian Weimer
|
5c35079895
|
8069072: GHASH performance improvement
Eliminate allocations and vectorize
Reviewed-by: mullan, ascarpino
|
2015-02-09 13:32:42 -08:00 |
|
Xueming Shen
|
81f4c6102a
|
8030179: java/nio/Buffer/Chars.java, testcases seems all pass but jtreg/testng failed with java.lang.AssertionError
Fix the surrogate corner case in SingleByte charset encoder
Reviewed-by: psandoz, alanb
|
2015-02-09 11:37:56 -08:00 |
|
Kim Barrett
|
10a50a853f
|
8071931: Return of the phantom menace
Reviewed-by: mchung, dfuchs, ahgross, brutisso
|
2015-02-09 13:30:30 -05:00 |
|
David Dehaven
|
8737b37ffc
|
Merge
|
2015-02-09 09:52:48 -08:00 |
|
David Dehaven
|
cbd516739c
|
Merge
|
2015-02-09 09:52:45 -08:00 |
|
Jesper Wilhelmsson
|
832b4db215
|
8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well
Changed to a more generic description.
Reviewed-by: mgerdin, tschatzl
|
2015-02-09 17:38:42 +01:00 |
|
Roland Westrelin
|
01716f18f3
|
8071821: Assert failed in UnexpectedDeoptimizationTest.java
Assert fires in case of concurrent initialization of ciInstanceKlass::_has_injected_fields
Reviewed-by: kvn
|
2015-02-09 13:45:59 +01:00 |
|
Roland Westrelin
|
e6ac3ca09e
|
8072016: Array copy may cause infinite cycle of deoptimization/compilation
Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
Reviewed-by: kvn, vlivanov
|
2015-02-09 15:10:58 +01:00 |
|
Athijegannathan Sundararajan
|
13a7f3810a
|
8072752: Add regression tests for 8071678 and 8071594
Reviewed-by: hannesw, attila
|
2015-02-09 14:40:56 +05:30 |
|
Sergei Kovalev
|
f387f55093
|
8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
Reviewed-by: jwilhelm, iignatyev
|
2015-02-09 09:51:12 +03:00 |
|
Mandy Chung
|
c8528fd410
|
8057645: Deprivilege JAX-WS, JAXB, JAF to extension class loader
Reviewed-by: alanb, dfuchs, lancea, mkos
|
2015-02-06 15:42:07 -08:00 |
|
Roger Riggs
|
8d8f34b9a6
|
8067800: Unexpected DateTimeException in the java.time.chrono.HijrahChronology.isLeapYear
Check the year range consistently with other Hijrah date years
Reviewed-by: lancea, scolebourne
|
2015-02-06 17:29:11 -05:00 |
|
Andrew Haley
|
182a191e07
|
8071947: AARCH64: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
Apply the fix for 8068655 to the AArch64 sources.
Reviewed-by: kvn
|
2015-02-06 10:36:46 -08:00 |
|
Andrew Haley
|
978182d229
|
8072698: Add AArch64 support to hsdis
Reviewed-by: kvn
|
2015-02-06 10:21:46 -08:00 |
|
Andrew Haley
|
f60dba6c5f
|
8072053: AARCH64: remove src/java.base/unix/native/libjli/aarch64/jvm.cfg
Reviewed-by: kvn
|
2015-02-06 10:14:59 -08:00 |
|
Sergey Bylokhov
|
67c555e053
|
8063066: Some look and feels ignores the JSlider.PaintTrack property
Reviewed-by: ant, azvegint, alexsch
|
2015-02-06 19:49:20 +03:00 |
|
Brian Burkhalter
|
980fb58833
|
8072495: (fs) Path.relativize() gives incorrect result for empty path on Windows
Correct handling of empty path in Windows version of relativize()
Reviewed-by: alanb, dfuchs
|
2015-02-06 08:05:44 -08:00 |
|
Mikael Gerdin
|
685f6eb32e
|
8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
Reviewed-by: jwilhelm, tschatzl
|
2015-02-06 16:24:25 +01:00 |
|
Athijegannathan Sundararajan
|
2f101d122b
|
8071989: NashornScriptEngine returns javax.script.ScriptContext instance with insonsistent get/remove methods behavior for undefined attributes
Reviewed-by: attila, lagergren
|
2015-02-06 19:28:26 +05:30 |
|
Roland Westrelin
|
a967f754a2
|
8071999: SA's buildreplayjars fail with exception
Support default methods when dumping classes in SA
Reviewed-by: vlivanov, kvn, dsamersoff
|
2015-02-06 13:50:44 +01:00 |
|
Magnus Ihse Bursie
|
283b6c7fbc
|
8071767: Improve names and dependencies for image targets
Co-authored-by: Ingemar Aberg <ingemar.aberg@oracle.com>
Reviewed-by: ihse, erikj, dholmes
|
2015-02-06 12:46:59 +01:00 |
|
Magnus Ihse Bursie
|
8450ccc371
|
8072106: Properly handle dependencies for deleted header files
Reviewed-by: erikj
|
2015-02-06 12:37:31 +01:00 |
|
Erik Joelsson
|
c9bf298a67
|
8071329: Stop exporting INCLUDE and LIB when building on windows
Reviewed-by: ihse
|
2015-02-06 09:57:28 +01:00 |
|
Erik Joelsson
|
c0277e17c9
|
8071329: Stop exporting INCLUDE and LIB when building on windows
Reviewed-by: ihse
|
2015-02-06 09:56:30 +01:00 |
|
Weijun Wang
|
ee2ba7946a
|
8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows
Reviewed-by: xuelei
|
2015-02-06 11:38:29 +08:00 |
|
Lana Steuck
|
c45c18ee1a
|
Merge
|
2015-02-05 15:45:17 -08:00 |
|
Lana Steuck
|
3a5a821349
|
Merge
|
2015-02-05 15:44:57 -08:00 |
|
Lana Steuck
|
4cc06ec416
|
Merge
|
2015-02-05 15:44:19 -08:00 |
|
Lana Steuck
|
77709e9fba
|
Merge
|
2015-02-05 15:43:20 -08:00 |
|
Lana Steuck
|
d0aae9c2a0
|
Merge
|
2015-02-05 15:42:09 -08:00 |
|
Lana Steuck
|
348b90c794
|
Merge
|
2015-02-05 15:41:43 -08:00 |
|
Alejandro Murillo
|
b49ef0ce12
|
Merge
|
2015-02-05 14:57:53 -08:00 |
|
Alejandro Murillo
|
7d4ea26916
|
Merge
|
2015-02-05 14:57:52 -08:00 |
|
Andrew Haley
|
86e7982c2c
|
8072483: AARCH64: aarch64.ad uses the wrong operand class for some operations
Use iReg<X>NoSp registers operands where required.
Reviewed-by: kvn, adinn, enevill
|
2015-02-05 11:47:33 -08:00 |
|
David Katleman
|
125aff9d19
|
Added tag jdk9-b49 for changeset bdc353778a28
|
2015-02-05 11:43:38 -08:00 |
|
David Katleman
|
a52924200a
|
Added tag jdk9-b49 for changeset ac59fe6cd98f
|
2015-02-05 11:43:37 -08:00 |
|
David Katleman
|
0ea4df7b6c
|
Added tag jdk9-b49 for changeset 6e8154707178
|
2015-02-05 11:43:33 -08:00 |
|
David Katleman
|
5d5585acd9
|
Added tag jdk9-b49 for changeset abeda3261f92
|
2015-02-05 11:43:32 -08:00 |
|
David Katleman
|
6680f97794
|
Added tag jdk9-b49 for changeset f9e5640d832e
|
2015-02-05 11:43:32 -08:00 |
|
David Katleman
|
00fa5a044f
|
Added tag jdk9-b49 for changeset 08067f67dde0
|
2015-02-05 11:43:29 -08:00 |
|
David Katleman
|
e58a6b0ce9
|
Added tag jdk9-b49 for changeset 6a22230c068f
|
2015-02-05 11:43:29 -08:00 |
|
David Katleman
|
5184f0183b
|
Added tag jdk9-b49 for changeset dd613dc718a1
|
2015-02-05 11:43:28 -08:00 |
|
Maurizio Cimadamore
|
dbe88a2ef1
|
8072445: tools/javac/lambda/MethodReference55.java fails across platforms
Remove copyright from test header
Reviewed-by: jlahoda
|
2015-02-05 18:51:09 +00:00 |
|
Hannes Wallnöfer
|
3f9c2f13ee
|
8072626: Test for JDK-8068872 fails in tip
Reviewed-by: lagergren, jlaskey
|
2015-02-05 16:26:36 +01:00 |
|