Xue-Lei Andrew Fan
cf3815fc2a
8172217: Need debug log for the intermittent failure of AnonCipherWithWantClientAuth
...
Reviewed-by: weijun
2017-01-04 00:08:40 +00:00
Daniel Fuchs
9c8183b4a4
8170814: Reuse cache entries (part II)
...
Reviewed-by: chegar, ahgross, weijun, aefimov, michaelm
2016-12-20 18:02:26 +00:00
Phil Race
8b371aa02b
8130737: AffineTransformOp can't handle child raster with non-zero x-offset
...
Reviewed-by: serb, flar
2016-12-20 09:52:14 -08:00
Phil Race
6118a4085b
8166111: [PIT] possible regression: java/awt/font/GlyphVector/TestLayoutFlags.java
...
Reviewed-by: serb
2016-12-20 09:47:22 -08:00
Dmitrij Pochepko
973b6f24d0
8170886: compiler/ciReplay/TestSAServer.java intermittently throws NumberFormatException
...
Reviewed-by: thartmann
2016-12-20 17:35:20 +03:00
Athijegannathan Sundararajan
06cba30399
8171503: Nashorn build, test failures with the latest jdk9-dev forest - javadoc target and test target fail
...
Reviewed-by: jlaskey
2016-12-20 19:37:31 +05:30
Jonathan Gibbons
23c1a004ec
8171413: jdk/javadoc/doclet/testModules/TestModules.java failed due to some subtests failed
...
Reviewed-by: bpatel
2016-12-20 06:06:01 -08:00
Martin Doerr
27139d7529
8171398: s390x: Make interpreter's math entries consistent with C1 and C2 and support FMA
...
Reviewed-by: lucy, goetz
2016-12-20 14:55:18 +01:00
Jonathan Gibbons
71b65b06e4
8171412: tools/javac/modules/AddLimitMods.java failed with "error: module not found"
...
Reviewed-by: mcimadamore
2016-12-20 05:50:39 -08:00
Dmitry Samersoff
b06fa0ea3a
Merge
2016-12-20 13:02:16 +00:00
Dmitry Samersoff
c105d10fb0
8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
...
Two separate flags, exception_detected and exception_caught, replaced with one.
Reviewed-by: sspitsyn, coleenp, dholmes
2016-12-20 15:40:01 +03:00
Dmitry Samersoff
8adc334dc2
Merge
2016-12-20 12:16:41 +00:00
Dmitry Samersoff
17a5dbaee6
Merge
2016-12-20 11:32:47 +00:00
Dmitry Samersoff
40d84ade8a
Merge
2016-12-20 11:19:36 +00:00
Dmitry Samersoff
c5e65622d8
8150563: LoadAgentDcmdTest.java can't find libinstrument.so
...
Test changed to reflect changes for 8066474 Remove the lib/$ARCH directory from Linux and Solaris images
Reviewed-by: sspitsyn
2016-12-20 14:15:02 +03:00
Dmitry Samersoff
25409feeb5
Merge
2016-12-20 10:53:52 +00:00
Jini George
5f477c032d
8159127: hprof heap dumps broken for lambda classdata
...
Added class dump records for lambda related anonymous classes in the heap dump
Reviewed-by: dsamersoff, sspitsyn
2016-12-20 13:35:40 +03:00
Jini George
6feb27b225
8159127: hprof heap dumps broken for lambda classdata
...
Added class dump records for lambda related anonymous classes in the heap dump
Reviewed-by: dsamersoff, sspitsyn
2016-12-20 13:33:57 +03:00
Kirill Zhaldybin
e52f4d1966
Merge
2016-12-20 11:33:25 +01:00
Christoph Langer
a717e4a14b
8171077: Use getaddrinfo/getnameinfo in Windows Inet4AddresImpl native code
...
Reviewed-by: chegar
2016-12-20 10:49:50 +01:00
Semyon Sadetsky
254d34cdf1
8074883: Tab key should move to focused button in a button group
...
Reviewed-by: alexsch, serb
2016-12-20 11:53:07 +03:00
Thomas Stuefe
a9b90b0b4b
8171408: [aix] TOC overflow when linking the gtest libjvm.so
...
Reviewed-by: dholmes, simonis, erikj
2016-12-20 09:25:03 +01:00
Hamlin Li
b4c69fcb1a
8025199: java/rmi/registry/reexport/Reexport.java failed with: Port already in use
...
Reviewed-by: rriggs
2016-12-19 17:09:10 -08:00
Goetz Lindenmaier
12aa0a8788
8170655: [posix] Fix minimum stack size computations
...
Reviewed-by: dcubed, coleenp
2016-12-19 15:48:57 -08:00
Phil Race
fdb41a4e1f
Merge
2016-12-19 15:33:32 -08:00
Mandy Chung
fb167e5c1c
8168836: Minor clean up on warning/error messages on --add-exports and --add-reads
...
Reviewed-by: alanb
2016-12-19 15:01:14 -08:00
Mandy Chung
0209a7f1e9
8171478: tools/launcher/modules/patch/systemmodules/PatchSystemModules.java fails due to JDK-8171400
...
Reviewed-by: jjg
2016-12-19 14:52:19 -08:00
Mandy Chung
9ca506bd0d
8171468: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails as lib/$ARCH no longer exists
...
Reviewed-by: alanb, redestad
2016-12-19 13:50:29 -08:00
Amanda Jiang
8d09a2b2c9
8075618: Create tests to check jarsigner work with multi-version jar
...
Reviewed-by: weijun
2016-12-19 12:47:54 -08:00
Claes Redestad
f26cc2ffd9
8171400: Move checking of duplicate packages in the boot layer to link time
...
Reviewed-by: alanb
2016-12-19 21:38:46 +01:00
Mandy Chung
cc3b86f64c
8171418: Remove jdeps internal --include-system-modules option
...
Reviewed-by: dfuchs, lancea
2016-12-19 12:30:39 -08:00
Jonathan Gibbons
bf8ce3692c
8171255: Javac generates Deprecated class file attribute for @deprecated javadoc tag on module declaration
...
Reviewed-by: mcimadamore, anazarov
2016-12-19 11:15:01 -08:00
Jonathan Gibbons
347e8689f2
8171451: update langtools problem lists for failing tests
...
Reviewed-by: darcy
2016-12-19 11:07:44 -08:00
Naoto Sato
004901e102
8171189: Deprecate ResourceBundleControlProvider for removal
...
Reviewed-by: mchung
2016-12-19 09:56:11 -08:00
Bob Vandette
7a50f217c2
8168503: JEP 297: Unified arm32/arm64 Port
...
Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
2016-12-19 12:39:21 -05:00
Bob Vandette
6009cf0793
8168503: JEP 297: Unified arm32/arm64 Port
...
Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
2016-12-19 12:39:01 -05:00
Bob Vandette
1a300611f0
8168503: JEP 297: Unified arm32/arm64 Port
...
Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
2016-12-19 12:39:00 -05:00
Phil Race
58b8478bb6
Merge
2016-12-19 09:16:40 -08:00
Pavel Rappo
cad20cfdea
Merge
2016-12-19 16:04:49 +00:00
Pavel Rappo
4d6180564c
8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url
...
Reviewed-by: chegar, rriggs
2016-12-19 16:01:24 +00:00
Pavel Rappo
1919b626bc
8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url
...
Reviewed-by: chegar, rriggs
2016-12-19 16:00:21 +00:00
Aleksei Efimov
d636922583
8146271: File system contention in debug print via XPathFactory.newInstance
...
Reviewed-by: joehw, clanger
2016-12-19 18:45:58 +03:00
Erik Joelsson
ab77975179
8171310: Gtest libjvm.so is always stripped
...
Reviewed-by: tbell, dholmes, stuefe
2016-12-19 16:26:36 +01:00
Erik Joelsson
9a80c66078
8171310: Gtest libjvm.so is always stripped
...
Reviewed-by: tbell, dholmes, stuefe
2016-12-19 16:26:22 +01:00
Jesper Wilhelmsson
1d6d3d549a
8171414: tools/launcher/VersionCheck.java failed with AssertionError due to new tool jaotc
...
Reviewed-by: alanb, sla
2016-12-19 12:13:32 +01:00
Pavel Rappo
4548261e7b
Merge
2016-12-19 16:05:38 +00:00
Pavel Rappo
5cd134407d
8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url
...
Reviewed-by: chegar, rriggs
2016-12-19 16:00:59 +00:00
Staffan Larsen
afd296c799
8171366: macOS: Do not run failure handler commands that require Developer mode access
...
Reviewed-by: erikj, iignatyev
2016-12-19 10:47:26 +01:00
Frank Yuan
1619ba4842
8087303: LSSerializer pretty print does not work anymore
...
8114834: LSSerializerImpl always serializes an entity reference node to" &entityName;" even if "entities" property is false
Reviewed-by: joehw, clanger
2016-12-19 11:13:32 +08:00
Yang Zhang
851569b2f4
8169697: AArch64: Vectorized MLA instruction not generated for some test cases
...
Add AddVB/S/I/L/F/D node to commut_op_list, as well as other commutative vector operations.
Reviewed-by: roland, kvn
2016-12-19 10:57:53 +08:00