Coleen Phillimore
|
c66cf8bde7
|
Merge
|
2016-04-07 21:24:12 +00:00 |
|
Coleen Phillimore
|
0d3e7977ae
|
8151939: VM_Version_init() print buffer is too small
Increase buffer size, use logging to print out version and os information
Reviewed-by: kvn, rprotacio, mockner
|
2016-04-07 16:37:35 -04:00 |
|
Daniel D. Daugherty
|
4f3b1c9ed5
|
Merge
|
2016-04-07 12:54:48 -07:00 |
|
Rachel Protacio
|
02d268d760
|
8152896: Convert PrintCompressedOopsMode to Unified Logging
Converted -XX:+PrintCompressedOopsMode to -Xlog:gc+heap+coops and aliased old option
Reviewed-by: coleenp, sjohanss, kvn, hseigel
|
2016-04-07 13:11:15 -04:00 |
|
Daniel D. Daugherty
|
4397e85e26
|
Merge
|
2016-04-07 09:47:48 -07:00 |
|
Dmitry Fazunenko
|
efb6b67d27
|
Merge
|
2016-04-07 15:01:56 +00:00 |
|
Thomas Schatzl
|
a9cf95480f
|
8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
Decrease the heap size used in the test from 1g to 128M.
Reviewed-by: dfazunen, sjohanss
|
2016-04-07 15:17:08 +02:00 |
|
Michail Chernov
|
0202ef201c
|
8153516: Hotspot TEST.group has error in GC groups definition
Reviewed-by: tschatzl, dfazunen
|
2016-04-07 16:01:16 +03:00 |
|
Michail Chernov
|
412ce42184
|
8148376: Test for PLAB behavior at evacuation failure
Reviewed-by: tschatzl, dfazunen
|
2016-04-07 15:58:24 +03:00 |
|
Dmitry Fazunenko
|
2b7a70a9d3
|
8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode
Reviewed-by: iignatyev
|
2016-04-07 17:42:30 +04:00 |
|
Daniel D. Daugherty
|
0fc167eb01
|
Merge
|
2016-04-06 15:49:40 -07:00 |
|
Jesper Wilhelmsson
|
3f00e1fcef
|
8153671: Quarantine serviceability/tmtools/jstack/JstackThreadTest.java until JDK-8153319 is fixed
Reviewed-by: jprovino, dcubed
|
2016-04-06 14:51:39 -07:00 |
|
Ioi Lam
|
3d629c6dd3
|
8153300: [TESTBUG] Enhance test/testlibrary/ClassFileInstaller.java to support JAR files
Reviewed-by: lfoltan, mseledtsov
|
2016-04-05 14:52:12 -07:00 |
|
Rachel Protacio
|
d077700179
|
8153026: Change logging tag 'verboseverification' to 'verification'
Changed UL tag to 'verification'
Reviewed-by: hseigel, lfoltan
|
2016-04-05 09:42:27 -04:00 |
|
Thomas Schatzl
|
d77d2cc010
|
8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
Fix wrong assertion.
Reviewed-by: tbenson, shade
|
2016-04-05 11:22:20 +02:00 |
|
Per Lidén
|
07299d4428
|
8152929: Remove UNSUPPORTED_GC_OPTION, use UNSUPPORTED_OPTION instead
Reviewed-by: brutisso, jmasa
|
2016-04-05 09:05:19 +02:00 |
|
Dmitry Dmitriev
|
a0d59719d3
|
8153437: Temporary exclude AllocatePrefetchDistance from testing
Reviewed-by: dcubed
|
2016-04-05 00:36:59 +03:00 |
|
Jesper Wilhelmsson
|
7233d45a4d
|
8153410: Disable tests until JDK-8151460 gets to main
Reviewed-by: gtriantafill, dcubed
|
2016-04-04 20:39:42 +02:00 |
|
Zoltan Majo
|
526582022d
|
8153195: Quarantine compiler/gcbarriers/PreserveFPRegistersTest.java
Quarantine test.
Reviewed-by: thartmann
|
2016-03-31 16:09:29 +02:00 |
|
Christian Thalinger
|
58c9c16e11
|
Merge
|
2016-03-29 22:39:17 +00:00 |
|
Igor Ignatyev
|
9723b912e9
|
8152636: TestHasNegatives.java fails after Jigsaw changes were integrated
Reviewed-by: kvn
|
2016-03-30 00:25:39 +03:00 |
|
Vladimir Ivanov
|
03d9887e1c
|
8152945: TestStableU* tests aren't Jigsaw-ready
Reviewed-by: kvn, thartmann
|
2016-03-29 21:33:22 +03:00 |
|
Vladimir Ivanov
|
79c80f1282
|
8152857: [TESTBUG] UnsafeGetConstantField.testUnsafeGetFieldUnaligned fails w/ -XX:-UseUnalignedAccesses in -Xcomp mode
Reviewed-by: kvn, thartmann
|
2016-03-29 21:33:16 +03:00 |
|
Rahul Raghavan
|
9acc5ad3ce
|
8145348: Make intrinsics flags diagnostic
Converted product or develop intrinsics flags to diagnostic.
Reviewed-by: kvn
|
2016-03-28 01:08:02 -07:00 |
|
Vladimir Ivanov
|
ee1caca2a6
|
8148175: C1: G1 barriers don't preserve FP registers
Reviewed-by: kvn
|
2016-03-28 13:49:34 +03:00 |
|
Vladimir Ivanov
|
661796fe3f
|
8152179: C2: Folding of unsigned loads is broken w/ @Stable
Reviewed-by: jrose, kvn
|
2016-03-28 13:49:34 +03:00 |
|
Aleksey Shipilev
|
0a8f970d76
|
Merge
|
2016-03-25 13:15:41 +00:00 |
|
Aleksey Shipilev
|
d8f23ea33b
|
8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support
Reviewed-by: kvn, psandoz
|
2016-03-25 15:34:30 +03:00 |
|
Konstantin Shefov
|
ec1e7dbde1
|
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
Reviewed-by: twisti, dpochepk, tpivovarova
|
2016-03-25 14:46:09 +03:00 |
|
Roland Schatz
|
49558c8d6e
|
8152634: generalize exception throwing routines in JVMCIRuntime
Reviewed-by: twisti
|
2016-03-25 12:43:23 +01:00 |
|
Zoltan Majo
|
720f99dec9
|
Merge
|
2016-03-24 16:21:18 +01:00 |
|
Zoltan Majo
|
c47b3aee01
|
8152640: Quarantine compiler/intrinsics/string/TestHasNegatives.java
Quarantine test
Reviewed-by: thartmann
|
2016-03-24 11:44:12 +01:00 |
|
Stefan Johansson
|
d30aeec30c
|
8151460: Metaspace counters can have inconsistent values
Reviewed-by: jmasa, pliden
|
2016-03-24 10:49:08 +01:00 |
|
Jesper Wilhelmsson
|
ee442d71e1
|
Merge
|
2016-04-02 05:39:25 +02:00 |
|
Michail Chernov
|
c3469071aa
|
8148397: Create new tests for IHOP
Reviewed-by: tschatzl, dfazunen
|
2016-04-01 16:15:37 +03:00 |
|
Cheleswer Sahu
|
6f3cb076c4
|
8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters
Reviewed-by: dsamersoff, kevinw
|
2016-04-01 13:51:29 +05:30 |
|
Christian Tornqvist
|
84e45bf683
|
Merge
|
2016-04-01 03:33:39 +00:00 |
|
Christian Tornqvist
|
dedfabbaac
|
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
Reviewed-by: gtriantafill, iignatyev
|
2016-03-31 11:39:00 -04:00 |
|
Gerard Ziemski
|
b1e438f157
|
Merge
|
2016-03-31 14:18:25 +00: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 |
|
Dmitry Fazunenko
|
7e6e45906b
|
8152422: Optimize GC JPRT test set
Reviewed-by: sjohanss, pliden
|
2016-03-30 17:25:32 +03:00 |
|
Max Ockner
|
0ce26421c4
|
Merge
|
2016-03-29 21:44:06 +02:00 |
|
Max Ockner
|
e721b555eb
|
Merge
|
2016-03-29 20:51:59 +02:00 |
|
Max Ockner
|
45b8dc27fe
|
8150084: Convert TraceMonitorMismatch to Unified Logging
TraceMonitorMismatch has been converted to Unified Logging.
Reviewed-by: coleenp, rprotacio
|
2016-03-29 14:37:07 -04:00 |
|
Max Ockner
|
aa9da340e0
|
8149996: TraceLoaderConstraints has been converted to Unified Logging
TraceLoaderConstraints has been converted to Unified Logging.
Reviewed-by: coleenp, dholmes, rprotacio
|
2016-03-29 13:02:16 -04:00 |
|
Per Lidén
|
0fb3d6a52e
|
8068579: Running with -XX:-UseParallelGC does not turn ParalleGC off
Reviewed-by: jmasa, dfazunen, brutisso
|
2016-03-29 08:42:22 +02:00 |
|
Harold Seigel
|
cd3f80324f
|
Merge
|
2016-03-24 15:19:06 +00:00 |
|
Harold Seigel
|
ff8f7e4a2b
|
8140665: SIGSEGV when a primitive type's class is used as the host class in a call to DefineAnonymousClass call
Instead of assertng, throw an exception
Reviewed-by: acorn, coleenp
|
2016-03-24 08:13:28 -04:00 |
|
Dmitry Fazunenko
|
0f687b0bd5
|
Merge
|
2016-03-24 15:51:31 +04:00 |
|
Tobias Hartmann
|
ce350e07fa
|
8136458: Remove "marked for reclamation" nmethod state
Removed "marked for reclamation" nmethod state because only sweeper sets nmethods to zombie.
Reviewed-by: kvn, neliasso
|
2016-03-24 09:09:52 +01:00 |
|