Dmitry Fazunenko
|
b36aed5938
|
Merge
|
2017-05-12 15:21:56 +00:00 |
|
Dmitry Fazunenko
|
dc04d5f6b2
|
8180183: Confusing javadoc comment to the getOutput(ProcessBuilder processBuilder) method of jdk.test.lib.process.ProcessTools
Reviewed-by: shade, iignatyev
|
2017-05-12 18:06:36 +03:00 |
|
Igor Ignatyev
|
b3e118a15e
|
8179930: jdk.test.lib.artifacts.ArtifactResolver::resolve should return Map instead of HashMap
Reviewed-by: mseledtsov, gtriantafill, vlivanov
|
2017-05-11 16:35:01 -07:00 |
|
Igor Ignatyev
|
ce8579b6c7
|
8180004: jdk.test.lib.DynamicVMOption should be moved to jdk.test.lib.management
Reviewed-by: mseledtsov, vlivanov
|
2017-05-11 13:58:54 -07:00 |
|
Igor Ignatyev
|
25e5108c99
|
8180037: move jdk.test.lib.InMemoryJavaCompiler to a separate package
Reviewed-by: mseledtsov, vlivanov
|
2017-05-11 13:58:05 -07:00 |
|
Lana Steuck
|
4af06cd4a1
|
Merge
|
2017-05-05 04:45:50 +00:00 |
|
Igor Ignatyev
|
428338949d
|
8179516: add Utils.COMPILE_JDK constant
Reviewed-by: dholmes, gtriantafill
|
2017-05-02 09:30:58 -07:00 |
|
Jesper Wilhelmsson
|
daf2c467cf
|
Merge
|
2017-04-24 21:34:23 +02:00 |
|
Lana Steuck
|
4116ca2195
|
Merge
|
2017-04-22 00:21:19 +00:00 |
|
Jan Lahoda
|
e8d9a616be
|
8178012: Finish removal of -Xmodule:
Setting jtreg to use --patch-module instead of -Xmodule:, avoiding -Xmodule: in InMemoryJavaCompiler.
Reviewed-by: alanb
|
2017-04-19 13:37:34 +02:00 |
|
Mikhailo Seledtsov
|
654c500294
|
Merge
|
2017-04-18 23:52:57 +02:00 |
|
Mikhailo Seledtsov
|
a2df1d89a2
|
8177728: [TESTBUG] Improve CDS test utils
Improved and expanded CDS test utils; updated CDS tests to use new utils.
Reviewed-by: jiangli, ccheung
|
2017-04-18 14:18:37 -07:00 |
|
Jesper Wilhelmsson
|
0f73d626bf
|
Merge
|
2017-04-18 20:31:23 +02:00 |
|
Igor Ignatyev
|
363e8e03cd
|
8164944: Refactor ProcessTools to get rid of dependency on java.management
Reviewed-by: kvn, gtriantafill, dfazunen, dholmes
|
2017-04-12 19:28:01 -07:00 |
|
Igor Ignatyev
|
47d5482383
|
8178695: jdk.test.lib.artifacts.ArtifactContainer has to be public
Reviewed-by: ctornqvi, gtriantafill
|
2017-04-12 18:46:34 -07:00 |
|
Igor Ignatyev
|
05d6891929
|
8178415: remove ProcessTools::getPlatformSpecificVMArgs from testlibary
Reviewed-by: dholmes
|
2017-04-11 21:59:23 -07:00 |
|
Igor Ignatyev
|
66c8241a1e
|
8178340: remove unneeded "throws" from ProcessTools::createJavaProcessBuilder
Reviewed-by: dholmes
|
2017-04-11 13:55:51 -07:00 |
|
Roger Riggs
|
a062fd2f75
|
8178347: Process and ProcessHandle getPid method name inconsistency
Reviewed-by: alanb, bpb
|
2017-04-11 14:20:00 -04:00 |
|
Coleen Phillimore
|
35e8bc3d30
|
Merge
|
2017-03-14 12:33:59 -04:00 |
|
Christian Tornqvist
|
a200f792bf
|
8175300: Enable artifact resolution for jtreg tests
Reviewed-by: ihse, gtriantafill
|
2017-03-10 12:56:41 -05:00 |
|
Jamsheed Mohammed C M
|
1d2bf95b12
|
8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32
Made emulatedVM related changes in cli verfiy*SameVM.
Reviewed-by: kvn
|
2017-02-03 19:26:48 -08:00 |
|
Jesper Wilhelmsson
|
ca84662142
|
Merge
|
2017-01-24 00:30:23 +01:00 |
|
Weijun Wang
|
b99aeee96a
|
8172975: SecurityTools.keytool() needs to accept user input
Reviewed-by: asmotrak
|
2017-01-21 08:38:52 +08:00 |
|
Andrey Nazarov
|
dd3c209701
|
8071566: Improve testing for multi-version JAR file maker tool
Reviewed-by: chegar
|
2017-01-18 20:36:15 +03:00 |
|
Jamsheed Mohammed C M
|
0ac0d9ac29
|
8166002: Emulate client build on platforms with reduced virtual address space
The default VM ergonomics on Windows/x86 (32-bit) are changed to client like.
Reviewed-by: kvn, iveresov
|
2017-01-17 21:39:22 -08:00 |
|
Amanda Jiang
|
49fb7e0721
|
8171423: Relocate /test/lib/security/SecurityTools.java
Reviewed-by: weijun, xuelei
|
2017-01-12 17:15:26 -08: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 |
|
Goetz Lindenmaier
|
5ac345714f
|
8166837: [TESTBUG] Fix tests on Linux/s390x
Reviewed-by: kvn, simonis
|
2016-10-31 11:43:07 +01:00 |
|
Dmitry Samersoff
|
30545918f5
|
8165500: TestJpsJar shouldn't jar all test.classpath directories
Refactor test to better handle errors
Reviewed-by: sspitsyn
|
2016-10-25 14:49:48 +03:00 |
|
Stanislav Smirnov
|
5066e19a73
|
8163984: Fix license and copyright headers in jdk9 under test/lib
Reviewed-by: dholmes
|
2016-10-18 21:54:50 -04:00 |
|
Dean Long
|
c5f131cf62
|
Merge
|
2016-09-20 16:34:44 -04:00 |
|
George Triantafillou
|
f1c915d9f0
|
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
Remove use of setAccessible() to get Unsafe.
Reviewed-by: shade, lfoltan
|
2016-09-14 08:24:55 -04:00 |
|
Goetz Lindenmaier
|
66dfee55f8
|
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
Also add methods to check for slow/fastdebug to Platform.java.
Reviewed-by: simonis, cjplummer, dholmes
|
2016-09-02 15:04:47 +02:00 |
|
Alejandro Murillo
|
f8670dc8b3
|
Merge
|
2016-09-01 15:20:56 -07:00 |
|
Goetz Lindenmaier
|
7f3eef9f4d
|
8165235: [TESTBUG] RTM tests must check OS version
Reviewed-by: simonis, fzhinkin
|
2016-09-01 16:46:59 +02:00 |
|
Igor Veresov
|
2ea9e88218
|
Merge
|
2016-08-26 14:47:51 -07:00 |
|
Christian Tornqvist
|
8214dd5bfc
|
8164737: Remove Unsafe dependency from ProcessTools
Reviewed-by: gtriantafill, dholmes
|
2016-08-25 08:39:06 -04:00 |
|
Dmitrij Pochepko
|
0391d651ef
|
8164608: [TESTBUG] compiler/profiling tests fail to compile
Reviewed-by: ctornqvi
|
2016-08-23 19:30:35 +03:00 |
|
Christian Tornqvist
|
830cf57fbd
|
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
|
2016-08-19 10:09:25 -04:00 |
|