Alejandro Murillo
|
45b6e4a1ca
|
Merge
|
2016-04-11 14:21:25 -07:00 |
|
Chris Hegarty
|
b7075c2db9
|
8153737: Unsupported Module
Reviewed-by: alanb, mchung, psandoz
|
2016-04-09 23:03:39 +01:00 |
|
Dmitry Dmitriev
|
a0d59719d3
|
8153437: Temporary exclude AllocatePrefetchDistance from testing
Reviewed-by: dcubed
|
2016-04-05 00:36:59 +03:00 |
|
Gerard Ziemski
|
5a7ecbdf94
|
8143958: CDS Shared flags need constraint function
Implement range constraints for CDS flags.
Reviewed-by: iklam, jiangli
|
2016-03-30 11:28:51 -05:00 |
|
Chris Hegarty
|
9978f9b065
|
Merge
|
2016-03-22 17:04:25 +00:00 |
|
Alan Bateman
|
f30fc1c88b
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
|
2016-03-17 19:04:01 +00:00 |
|
Sangheon Kim
|
74cc38ff12
|
8145204: JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used
Changed the max value of ParGCArrayScanChunk to max_jint/3
Reviewed-by: jwilhelm, drwhite
|
2016-03-07 01:20:12 -08:00 |
|
Dmitry Dmitriev
|
04d2edfca3
|
8146187: Print develop and nonproduct flags by -XX:+PrintFlags* options in debug build
Reviewed-by: gtriantafill, gziemski, dholmes
|
2016-02-19 13:24:21 +03:00 |
|
Dmitry Dmitriev
|
a4d0bc4a4e
|
8144578: TestOptionsWithRanges test only ever uses the default collector
Reviewed-by: sangheki, dholmes
|
2016-02-17 11:00:57 +03:00 |
|
Sangheon Kim
|
87f0463ced
|
8145000: TestOptionsWithRanges.java failure for XX:+UseNUMA -XX:+UseNUMAInterleaving -XX:NUMAInterleaveGranularity=65536
Add protect_pages_individually() to protect memory per chunk on Windows
Reviewed-by: jwilhelm, tbenson
|
2016-01-05 10:41:56 -08:00 |
|
Dmitry Dmitriev
|
2c980f2f84
|
8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases
Reviewed-by: gtriantafill, stsmirno, ctornqvi, gziemski
|
2015-12-12 21:23:20 +03:00 |
|
Jon Masamitsu
|
023320f726
|
8145027: Exclude NUMAInterleaveGranularity from TestOptionsWithRanges.java
Reviewed-by: jwilhelm, ddmitriev
|
2015-12-09 12:35:09 -08:00 |
|
Sangheon Kim
|
da8bf041ac
|
8142341: GC: current flags need ranges to be implemented
Add explicit ranges and constraint for all gc flags
Reviewed-by: jwilhelm, gziemski, ddmitriev, tbenson
|
2015-12-04 15:24:14 -08:00 |
|
Jesper Wilhelmsson
|
c7a51854d9
|
Merge
|
2015-11-30 19:38:51 +01:00 |
|
Dmitry Dmitriev
|
7b9d2f1453
|
8143038: [TESTBUG] TestOptionsWithRanges: allow excluding only a subset of tested values specified for a flag
Reviewed-by: gziemski, ctornqvi
|
2015-11-24 09:42:05 +03:00 |
|
Nils Eliasson
|
c2892b5dce
|
Merge
|
2015-11-16 20:56:18 +01:00 |
|
Zoltan Majo
|
5c32c8d2ab
|
8140327: segfault on solaris-amd64 with "-XX:CompilerThreadStackSize=1" option
Update range for the CompilerThreadStackSize flag. Remove flag from testing.
Reviewed-by: kvn
|
2015-11-16 09:42:20 +01:00 |
|
Dmitry Dmitriev
|
81fe39a539
|
8139900: [TESTBUG] Remove G1UpdateBufferSize and InitialBootClassLoaderMetaspaceSize from TestOptionsWithRanges
Reviewed-by: gziemski, sangheki, ctornqvi
|
2015-10-27 14:33:29 +03:00 |
|
Joseph Provino
|
db5f26110b
|
Merge
|
2015-10-20 11:17:19 -04:00 |
|
Dean Long
|
344a9becee
|
Merge
|
2015-10-17 19:40:30 -04:00 |
|
Gerard Ziemski
|
22838597ea
|
8078556: Runtime: implement ranges (optionally constraints) for those flags that have them missing
JEP 245: implement ranges and constraints for runtime flags.
Co-authored-by: Goetz Lindenmaier <goetz.lindenmaier@sap.com>
Reviewed-by: coleenp, ddmitriev, jiangli, goetz
|
2015-10-15 13:34:21 -05:00 |
|
Sangheon Kim
|
b112b31e5b
|
8134995: [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing
Add ranges and constraint functions for GC flags.
Reviewed-by: kbarrett, jmasa, jwilhelm, gziemski, zmajo
|
2015-10-05 14:56:19 -07:00 |
|
Zoltan Majo
|
fc2a5e9d53
|
8078554: Compiler: implement ranges (optionally constraints) for those flags that have them missing
Add range check or constraint where necessary.
Reviewed-by: roland, thartmann
|
2015-10-09 14:21:26 +02:00 |
|
Gerard Ziemski
|
97470c5146
|
8138983: Runtime: implement ranges for Shared*** flags
Implement ranges.
Reviewed-by: ddmitriev, dholmes, jiangli
|
2015-11-19 16:32:41 -06:00 |
|
Dmitry Dmitriev
|
4875379a42
|
8072931: JEP-JDK-8059557: Test task: test framework development
Test set for JEP 245 Validate JVM Command-Line Flag Arguments
Reviewed-by: ctornqvi, dholmes, gziemski
|
2015-06-19 07:57:31 +03:00 |
|