Commit Graph

151 Commits

Author SHA1 Message Date
Severin Gehwolf 66abbb9257 8216058: [TESTBUG] tools/launcher/VersionCheck.java fails after JDK-8215992
Blacklist clhsdb and hsdb for '-version' option.

Reviewed-by: aph, andrew
2019-01-03 12:14:48 +01:00
Severin Gehwolf 7d049748c7 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
Reviewed-by: erikj, goetz, dholmes
2018-09-25 16:13:12 +02:00
David Buck 884d077279 8074373: NMT is not enabled if NMT option is specified after class path specifiers
Reviewed-by: dholmes
2018-01-19 08:24:09 -05:00
David Buck 4220bf3fda 8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
Reviewed-by: coleenp, dholmes
2017-06-29 12:00:09 -04:00
Nikita Jain 74cb6a1531 8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
Reviewed-by: ksrini
2017-02-02 11:39:55 +05:30
Rob McKenna ffa7564668 8143640: Showing incorrect result while passing specific argument in the Java launcher tools
Reviewed-by: ksrini
2016-06-28 20:03:29 +01:00
Rob McKenna 940ae16439 8077822: javac does not recognize '*.java' as file if '-J' option is specified
Reviewed-by: ksrini
2015-05-21 13:20:52 +01:00
Mikhail Cherkasov 1e0436a6c8 8066985: Java Webstart downloading packed files can result in Timezone set to UTC
Reviewed-by: ksrini
2015-05-20 18:55:25 +04:00
Neil Toda db3412df63 8042469: Launcher changes for native memory tracking scalability enhancement
Reviewed-by: darcy, ksrini, zgu
2014-08-05 19:29:00 -07:00
Vladimir Kozlov 0a9698584d Merge 2014-02-19 20:10:55 -08:00
Vladimir Kozlov f6926a9870 Merge 2014-01-22 17:40:55 -08:00
Volker Simonis eb1ee0c0e8 8028537: PPC64: Updated the JDK regression tests to run on AIX
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
2014-01-17 21:54:30 +01:00
Matherey Nunez 07df3a48d9 8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
Reviewed-by: jjg, ksrini
2014-01-30 10:58:30 -08:00
Alexander Zuev 764bf01621 8029646: [pack200] should support the new zip64 format
Reviewed-by: ksrini, sherman
2014-01-27 22:08:25 +04:00
Lana Steuck 03b4e5d3ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Kumar Srinivasan def6ad2423 8029388: java.exe consumes argument intended for launched java class
Reviewed-by: mchung
2013-12-18 10:36:34 -08:00
Daniel Fuchs 417853c051 8031525: Logger created in test/tools/jar/UpdateManifest.java might get gc'ed too early
The test needs to keep a strong reference on its loggers otherwise the modification of the logger level may only be transient.

Reviewed-by: chegar
2014-01-10 19:48:02 +01:00
Lana Steuck 33cd414e58 Merge 2013-11-25 09:40:25 -08:00
Kumar Srinivasan 0366da9c72 8023978: [TEST_BUG] launcher tests must exclude platforms without server vm
Reviewed-by: dholmes, mchung
2013-11-19 07:10:06 -08:00
Alan Bateman b24838bfc0 8028589: Instrument tools/jar/JarEntryTime.java to make it easier to diagnose failures
Reviewed-by: chegar
2013-11-19 15:09:48 +00:00
Alexander Zuev 1b4ad04278 8028197: tools/launcher/DiacriticTest.java failed on MacOSX: Input length = 1
Reviewed-by: ksrini
2013-11-18 20:22:49 +04:00
Sergey Bylokhov 9ab430a0d2 8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan
2013-11-12 20:24:25 +04:00
Alexander Zuev 28f4ef62dd 8020802: Need an ability to create jar files that are invariant to the pack200 packing/unpacking
Reviewed-by: alanb, ksrini
2013-10-23 18:35:47 +04:00
Alexander Zuev 8c296952e1 8026873: tools/launcher/VersionCheck.java fails in jprt because of jmc.ini
Reviewed-by: ksrini
2013-10-22 22:18:52 +04:00
Chris Hegarty 766e77499d Merge 2013-10-15 09:27:32 +01:00
Lana Steuck 5db317fd23 Merge 2013-10-10 13:33:02 -07:00
Chris Hegarty d3158f2d76 8025991: tools/launcher/RunpathTest.java fails
Reviewed-by: erikj
2013-10-07 11:31:37 +01:00
Chris Hegarty 6088b141e2 Merge 2013-10-03 19:06:43 +01:00
David Katleman b4c28b3b28 Merge 2013-10-01 12:45:47 -07:00
Kumar Srinivasan a210a6a74e 8020552: [launcher] changes to support removal of Solaris 32-bit distribution
8023495: [infra] create 64-bit solaris bits with symlinks

Reviewed-by: ihse, tbell, dholmes, darcy, alanb, erikj, sla, martin
2013-09-27 16:29:44 -07:00
Chris Hegarty 369c079b32 Merge 2013-08-30 09:37:29 +01:00
Alexander Zuev e5fa00ffb5 8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
Reviewed-by: naoto, ksrini
2013-09-20 17:56:54 +04:00
Xueming Shen 6ea068de3a 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
Updated the test case

Reviewed-by: alanb
2013-09-19 10:06:30 -07:00
Alexander Zuev 100b98aafa 8017248: Compiler Diacritics Issue
Reviewed-by: naoto
2013-09-19 17:04:45 +04:00
Alexander Zuev ccbfbe8736 8025738: locale related test fails on langtools mac 10.7 test host
Reviewed-by: ksrini
2013-10-03 17:40:45 +04:00
Naoto Sato 3debf156b1 8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted
Reviewed-by: ksrini, akhil
2013-09-30 16:15:49 -07:00
Erik Joelsson c130ed3660 8023231: Remove comma from jtreg bug line
Reviewed-by: alanb, chegar
2013-08-19 14:48:08 +02:00
Erik Joelsson 73ddb82395 8022719: tools/launcher/RunpathTest.java fails after 8012146
Reviewed-by: chegar
2013-08-19 12:30:48 +02:00
Alan Bateman 9aceb41d6d 8022921: Remove experimental Profile attribute
Reviewed-by: mchung, chegar
2013-08-15 11:54:05 +01:00
Xueming Shen dca36c08f3 8015666: test/tools/pack200/TimeStamp.java failing
To keep the default behavior of ZOS unchanged, if ze extra time not explicitly set

Reviewed-by: alanb, ksrini
2013-08-08 12:03:04 -07:00
Kumar Srinivasan bd5975ceec 8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution
Reviewed-by: mchung
2013-07-02 05:28:31 -07:00
Kumar Srinivasan 4cc3613b7f 8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing
Reviewed-by: alanb, darcy, chegar
2013-06-08 09:05:49 -07:00
Eric McCorkle a455b8ab9d 8014834: shell tests don't begin with #!/bin/sh
Some shell tests don't begin with the command interpreter line

Reviewed-by: alanb, ksrini
2013-06-03 10:44:10 -04:00
Kumar Srinivasan 485921b016 8007333: [launcher] removes multiple back slashes
Reviewed-by: alanb, akhil
2013-05-24 17:01:08 -07:00
Kumar Srinivasan 797c391622 8001163: [pack200] should support attributes introduced by JSR-308
Reviewed-by: jrose
2013-05-15 18:26:16 -07:00
Lana Steuck 31330fc47a Merge 2013-03-12 19:04:49 -07:00
Kumar Srinivasan bffaa53287 8007297: [pack200] allow opcodes with InterfaceMethodRefs
Reviewed-by: jrose
2013-03-03 20:52:04 -08:00
Edvard Wendelin 11923f546e Merge 2013-02-26 06:47:57 +01:00
Erik Joelsson b3a313fa2b 8008914: Add nashorn to the tl build
Co-authored-by: James Laskey <james.laskey@oracle.com>
Reviewed-by: mr, tbell, jjh
2013-02-25 15:08:11 -08:00
Brent Christian 944e1b9636 8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C
Avoid automated test failure by just exiting when in 'C' locale

Reviewed-by: naoto, ksrini
2013-02-25 14:19:48 -08:00