Magnus Ihse Bursie
4ef785b337
8187543: Replace SRC_ROOT with TOPDIR
...
Reviewed-by: erikj
2017-09-25 10:21:23 +02:00
Gustavo Serra Scalet
521c3ea430
8185976: PPC64: Implement MulAdd and SquareToLen intrinsics
...
This implementation is based on the algorithm implemented in java. It yields a performance speedup of: JDK8: 23% JDK9: 5% JDK10: 5%
Reviewed-by: mdoerr, goetz
2017-09-25 09:37:43 +02:00
Goetz Lindenmaier
a17ce440a5
8187547: PPC64: icache invalidation is incorrect in some places
...
Reviewed-by: mdoerr, goetz
2017-09-25 08:43:43 +02:00
Sergey Bylokhov
97d93fe4d8
8187442: Xcheck:jni produces various "WARNING in native method" in launcher
...
Reviewed-by: ksrini, dholmes
2017-09-22 15:32:09 -07:00
John R Rose
f98aab0db9
8185993: MethodHandle.invokeWithArguments jumbo-arity
...
Reviewed-by: psandoz, vlivanov
2017-09-22 15:28:16 -07:00
Andrey Nazarov
71e91d9c2e
8185458: Added comment for Files.notExists in FileUtils test library
...
Reviewed-by: chegar
2017-09-22 11:49:53 -07:00
Jan Lahoda
b45c9233a4
8044853: Attr synthesizes nullcheck tree nodes
...
Avoid move of JCNewClass.encl to args in front end phases.
Reviewed-by: jjg
2017-09-22 14:06:11 +02:00
Priya Lakshmi Muthuswamy
de9651c66a
8181792: nashorn samples/exec.js has some incorrect examples
...
Reviewed-by: sundar, hannesw
2017-09-22 12:00:41 +02:00
Priya Lakshmi Muthuswamy
6c1410fffa
8186180: Symbol.__proto__ results in error with format string placeholder
...
Reviewed-by: sundar, hannesw
2017-09-22 11:52:38 +02:00
Priya Lakshmi Muthuswamy
ea3a3f20d5
8187362: Nashorn unsigned right shift operator unexpectedly returns floating-point
...
Reviewed-by: sundar, hannesw
2017-09-22 11:48:57 +02:00
Amy Lu
f22dd8323b
8184329: Refactor java/lang/ClassLoader shell tests to java
...
Reviewed-by: mchung
2017-09-22 16:38:54 +08:00
Felix Yang
300988fb02
8085875: java/net/DatagramSocket/PortUnreachable.java fails intermittently: Address already in use
...
Reviewed-by: msheppar, clanger
2017-09-21 20:05:46 -07:00
Felix Yang
e634950b41
8187026: Remove intermittent key from java/net/httpclient/http2/BasicTest.java
...
Reviewed-by: chegar
2017-09-21 19:48:32 -07:00
Weijun Wang
b380f1b6cc
8187786: Many javax/net/ssl/DTLS tests failing
...
Reviewed-by: xuelei
2017-09-22 09:49:08 +08:00
Erik Joelsson
4f3d30c818
8187790: generated-configure out of sync
...
Reviewed-by: mchung, tbell
2017-09-21 23:20:18 +02:00
Mandy Chung
21c1304c15
8187449: jdeps fails when an upgradeable module is upgraded with an automatic module
...
Reviewed-by: lancea, psandoz
2017-09-21 13:55:44 -07:00
Bradford Wetmore
d1ad673f55
8187788: Disasble javax/net tests until JDK-8187786 is resolved
...
Reviewed-by: darcy
2017-09-21 12:13:25 -07:00
Roger Riggs
cc7c5f202b
Merge
2017-09-21 13:40:18 -04:00
Jan Lahoda
0fcaa36105
8184739: Incorrect end position of PackageTree
...
Fixing end position of PackageTree.
Reviewed-by: jjg
2017-09-21 17:47:34 +02:00
Roger Riggs
a3b9c07ee4
8177932: (process) java/lang/ProcessHandle/OnExitTest.java failed with "Process A should not be alive..."
...
Reviewed-by: stuefe, dholmes, fyuan
2017-09-21 11:41:34 -04:00
Roger Riggs
5e55e5e2ee
8187631: Refactor FileDescriptor close implementation
...
Reviewed-by: bpb, alanb
2017-09-21 11:41:12 -04:00
Zhengyu Gu
03dacaa881
8187331: VirtualSpaceList tracks free space on wrong node
...
Fixed miscounting of virtual space node's free memory
Reviewed-by: shade, coleenp, stuefe
2017-09-20 20:54:29 -04:00
Kumar Srinivasan
8088bd6350
8186875: Removed unused method LinkFactory.getTypeAnnotationLinks(LinkInfo linkInfo)
...
Reviewed-by: anazarov, bpatel, jjg
2017-09-20 15:22:21 -07:00
Hannes Wallnöfer
9ddbf8fde2
8186646: Nashorn: "duplicate code" assertion when binding a vararg function that just passes arguments along
...
Reviewed-by: sundar, jlaskey
2017-09-21 14:40:50 +02:00
Athijegannathan Sundararajan
0f4c864067
8187782: no ant build artifact should be produced under make/nashorn directory
...
Reviewed-by: hannesw, jlaskey
2017-09-21 18:00:44 +05:30
Prasanta Sadhukhan
1cb97b8378
8186987: NullPointerException in RasterPrinterJob without PrinterResolution
...
Reviewed-by: prr, pnarayanan
2017-09-21 16:21:14 +05:30
Prasanta Sadhukhan
34500e27fe
8156042: Modifiers of swing ActionEvent does not work when "-Djavafx.embed.singleThread=true"
...
Reviewed-by: azvegint
2017-09-21 16:17:37 +05:30
Athijegannathan Sundararajan
a8ce9febcd
8187773: nashorn ant javadoc, nashornapi, dynalinkapi, run, debug, octane, sunspider targets fail
...
Reviewed-by: hannesw
2017-09-21 14:37:47 +05:30
Weijun Wang
1e6e9203c4
8186884: Test native KDC, Java krb5 lib, and native krb5 lib in one test
...
Reviewed-by: asmotrak
2017-09-21 16:29:54 +08:00
Weijun Wang
fe19274488
8186831: Kerberos ignores PA-DATA with a non-null s2kparams
...
Reviewed-by: xuelei
2017-09-21 16:29:45 +08:00
Weijun Wang
8a1e214f37
8186931: jdk.security.jarsigner package is missing package summary
...
Reviewed-by: mchung, mullan
2017-09-21 16:29:34 +08:00
Weijun Wang
2bb3b82709
8148371: Remove policytool
...
Reviewed-by: erikj, alanb, mullan
2017-09-21 16:29:18 +08:00
Xueming Shen
02b9452ed3
8186464: ZipFile cannot read some InfoZip ZIP64 zip files
...
Reviewed-by: martin
2017-09-20 16:41:54 -07:00
Lana Steuck
dae210f6d6
Added tag jdk-10+24 for changeset 3b201865d5c1
2017-09-20 02:16:19 +00:00
Erik Joelsson
c111277919
8187642: The consolidated repo test makefile disables CONCURRENCY setting to jtreg
...
Reviewed-by: darcy
2017-09-18 18:15:05 -07:00
Joe Darcy
a77b330635
8187636: Mark MetaCallback.java as failing intermittently
...
Reviewed-by: serb, prr
2017-09-18 13:33:29 -07:00
Magnus Ihse Bursie
6648232e22
8187542: Remove superfluous *_TOPDIR variables
...
Reviewed-by: erikj
2017-09-15 09:18:00 -07:00
Erik Joelsson
467119a352
8187445: Forest Consolidation: Make tests work
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:59 +02:00
Erik Joelsson
72c4ec5462
8187444: Forest Consolidation: Make build work
...
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: darcy, ihse
2017-09-12 19:03:56 +02:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00
J. Duke
270fe13182
Added tag jdk-10+23 for changeset 22850b3a5524
2017-09-09 14:36:53 +02:00
J. Duke
bafb5a1395
Merge
2017-09-09 14:36:51 +02:00
J. Duke
7658a57741
Merge
2017-09-09 14:36:45 +02:00
J. Duke
ace2f730de
Merge
2017-09-09 14:36:41 +02:00
J. Duke
49a56482be
Merge
2017-09-09 14:36:37 +02:00
J. Duke
9d2751425c
Merge
2017-09-09 14:36:34 +02:00
J. Duke
9223b8c12b
Merge
2017-09-09 14:36:29 +02:00
J. Duke
354e0fd809
Merge
2017-09-09 14:36:25 +02:00
J. Duke
050dd5d91e
Merge
2017-09-09 14:35:49 +02:00
Phil Race
66dbe8c5ff
Merge
2017-09-07 08:52:53 -07:00