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 |
|
Jan Lahoda
|
7c3c83fb55
|
8181897: JDK 9 change to symlink handling affects SourceFile attributes
Using user provided path in toUri().
Reviewed-by: jjg
|
2017-06-26 17:00:45 +02:00 |
|
Hannes Wallnöfer
|
5c7381d739
|
8068513: Adding elements to a javascript 'object' (a map) is slow
Reviewed-by: jlaskey, sundar
|
2017-10-16 18:27:07 +02:00 |
|
Jan Lahoda
|
f66b1c7a8b
|
8186694: JShell: speed-up compilation by reusing compiler instances
Generalizing ReusableContext and using it in JShell to speed up processing.
Reviewed-by: mcimadamore, rfield
|
2017-09-01 14:04:20 +02:00 |
|
Lana Steuck
|
57b8a62f93
|
Merge
|
2017-06-23 23:18:26 +00:00 |
|
Roland Westrelin
|
eb10d407d3
|
8191887: assert(b->is_Bool()) in PhaseIdealLoop::clone_iff() due to Opaque4 node
Add special handling for graph shape If->Opaque4->Bool->CmpP
Reviewed-by: kvn
|
2017-11-27 16:05:11 -08:00 |
|
Jini George
|
d0120db1fd
|
8191919: Include TestJhsdbJstackLock.java in ProblemList.txt
Reviewed-by: dcubed
|
2017-11-27 15:26:55 -05:00 |
|
Roland Westrelin
|
1c25161036
|
8191153: assert(u_ctrl != blk1 && u_ctrl != blk2) failed: won't converge
Relax assert
Reviewed-by: kvn
|
2017-11-27 10:44:19 -08:00 |
|
Erik Helin
|
01e9cb7e23
|
8080345: With perm gen gone, perfdata counter sun.gc.policy.generations should be 2, not 3
Co-authored-by: Y. Srinivas Ramakrishna <ysr1729@gmail.com>
Reviewed-by: sjohanss, tschatzl
|
2017-11-27 10:51:31 +01:00 |
|
Yasumasa Suenaga
|
627a32d672
|
8185796: jstack and clhsdb jstack should show lock objects
Modifications to display monitor details with SA jstack
Reviewed-by: sspitsyn, jgeorge
|
2017-11-27 11:20:38 +05:30 |
|
Rahul Raghavan
|
fa19052aa4
|
8191313: compiler/runtime/SpreadNullArg.java fails in tier1
Corrected SpreadNullArg.java test to expect NullPointerException after 8157246 fix
Reviewed-by: dcubed, mchung
|
2017-11-26 09:05:13 -08:00 |
|
Jesper Wilhelmsson
|
f32bd0cb43
|
Merge
|
2017-11-25 20:28:10 +01:00 |
|
Jesper Wilhelmsson
|
96ba782488
|
Merge
|
2017-11-25 04:36:43 +01:00 |
|
Robbin Ehn
|
e0ae6483a2
|
8191782: Missing deprecated options in VMDeprecatedOptions.java
Reviewed-by: dcubed, mlarsson
|
2017-11-24 13:58:52 +01:00 |
|
Daniel D. Daugherty
|
4fd0863d06
|
Merge
|
2017-11-23 19:42:56 -08:00 |
|
Daniel D. Daugherty
|
e2d4899be6
|
Merge
|
2017-11-23 06:01:57 -08:00 |
|
Daniel D. Daugherty
|
0dff96ff0b
|
8167108: inconsistent handling of SR_lock can lead to crashes
Add Thread Safe Memory Reclamation (Thread-SMR) mechanism.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Reviewed-by: coleenp, dcubed, dholmes, eosterlund, gthornbr, kbarrett, rehn, sspitsyn, stefank
|
2017-11-22 17:54:50 -08:00 |
|
Calvin Cheung
|
81032ed30f
|
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
Backout the fix for 8190975
Reviewed-by: iklam, kvn
|
2017-11-22 16:08:39 -08:00 |
|
Thomas Schatzl
|
c5ce7408b3
|
8182050: assert(_whole_heap.contains(p)) failed: Attempt to access p out of bounds of card marking array's _whole_heap
Ignore zero-sized MemRegions to invalidate in G1SATBCardTableLoggingModRefBS::invalidate()
Reviewed-by: ehelin, sjohanss
|
2017-11-23 15:51:06 +01:00 |
|
Christian Tornqvist
|
cd0c6d0fae
|
8191768: Introduce a concurrency factor to be able to scale up or down jtreg concurrency when running Hotspot tests
Reviewed-by: erikj
|
2017-11-22 14:31:48 -05:00 |
|
Jesper Wilhelmsson
|
c8bce04078
|
Merge
|
2017-11-22 16:57:34 +01:00 |
|
Alexander Harlap
|
cb1ea0fc33
|
8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option
Need to initialized metaspace performance counters before their potential use
Reviewed-by: tschatzl, sjohanss
|
2017-11-16 14:06:44 -05: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 |
|
Igor Ignatyev
|
6823a2068e
|
8180802: move jdk.testlibrary.management.ThreadMXBeanTool to top level testlibrary
Reviewed-by: psandoz
|
2017-05-24 13:53:44 -07:00 |
|
Jesper Wilhelmsson
|
5e0f80c3a5
|
Merge
|
2017-05-23 15:30:44 +02:00 |
|
Igor Ignatyev
|
f6eceb7756
|
8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package
Reviewed-by: mchung
|
2017-05-22 15:28:29 -07:00 |
|
Igor Ignatyev
|
834902117a
|
8180644: move jdk.testlibrary.NetworkConfiguration to the top level test library
Reviewed-by: psandoz
|
2017-05-19 13:33:17 -07:00 |
|
Lana Steuck
|
b14aeae266
|
Merge
|
2017-05-19 04:11:57 +00:00 |
|
Igor Ignatyev
|
3bb25bd637
|
8180391: move SerializationUtils to top level testlibrary
Reviewed-by: psandoz
|
2017-05-18 15:43:43 -07:00 |
|
Igor Ignatyev
|
ec43007637
|
8180395: move FilterClassLoader and ParentLastURLClassLoader to top level testlibrary
Reviewed-by: psandoz
|
2017-05-18 10:22:19 -07:00 |
|
Mikhailo Seledtsov
|
a84f29106b
|
8180393: [TESTBUG] CDSTestUtils property test.cds.copy.child.stdout should be true by default
Changed default value of test.cds.copy.child.stdout to true
Reviewed-by: hseigel, iklam, sspitsyn
|
2017-05-17 11:28:56 -07:00 |
|
Igor Ignatyev
|
c4d2b21964
|
8180195: remove jaxp testlibrary
Reviewed-by: fyuan, joehw
|
2017-05-16 09:04:54 -07:00 |
|
Vladimir Kozlov
|
e761c26f5e
|
Merge
|
2017-05-12 17:47:14 -07:00 |
|
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 |
|