Thomas Schatzl
557d68a510
8169703: G1 crashes with guarantee(pretouch_gang != NULL) failed: No pretouch gang specified
...
Allow use of AlwaysPreTouch without passing a WorkGang.
Reviewed-by: kbarrett, dfazunen, ddmitriev
2016-11-24 10:05:47 +01:00
Michail Chernov
71c22433e4
8166719: gc/stress/TestStressG1Humongous.java fails with OOME
...
Reviewed-by: tschatzl, dfazunen
2016-11-18 18:46:08 +03:00
Michail Chernov
5f5f5e574d
8165955: TestFullGCCount test failed with CMS and -XX:+ExplicitGCInvokesConcurrent
...
Reviewed-by: dfazunen, tschatzl
2016-11-16 18:57:42 +03:00
Michail Chernov
cf892bc788
8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed
...
Reviewed-by: tschatzl, dfazunen
2016-11-15 14:04:39 +03:00
Erik Helin
d19575bfac
8167679: G1 phase logging is messy
...
Reviewed-by: sjohanss, tschatzl
2016-11-07 10:38:42 +01:00
Marcus Larsson
43db68dee4
8146009: "pure virtual method called" with using new GC logging mechanism
...
Co-authored-by: Michail Chernov <michail.chernov@oracle.com>
Reviewed-by: dsamersoff, dholmes, mchernov
2016-10-21 10:14:54 +02:00
Joseph Provino
af75e7389a
8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
...
The call to ClassLoaderDataGraph::clear_claimed_marks() during initial mark in g1CollectedHeap.cpp:4420 is misplaced.
Reviewed-by: tschatzl, kbarrett
2016-10-24 10:10:30 -04:00
Leonid Mesnik
3057feeecb
8166724: gc/g1/TestHumongousShrinkHeap.java fails with OOME
...
Reviewed-by: dfazunen, jwilhelm
2016-10-19 10:06:55 +03:00
Erik Helin
bf69ab5760
8166790: Add stress test GCBasher
...
Reviewed-by: dfazunen, dholmes, erikj, tschatzl, lmesnik
2016-10-06 16:32:46 +02:00
Erik Helin
f2c1ba20ec
8167190: Remove confusing timestamps from the gc log
...
Reviewed-by: sjohanss, pliden
2016-10-05 16:00:10 +02:00
Sangheon Kim
614320ba5e
8167494: Deprecate AutoGCSelectPauseMillis
...
Reviewed-by: kbarrett, ehelin
2016-10-17 16:40:49 -07:00
Sangheon Kim
fb49622c7e
8166461: Deprecate UseAutoGCSelectPolicy
...
Reviewed-by: kbarrett, ehelin
2016-10-17 21:21:53 -07:00
Sangheon Kim
3171a6fcee
Merge
2016-10-18 01:47:24 +00:00
Jon Masamitsu
867c3bfaef
8155948: Add message for CMS deprecation for Oracle builds
...
Reviewed-by: kbarrett, dholmes, coleenp, drwhite
2016-10-17 16:46:12 -07:00
Stanislav Smirnov
c13329714b
8165687: Fix license and copyright headers in jd9 under hotspot/test
...
Legal notices and Oracle copyrights were updated (white and blank space, commas) in tests files for uniformity to meet Oracle requirements.
Co-authored-by: Vassili Igouchkine <vassili.igouchkine@oracle.com>
Reviewed-by: dholmes, iris
2016-10-17 18:54:12 -04:00
George Triantafillou
d624da8942
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
...
Remove use of setAccessible() to get Unsafe.
Reviewed-by: shade, lfoltan
2016-09-14 08:17:50 -04:00
Stefan Johansson
f6a7898995
8114823: G1 doesn't honor request to disable class unloading
...
Reviewed-by: tschatzl, mgerdin
2016-09-12 16:34:36 +02:00
Thomas Schatzl
c271d83599
8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info
...
Separate number of workers used debugging information from adaptive worker sizing log messages.
Reviewed-by: ehelin, sjohanss, jmasa
2016-09-07 09:20:10 +02:00
Kirill Zhaldybin
8a4ddec874
8157468: gc/testlibrary contains a lot of duplicated code
...
Reviewed-by: dfazunen, iignatyev
2016-08-30 21:35:56 +03:00
Thomas Schatzl
e4f4b40488
8164936: G1 age table printout contains contents from previous GC
...
Split tenuring threshold update and printing into two separate parts so that they can be used independently.
Reviewed-by: jmasa, sangheki
2016-09-02 09:49:10 +02:00
Dmitry Fazunenko
56ff858c45
8164660: MinimalVM is not tested with GC tests
...
Reviewed-by: jmasa, tschatzl
2016-08-29 23:04:48 +04:00
Christian Tornqvist
820b9e7a16
8164737: Remove Unsafe dependency from ProcessTools
...
Reviewed-by: gtriantafill, dholmes
2016-08-25 08:40:53 -04:00
Dmitry Fazunenko
3ba0af5c09
8164133: Tests gc/arguments/TestAlignmentToUseLargePages.java and gc/cms/TestBubbleUpRef.java use too small heap
...
Reviewed-by: jmasa, sangheki, kzhaldyb
2016-08-25 14:12:09 +04:00
Christian Tornqvist
f2dafaefc7
8163146: Remove os::check_heap on Windows
...
Reviewed-by: gtriantafill, coleenp, stuefe
2016-08-23 21:49:33 -04:00
Stefan Johansson
abc62e705c
8163413: gc/metaspace/TestMetaspacePerfCounters failure
...
Reviewed-by: ehelin, dfazunen
2016-08-22 16:48:04 +02:00
Christian Tornqvist
ad85e18f23
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
...
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
2016-08-19 10:06:30 -04:00
Alejandro Murillo
2d36c89f18
Merge
2016-08-12 13:58:14 -07:00
Harold Seigel
d7ea24479b
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: coleenp, lfoltan, mchung
2016-08-10 15:48:04 -07:00
Leonid Mesnik
127367ce74
8162852: Mark stress compiler and gc tests with stress keyword
...
Reviewed-by: kvn, tschatzl
2016-08-04 14:04:14 +03:00
Michail Chernov
18a908de4a
8161604: TestNewSizeFlags fails with RuntimeException: max new size != MaxNewSize value
...
Reviewed-by: sangheki, tschatzl
2016-08-02 15:22:41 +03:00
Jon Masamitsu
d618ceab2e
8159073: : Error handling incomplete when creating GC threads lazily
...
Reviewed-by: drwhite, tschatzl, sangheki
2016-06-08 14:11:51 -07:00
Michail Chernov
f47008ae10
8159606: gc/g1/TestShrinkAuxiliaryData* tests fail because GC triggered before VM initialization completed
...
Reviewed-by: tschatzl
2016-07-27 18:43:52 +03:00
Dmitry Fazunenko
b831167138
8161990: Un-quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
...
Reviewed-by: tschatzl
2016-07-27 21:16:38 +04:00
David Holmes
5c9019c64a
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
...
Reviewed-by: twisti, fparain, cjplummer
2016-07-26 23:52:25 -04:00
Alejandro Murillo
560886751b
Merge
2016-07-21 20:09:19 -07:00
Alejandro Murillo
ff1f1235ab
Merge
2016-07-21 19:50:41 -07:00
Dmitry Fazunenko
92110548e8
8161552: Test issue: VM init failed: GC triggered before VM initialization completed. Try increasing NewSize, current value 768K
...
Reviewed-by: tschatzl, jmasa, zmajo
2016-07-21 17:12:35 +04:00
Michail Chernov
c6f30feaec
8160827: gc/stress/TestStressG1Humongous.java fails with OOME
...
Reviewed-by: tschatzl
2016-07-19 18:15:46 +03:00
Thomas Schatzl
ada5ab192f
8034842: Parallelize the Free CSet phase in G1
...
Reviewed-by: jmasa, ehelin
2016-07-19 10:31:41 +02:00
Daniel D. Daugherty
c0e5b2646f
8161173: quarantine compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
...
8161174: quarantine gc/stress/TestStressG1Humongous.java on 32-bit
8161175: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java on 32-bit
Reviewed-by: sspitsyn, jmasa, gtriantafill
2016-07-18 14:20:30 -07:00
Michail Chernov
dd05422209
8158508: gc/logging/TestUnifiedLoggingSwitchStress.java timeout
...
Reviewed-by: jmasa, tschatzl
2016-07-12 15:06:18 +03:00
Jesper Wilhelmsson
464bfe497d
8048093: Explicitly setting := vs = in the -XX:+PrintFlagsFinal output
...
Reviewed-by: kvn, gziemski
2016-06-21 19:35:39 +02:00
Jon Masamitsu
8821cffac1
8157240: GC task trace logging is incomprehensible
...
Reviewed-by: tschatzl, redestad
2016-05-19 13:59:50 -07:00
Stefan Karlsson
ea82c69b6e
8159893: StringTable cleaning log line lacks the GC ID prefix
...
Reviewed-by: pliden, jmasa
2016-06-21 14:00:18 +02:00
Jon Masamitsu
3af1b64ce1
8024945: Remove check on minimum size of MetaspaceSize
...
Reviewed-by: kbarrett, tschatzl
2016-06-13 14:10:09 -07:00
Kirill Zhaldybin
ed9f815336
8132711: Add tests which check that Humongous objects behave as expected after Mixed GC
...
Reviewed-by: tschatzl, dfazunen
2016-06-29 18:40:28 +03:00
Kirill Zhaldybin
69a42dc15a
8132715: Add tests which check that no allocations allowed in any of humongous regions
...
Reviewed-by: dfazunen, tschatzl
2016-06-29 17:01:55 +03:00
Dmitry Fazunenko
990315c8ce
8160088: update hotspot tests depending on GC to use @requires vm.gc.X
...
Reviewed-by: iignatyev, mchernov, dholmes
2016-06-24 19:52:31 +04:00
Michail Chernov
4dd736d71a
8158412: [TESTBUG] TestIHOPErgo and TestStressG1Humongous should not be executed when JFR is enabled
...
Reviewed-by: dfazunen, tschatzl
2016-06-17 18:45:09 +03:00
Kirill Zhaldybin
0f8af0955c
8132713: Add tests which check that Humongous objects behave as expected after finishing ConcMark Cycle
...
Reviewed-by: tschatzl, dfazunen
2016-06-14 19:15:27 +03:00