Hamlin Li
7014d0bdf8
8186610: move ModuleUtils to top-level testlibrary
...
Reviewed-by: alanb, iignatyev
2018-10-12 10:35:24 +08:00
Mikael Vidstedt
8e53d1b5dc
8211350: Remove jprt support
...
Reviewed-by: dholmes, erikj, mchung, alanb, jjg
2018-10-02 22:36:08 -07:00
Igor Ignatyev
ab8c7f710c
8211171: move JarUtils to top-level testlibrary
...
Reviewed-by: alanb
2018-10-01 14:54:46 -07:00
Bo Zhang
3a0b2d59ad
8210810: Escaped character at specific position in argument file is not handled properly
...
Reviewed-by: alanb
2018-09-28 13:15:01 -07:00
Jonathan Gibbons
8edf8e2b03
8210275: Source Launcher should fail if --source is used without a source file
...
Reviewed-by: mchung, alanb, mcimadamore
2018-09-21 15:38:43 -07:00
Igor Ignatyev
3521fc392e
8210779: 8182404 and 8210732 haven't updated copyright years
...
Reviewed-by: bchristi
2018-09-17 11:50:39 -07:00
Igor Ignatyev
2702b5c299
8182404: remove jdk.testlibrary.JDKToolFinder and JDKToolLauncher
...
Reviewed-by: amenkov, jcbeyler, alanb
2018-09-10 14:23:37 -07:00
Igor Ignatyev
21a0458422
8210112: remove jdk.testlibrary.ProcessTools
...
Reviewed-by: alanb, sspitsyn, jcbeyler
2018-09-07 14:01:52 -07:00
Phil Race
1387c87093
Merge
2018-07-26 10:00:40 -07:00
Srinivas Dama
eac16b2705
8206445: JImageListTest.java failed in Windows
...
Added System.gc() call to address unmapped jimage files
Reviewed-by: alanb
2018-07-23 19:58:43 +05:30
Goetz Lindenmaier
9dcc8b4a96
8207766: [testbug] Adapt tests for Aix
...
Reviewed-by: clanger, mbaesken
2018-07-20 09:33:49 +02:00
Phil Race
28e828130d
Merge
2018-07-19 10:17:22 -07:00
Joe Darcy
90518f0635
8028563: Remove javac support for 6/1.6 source and target values
...
Reviewed-by: jjg, erikj, henryjen
2018-07-12 14:13:15 -07:00
Srinivas Dama
c216fe0f55
8198405: JImageExtractTest.java & JImageListTest.java failed in Windows
...
Make a directory readonly using nio file attribute AclEntry
Reviewed-by: jlaskey
2018-07-06 00:40:12 +05:30
Srinivas Dama
8d46c49dde
8198819: tools/jimage/JImageExtractTest.java, fails intermittently at testExtract (macos)
...
Modified test to work on only modules extracted using jimage instead of files present in current directory
Reviewed-by: jlaskey
2018-07-04 17:49:21 +05:30
Athijegannathan Sundararajan
724ba7feb2
8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs
...
Reviewed-by: jlaskey, hannesw
2018-06-28 18:04:19 +05:30
Volker Simonis
19608b393d
8205916: [test] Fix jdk/tools/launcher/RunpathTest to handle both, RPATH and RUNPATH
...
Reviewed-by: martin, erikj
2018-06-28 09:06:54 +02:00
Jonathan Gibbons
7b117026d2
8205438: Re-enable shebang tests in test/jdk/tools/launchers/SourceMode.java
...
Reviewed-by: mchung
2018-06-27 14:20:41 -07:00
David Holmes
95bf19563b
8010319: Implementation of JEP 181: Nest-Based Access Control
...
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Maurizio Mimadamore <maurizio.mimadamore@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Daniel Smith <daniel.smith@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Kumar Srinivasan <kumardotsrinivasan@gmail.com>
Co-authored-by: Boris Ulasevich <boris.ulasevich@bell-sw.com>
Reviewed-by: alanb, psandoz, mchung, coleenp, acorn, mcimadamore, forax, jlahoda, sspitsyn, abuckley
2018-06-23 01:32:41 -04:00
Alan Bateman
91d9f3fbe0
8194937: Inconsistent behavior of --validate-modules when combined with -m and other options
...
Reviewed-by: mchung
2018-06-21 18:56:35 +01:00
Henry Jen
b026102163
8199871: Deprecate pack200 and unpack200 tools
...
Reviewed-by: mchung, psandoz, abuckley
2018-06-15 17:34:01 -07:00
Rachna Goel
65a85be9c7
8202537: CLDR33
...
Upgraded CLDR data to V33.
Reviewed-by: naoto
2018-06-15 11:58:34 +05:30
Bob Vandette
deba30de16
Merge
2018-06-12 18:53:38 -04:00
Bob Vandette
38646663d9
8203357: Container Metrics
...
Reviewed-by: mchung, dholmes, mseledtsov, rehn
2018-06-12 18:51:45 -04:00
Mandy Chung
37e651198d
8204648: test/jdk/tools/launchers/SourceMode.java fails with long shebang line
...
Reviewed-by: darcy
2018-06-09 20:57:43 -07:00
Jonathan Gibbons
48d64563d2
8204588: Test failures after "Launch Single-File Source-Code Programs"
...
Reviewed-by: mchung
2018-06-08 15:24:51 -07:00
Jonathan Gibbons
fe24730ed9
8201274: Launch Single-File Source-Code Programs
...
Reviewed-by: mcimadamore, jlahoda, ksrini, mchung, ihse, alanb
2018-06-07 16:06:49 -07:00
Jan Lahoda
b766bdef51
8203891: Upgrade JOpt Simple to 5.0.4
...
Reviewed-by: alanb, chegar, mchung
2018-06-06 15:36:29 +02:00
Xueming Shen
bd36be5066
8191533: jar --describe-module prints service provider class names in lower case
...
Reviewed-by: alanb
2018-05-16 10:12:10 -07:00
Kevin Rushforth
8af434d695
8202553: Update FXLauncherTest as part of removing JavaFX from JDK
...
Reviewed-by: ksrini, mchung
2018-05-10 13:34:44 -07:00
Claes Redestad
f1f8215dd7
8202810: Remove class-for-name test
...
Reviewed-by: jlaskey, mchung
2018-05-08 23:02:13 +02:00
Rachna Goel
a01b2f3b73
8179071: Month value is inconsistent between CLDR and Java in some locales
...
Handled Language aliases from CLDR SupplementalMetaData
Reviewed-by: naoto
2018-04-30 11:59:42 +05:30
Jan Lahoda
5333f197be
8207032: Compilation succeeds without checking readability when --add-exports used
...
Ensuring --add-exports are only propagated when the target module reads the exporting module.
Reviewed-by: vromero, jjg
2018-07-16 16:31:33 +02:00
Andrey Nazarov
6b803d7d66
8178867: tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java failed to clean up files
...
Reviewed-by: alanb, jjg, psandoz
2018-04-10 14:16:13 -07:00
Andrey Nazarov
5cd79594c5
8196750: [Testbug] tools/launcher tests need to tolerate unrelated warnings
...
Reviewed-by: ksrini, dholmes
2018-04-05 17:04:16 -07:00
Alexandre Iline
771a76dd9e
Merge
2018-03-16 03:17:12 -07:00
Alexandre Iline
88af1f11ee
8199616: Fix @module declarations in tier1 tests
...
Reviewed-by: mchung, alanb
2018-03-16 03:15:35 -07:00
Xueming Shen
ffac9ae61c
8196748: tools/jar tests need to tolerate unrelated warnings
...
Reviewed-by: dholmes
2018-03-13 00:22:14 -07:00
Athijegannathan Sundararajan
6196bf4ee1
8194922: jlink --exclude-resources should never exclude module-info.class
...
Reviewed-by: alanb
2018-02-20 15:25:40 +05:30
Michal Vala
f98720e441
8198380: tools/jimage/JImageExtractTest.java failing
...
Reviewed-by: alanb
2018-02-19 19:02:43 +00:00
Michal Vala
9e4f91707b
8198379: tools/jimage/JImageListTest.java failing
...
Reviewed-by: alanb
2018-02-19 18:43:28 +00:00
Lance Andersen
987c3a2d87
8190378: Removal of CORBA and Java EE modules
...
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
2018-02-10 07:06:16 -05:00
Jesper Wilhelmsson
d7dd9d1027
Merge
2018-02-05 23:12:03 +01:00
Lana Steuck
414e05f6d7
Merge
2018-02-02 01:52:03 +00:00
Andrey Nazarov
15541c4818
8179294: several langtools tests depend on jar, jlink, javac but do not declare that dependency
...
Reviewed-by: iignatyev
2018-01-26 16:20:14 -08:00
Andrey Nazarov
7bd0087f96
8186009: tools launcher test AddExportsAndOpensInManifest.java fails intermittently: AccessDeniedException
...
Unique jar file names for every test case
Reviewed-by: alanb
2018-01-26 12:16:08 -08:00
Andrey Nazarov
739ca33412
8161348: Several tools/jlink tests failed in "-Xcomp" mode due to time out
...
Reviewed-by: alanb
2018-01-24 16:59:08 -08:00
Goetz Lindenmaier
8dff4034fd
8195824: tools/launcher/HelpFlagsTest.java fails with java.lang.AssertionError
...
Also re-enable test.
Reviewed-by: dholmes, ksrini
2018-01-23 08:26:42 +01:00
Goetz Lindenmaier
c1700dddf5
8195663: Java launcher HelpFlagsTest.java fails with java.lang.AssertionError
...
Reviewed-by: ksrini, dholmes
2018-01-19 15:05:18 -08:00
Goetz Lindenmaier
22762d1cdc
8189102: All tools should support -?, -h and --help
...
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
2018-01-16 08:48:34 +01:00
Kumar Srinivasan
653c0a825e
8194287: tools/launcher/RunpathTest.java fails with java.lang.NullPointerException
...
8194286: tools/launcher/FXLauncherTest.java fails with java.lang.UnsatisfiedLinkError
Reviewed-by: rriggs
2018-01-12 10:05:00 -08:00
Mandy Chung
dc5bb8b61b
8194229: tools/jmod/JmodTest.jtr fails when no privilege to create sym link on windows
...
Reviewed-by: alanb
2018-01-18 16:15:16 -08:00
Jesper Wilhelmsson
8650bbcf47
Merge
2017-12-20 20:55:07 +01:00
Alan Bateman
b05129a6e2
8193503: javah launcher was not removed by JDK-8191054
...
Reviewed-by: erikj, darcy
2017-12-14 12:36:37 +00:00
Naoto Sato
f065141ddc
8176841: Additional Unicode Language-Tag Extensions
...
8189134: New system properties for the default Locale extensions
8190918: Retrieve the region specific data regardless of language in locale
8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions
Reviewed-by: scolebourne, lancea, rriggs, rgoel, nishjain
2017-12-12 10:21:58 -08:00
Jesper Wilhelmsson
f1985b2e7e
Merge
2017-12-13 23:06:59 +01:00
Vladimir Kozlov
c11f132abe
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
...
Skip tests which use --limit-modules when Graal is used as JIT compiler.
Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
2017-12-13 11:59:55 -08:00
Mandy Chung
f296f0cfbc
8192945: Need stable sort for MODULES entry in the release file
...
Reviewed-by: alanb, redestad
2017-12-07 09:23:15 -08:00
Athijegannathan Sundararajan
b93586c51e
8192986: Inconsistent handling of exploded modules in jlink
...
Reviewed-by: redestad, jlaskey
2017-12-08 20:46:40 +05:30
Athijegannathan Sundararajan
448f3c1fcd
8185130: jlink should throw error if target image and current JDK versions don't match
...
Reviewed-by: redestad, alanb, mchung
2017-12-06 08:04:35 +05:30
Xueming Shen
bc5a87988c
8186087: jar tool fails to create a multi-release jar when validating nested classes
...
Reviewed-by: psandoz
2017-11-29 09:25:25 -08:00
Claes Redestad
433bf8ab65
8184777: Factor out species generation logic from BoundMethodHandle
...
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: vlivanov
2017-11-16 00:58:50 +01:00
Athijegannathan Sundararajan
65735f0d7e
8177471: jlink should use the version from java.base.jmod to find modules
...
Reviewed-by: mchung, alanb
2017-11-14 08:59:19 +05:30
Kumar Srinivasan
105a51b96d
8190287: Update JDK's internal ASM to ASMv6
...
Reviewed-by: alanb, mchung, sundar
2017-11-02 13:18:23 -07:00
Paul Sandoz
e55a05957d
8186209: Tool support for ConstantDynamic
...
8186046: Minimal ConstantDynamic support
8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: acorn, coleenp, kvn
2017-09-08 10:46:46 -07:00
Rachna Goel
3ae10b235d
8185841: Values from getFirstDayOfWeek() are inconsistent with CLDR
...
Reviewed-by: naoto
2017-10-30 12:16:37 +05:30
Athijegannathan Sundararajan
f8b8a16f4b
8189777: jlink --module-path default value and automatic addition of $JAVA_HOME/jmods if java.base is missing
...
Reviewed-by: alanb, mchung
2017-10-27 08:21:53 +05:30
Athijegannathan Sundararajan
0da8aae161
8189671: jlink should clearly report error when an automatic module is used
...
Reviewed-by: alanb, mchung
2017-10-20 17:16:05 +05:30
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
Weijun Wang
2bb3b82709
8148371: Remove policytool
...
Reviewed-by: erikj, alanb, mullan
2017-09-21 16:29:18 +08:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00