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
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
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
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
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
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
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
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
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
George Triantafillou
d0ec3208a4
8149790: NegativeArraySizeException with hprof
...
Reviewed-by: lfoltan, ctornqvi, hseigel, dcubed
2017-08-16 14:49:18 -04:00
Christian Tornqvist
1fc9a5bca7
8184772: Make it possible to pass arguments only to the Java running the tests when running jtreg through make
...
Reviewed-by: gtriantafill, iignatyev
2017-08-15 16:26:30 -04:00
Jiangli Zhou
263d11de6d
8179302: Pre-resolve constant pool string entries and cache resolved_reference arrays in CDS archive
...
Shared class' constant pool resolved_references array is cached.
Co-authored-by: Thomas Schatzl <thomas.schatzl@oracle.com>
Reviewed-by: coleenp, iklam, tschatzl
2017-08-14 14:05:26 -04:00
Igor Ignatyev
f6b2ad32f7
8174202: jtreg AOT tests should not assume library extension of .so
...
Reviewed-by: kvn
2017-08-11 16:06:55 -07:00
Harold Seigel
abea66332b
8177741: Fix hotspot tests to use --patch-module instead of -Xmodule
...
Change InMemoryJavaCompiler.compile() to accept --patch-module instead of -Xmodule, and then change appropriate tests.
Reviewed-by: coleenp, gtriantafill
2017-08-10 11:11:52 -04:00
Goetz Lindenmaier
f399078a51
8185436: jtreg: introduce @requires property to disable cds tests
...
Reviewed-by: jiangli, mseledtsov, iklam
2017-08-01 16:03:06 +02:00
Ioi Lam
8cb80d6c43
8072061: Automatically determine optimal sizes for the CDS regions
...
See new C++ class MetaspaceClosure.
Reviewed-by: coleenp, jiangli, mseledtsov
2017-08-02 18:07:02 -07:00
Igor Ignatyev
d8e0821f0b
Merge
2017-08-02 15:59:32 +00:00
Igor Ignatyev
ddbb88523f
8185536: @key aot should be replaced w/ @requires vm.aot
...
Reviewed-by: kvn, goetz
2017-08-02 08:52:14 -07:00
Vladimir Kozlov
9bef3e632b
Merge
2017-08-01 13:03:20 -07:00
Andrey Nazarov
d362d3fe3a
8184961: jdk.test.lib.util.FileUtils.deleteFileWithRetry0 should wait for absence of a file
...
Reviewed-by: bpb
2017-07-25 17:04:46 -07:00
John Jiang
618b1dbbfb
8177017: com/oracle/security/ucrypto/TestAES.java fails intermittently
...
Skips CFB128 related cases on Solaris pre-11.3 versions.
Reviewed-by: valeriep
2017-07-17 23:11:46 -07:00
Volker Simonis
f5d31f8a92
8183534: [TEST] Make detection of compilation mode more robust
...
Reviewed-by: clanger, stuefe
2017-07-06 16:03:54 +02:00
Vladimir Kozlov
b3b17f73e2
Merge
2017-07-05 18:23:35 -07:00
Igor Ignatyev
d9cd3471bc
8182154: merge jdk.testlibrary.Platform and jdk.test.lib.Platform
...
Reviewed-by: sspitsyn, plevart
2017-06-27 08:43:15 -07:00
Lana Steuck
57b8a62f93
Merge
2017-06-23 23:18:26 +00:00
Alan Bateman
d45f906ec4
8181087: Module system implementation refresh (6/2017)
...
Reviewed-by: sspitsyn, hseigel
2017-06-16 09:20:15 -07:00
Ekaterina Pavlova
d222800a8b
8181820: jdk/test/lib/Platform should not depend on jdk/test/lib/Utils
...
Reviewed-by: alanb, chegar
2017-06-12 12:39:26 -07:00
Jesper Wilhelmsson
1edbd267cf
Merge
2017-06-08 19:18:02 +02:00
Igor Ignatyev
d577ab1f77
8181335: remove packageless CompilerUtils
...
Reviewed-by: alanb
2017-06-06 19:53:35 -07:00
Rachel Protacio
c34ae22077
8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging
...
Converted -XX:+PrintSharedSpaces to -Xlog:cds=info
Reviewed-by: iklam, jiangli, mseledtsov
2017-06-05 13:14:04 -04:00
Sharath Ballal
5a215fce15
6760477: Update SA to include stack traces in the heap dump
...
Update SA to include HPROF_TRACE and HPROF_FRAME records in the heap dump
Reviewed-by: dsamersoff
2017-06-02 12:29:08 +05:30
Ekaterina Pavlova
ddaeb2dd0e
8181124: Get rid of compiler.testlibrary.rtm.predicate
...
Reviewed-by: kvn
2017-06-01 17:34:34 -07:00
Lana Steuck
c532946b18
Merge
2017-05-31 17:41:14 +00:00
Igor Ignatyev
1ccebabd11
8180805: move RandomFactory to the top level testlibrary
...
Reviewed-by: bpb, rriggs
2017-05-30 21:14:02 -07:00
Igor Ignatyev
88c4940eeb
8180888: move jdk.testlibrary.JarUtils to the top level testlibrary
...
Reviewed-by: weijun
2017-05-30 21:07:14 -07:00
Igor Ignatyev
6d94dde813
8180887: move FileUtils to top level testlibrary
...
Reviewed-by: psandoz
2017-05-30 14:56:43 -07:00
Jesper Wilhelmsson
28e7f4d892
Merge
2017-05-29 20:48:08 +02:00
Igor Ignatyev
88ef6ea270
8180399: move jdk.testlibrary.LockFreeLogManager to the top level test library
...
Reviewed-by: psandoz, mchung
2017-05-24 15:21:14 -07:00
Igor Ignatyev
662fb55c95
8180724: move ModuleInfoMaker to the top level testlibrary
...
Reviewed-by: psandoz, mchung
2017-05-24 14:16:20 -07:00