Bharadwaj Yadavalli
|
1e6ac67ecf
|
8153816: [BACKOUT] Make intrinsics flags diagnostic
Backout fix for 8145348
Reviewed-by: kvn, jwilhelm
|
2016-04-08 01:00:10 -04:00 |
|
Sangheon Kim
|
25f35cda7d
|
8152182: Possible overflow in initialzation of _rescan_task_size and _marking_task_size
Add constraints for CMSRescanMultiple and CMSConcMarkMultiple flags
Reviewed-by: jwilhelm, jmasa
|
2016-04-07 15:34:21 -07:00 |
|
Sangheon Kim
|
10c7cac93e
|
8152180: SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRatio
Rephrased the calculation routine to avoid an overflow for CMSScheduleRemarkSamplingRatio
Reviewed-by: jwilhelm, drwhite
|
2016-04-07 15:33:25 -07:00 |
|
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 |
|
Lana Steuck
|
50d3fe6b48
|
Merge
|
2016-04-07 11:04:36 -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 |
|
Lana Steuck
|
6a0cae9d3c
|
Added tag jdk-9+113 for changeset 9bc1d0332a48
|
2016-04-07 10:06:57 -07: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 |
|
Martin Doerr
|
611e659be1
|
8153267: nmethod's exception cache not multi-thread safe
Reviewed-by: aph, jcm, kvn
|
2016-04-07 12:33:58 +02:00 |
|
Zoltan Majo
|
cd3197f341
|
8151708: C1 FastTLABRefill can allocate TLABs past the end of the heap
Use branch instruction that checks xcc instead of icc.
Reviewed-by: kvn, thartmann
|
2016-04-15 07:54:31 +02:00 |
|
Pavel Punegov
|
dc3f4fbc96
|
Merge
|
2016-04-14 18:15:41 +02:00 |
|
Pavel Punegov
|
3a407ecde7
|
Merge
|
2016-04-14 15:28:46 +02:00 |
|
Tobias Hartmann
|
63403a410e
|
8154073: Several compiler tests fail when are executed with C1 only
Added missing flag checks to the tests and Whitebox API.
Reviewed-by: kvn
|
2016-04-14 08:32:39 +02:00 |
|
Pavel Punegov
|
792ccb5056
|
8153852: [jittester] move TypeUtil to utils package
Rewrite TypeUtil and move to utils package
Reviewed-by: kvn
|
2016-04-13 18:56:51 +03:00 |
|
Pavel Punegov
|
82dc0d42a6
|
8140354: Unquarantine tests that failed with OutOfMemoryError
Unquarantine CompilerControl tests
Reviewed-by: iignatyev
|
2016-04-13 18:31:43 +03:00 |
|
Vladimir Kozlov
|
e33bf84754
|
8153818: Move similar CompiledIC platform specific code to shared code
Reviewed-by: iveresov, twisti
|
2016-04-12 17:12:51 -07:00 |
|
Igor Veresov
|
eb6d600333
|
8153115: Move private interface check to linktime
Check for private interface methods during linktime instead of runtime
Reviewed-by: kvn, never, coleenp, acorn, lfoltan
|
2016-04-12 14:55:18 -07:00 |
|
Bharadwaj Yadavalli
|
b2ead5ac2d
|
Merge
|
2016-04-12 14:17:42 -04:00 |
|
Nils Eliasson
|
a74ee72e1e
|
8153885: [TESTBUG] few regression tests failed after 8151880 changes
Test that uses compile() as missed in update
Reviewed-by: kvn
|
2016-04-12 11:29:08 +02:00 |
|
Fei Yang
|
8215de72f5
|
8153713: aarch64: improve short array clearing using store pair
Aarch64: generate store pair instruction to clear short arrays
Reviewed-by: aph
|
2016-04-12 11:53:44 +08:00 |
|
Antonios Printezis
|
f22c068365
|
8152312: ParNew: Restore preserved marks in parallel
Reviewed-by: tschatzl
|
2016-04-07 10:55:54 +02:00 |
|
Ioi Lam
|
2a09a3923a
|
8150752: Share Class Data
Reviewed-by: acorn, hseigel, mschoene
|
2016-04-06 21:53:44 -07:00 |
|
Daniel D. Daugherty
|
e266e56356
|
Merge
|
2016-04-06 23:42:52 +00:00 |
|
Daniel D. Daugherty
|
0fc167eb01
|
Merge
|
2016-04-06 15:49:40 -07:00 |
|
Calvin Cheung
|
5e6ae86ef2
|
Merge
|
2016-04-07 00:25:46 +02: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 |
|
Calvin Cheung
|
c282f25964
|
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
Reviewed-by: iklam, jiangli, mseledtsov
|
2016-04-06 11:40:45 -07:00 |
|
Filipp Zhinkin
|
6b6686bd43
|
8149374: Replace C1-specific collection classes with universal collection classes
Reviewed-by: kvn, mgerdin, coleenp
|
2016-04-06 18:51:03 +03:00 |
|
Vladimir Ivanov
|
7fc81004e3
|
8152590: C2: @Stable support doesn't always work w/ incremental inlining
Reviewed-by: kvn
|
2016-04-11 21:42:55 +03:00 |
|
Vladimir Ivanov
|
0c233de7ff
|
8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn
Reviewed-by: kvn
|
2016-04-11 21:42:31 +03:00 |
|
Long Chen
|
19d90c789d
|
8153797: aarch64: Add Arrays.fill stub code
Reviewed-by: aph
|
2016-04-07 22:36:16 +00:00 |
|
Doug Simon
|
1131e05b66
|
8153439: do not install an empty SpeculationLog in an nmethod
Reviewed-by: iveresov, twisti
|
2016-04-07 08:57:26 -10:00 |
|
Nils Eliasson
|
d9c49d2be5
|
Merge
|
2016-04-07 18:27:50 +02:00 |
|
Tobias Hartmann
|
a6c687cd6a
|
8153514: Whitebox API should allow compilation of <clinit>
Added Whitebox API method to trigger compilation of static initializer.
Reviewed-by: zmajo, kvn, iignatyev
|
2016-04-07 16:51:37 +02:00 |
|
Tobias Hartmann
|
7502a7a7f2
|
Merge
|
2016-04-07 12:16:03 +00:00 |
|
Aleksey Shipilev
|
a5c6b5ee3f
|
Merge
|
2016-04-07 10:50:08 +00:00 |
|
Rahul Raghavan
|
28e72b2675
|
8149488: Incorrect declaration of bitsInByte in regmask.cpp
Corrected BITS_IN_BYTE_ARRAY_SIZE value as 256 for all bitsInByte usage.
Reviewed-by: dlong, mcberg, thartmann, vlivanov
|
2016-04-07 01:56:16 -07:00 |
|
Harold Seigel
|
27216177ce
|
Merge
|
2016-04-06 16:03:02 +02:00 |
|
Nils Eliasson
|
c70e07ccbe
|
8151880: EnqueueMethodForCompilationTest.java still fails to compile method
Extract SimpleTestCaseHelper inner class
Reviewed-by: kvn
|
2016-04-06 14:48:45 +02:00 |
|
Harold Seigel
|
99c24f5f1c
|
8152479: Coded byte streams
Reviewed-by: acorn, mschoene, asmotrak
|
2016-04-06 07:55:32 -04:00 |
|
Zoltan Majo
|
86e696a816
|
Merge
|
2016-07-19 11:02:28 +02:00 |
|
Zoltan Majo
|
a9adc6f650
|
8161660: Quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
Quarantine test.
Reviewed-by: dholmes, thartmann
|
2016-07-19 10:14:34 +02:00 |
|
Zoltan Majo
|
c7bc59b6cb
|
8161581: Quarantine compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
Quarantine test.
Reviewed-by: goetz, thartmann
|
2016-07-18 15:53:56 +02:00 |
|