Roland Schatz
|
9f43471b55
|
8156768: [JVMCI] remove support for patching Symbol pointers
Reviewed-by: iveresov
|
2016-05-12 12:59:35 +02:00 |
|
Tobias Hartmann
|
8adbc20c87
|
8155241: Crash with assert in Xcomp mode and with disabled ReduceBulkZeroing
We should not assume that a CloneBasic arraycopy sets array initialization to complete.
Reviewed-by: kvn, roland
|
2016-05-12 08:25:42 +02:00 |
|
Tobias Hartmann
|
cf5a61530f
|
8155643: Java crash with assert in Xcomp mode and disabled ReduceInitialCardMarks
We should not emit a subtype check for CloneOop arraycopy.
Reviewed-by: kvn
|
2016-05-12 08:23:25 +02:00 |
|
Josef Eisl
|
536db8741f
|
8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
Reviewed-by: twisti
|
2016-05-12 04:17:00 +00:00 |
|
Pavel Punegov
|
415bf9842e
|
Merge
|
2016-05-11 19:41:50 +02:00 |
|
Pavel Punegov
|
87861c61e1
|
8150247: CompilerControl: LogCompilation testing
Add a test for standalone LogCompilation testing
Reviewed-by: kvn
|
2016-05-11 20:06:38 +03:00 |
|
Doug Simon
|
1d60ce77a0
|
8153782: [JVMCI] update JVMCI sources to Eclipse 4.5.2 format style
Reviewed-by: twisti, never
|
2016-05-11 16:40:04 +00:00 |
|
Kirill Zhaldybin
|
2b53799702
|
8156763: Quarantine gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java
Reviewed-by: jprovino, tschatzl
|
2016-05-11 18:49:29 +03:00 |
|
Roland Schatz
|
037bd78182
|
8156741: [JVMCI] remove LocationIdentity interface
Reviewed-by: kvn, iveresov
|
2016-05-11 13:27:56 +02:00 |
|
Staffan Larsen
|
8eed1ef6af
|
8156658: Common way to run jtreg tests
Reviewed-by: erikj, dsamersoff
|
2016-05-11 11:04:17 +02:00 |
|
David Holmes
|
ce9242dc85
|
8156689: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java disable range testing of Allocate*PrefetchLines
Reviewed-by: kvn
|
2016-05-11 02:32:14 -04:00 |
|
Vladimir Ivanov
|
cdc0b9792f
|
Merge
|
2016-05-11 00:40:59 +00:00 |
|
Vladimir Ivanov
|
3fcc58a80d
|
Merge
|
2016-05-11 00:31:28 +03:00 |
|
Kirill Zhaldybin
|
5992b4a6b2
|
8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything
Reviewed-by: jwilhelm, dfazunen
|
2016-05-10 21:23:33 +03:00 |
|
Tom Rodriguez
|
41dcc3f305
|
Merge
|
2016-05-10 23:08:42 +00:00 |
|
Vladimir Ivanov
|
d14a64b0ed
|
Merge
|
2016-05-11 00:38:58 +03:00 |
|
Doug Simon
|
db7608c21c
|
8155023: jdk.vm.ci needs to securely export services
Reviewed-by: twisti, kvn, alanb
|
2016-05-10 08:52:43 -07:00 |
|
Roland Schatz
|
aab69bdeb5
|
8155719: remove TrustedInterface from JVMCI
Reviewed-by: twisti
|
2016-05-10 12:18:22 +02:00 |
|
Dmitry Samersoff
|
c052a98d6f
|
Merge
|
2016-05-10 03:37:36 +00:00 |
|
Dmitry Samersoff
|
f4ffadd18b
|
8155091: Remove SA related functions from tmtools
Remove options that enables support for non-cooperative mode
Reviewed-by: alanb, mchung, sla
|
2016-05-09 23:41:41 +03:00 |
|
Rahul Raghavan
|
7adc4034cd
|
8153655: Make intrinsics flags diagnostic and update intrinsics tests to enable diagnostic options
Converted all intrinsics flags to diagnostic and updated related intrinsics tests to enable diagnostic options
Reviewed-by: kvn
|
2016-05-09 01:21:55 -07:00 |
|
Claes Redestad
|
d25ad32507
|
8150044: Generate classlists at build-time
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, iklam
|
2016-05-07 00:43:37 +02:00 |
|
Vladimir Ivanov
|
e704d47b85
|
Merge
|
2016-05-06 19:35:23 +03:00 |
|
Aleksey Shipilev
|
ffc21de072
|
8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
Reviewed-by: psandoz, vlivanov
|
2016-05-06 17:59:35 +03:00 |
|
Kirill Zhaldybin
|
bb79607f67
|
8132710: Add tests which check that Humongous objects behave as expected after Young GC
8132712: Add tests which check that Humongous objects behave as expected after Full GC
Reviewed-by: jmasa, dfazunen
|
2016-05-06 17:51:11 +03:00 |
|
Igor Ignatyev
|
dc12061bb6
|
8148244: Finalize and integrate GTest implementation
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Stefan Sarne <stefan.sarne@oracle.com>
Co-authored-by: Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>
Co-authored-by: Erik Helin <erik.helin@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: jwilhelm, erikj
|
2016-05-09 14:15:40 +03:00 |
|
Jamsheed Mohammed C M
|
88cbbd634e
|
8156124: Update compiler/unsafe/UnsafeGetConstantField after JDK-8148518 is fixed
Removed workaround added for 8148518.
Reviewed-by: vlivanov
|
2016-05-06 05:57:43 -07:00 |
|
Vladimir Ivanov
|
622a5ae6f0
|
Merge
|
2016-05-06 18:20:50 +03:00 |
|
George Triantafillou
|
88be76356f
|
8154942: Remove ProcessTools.getVmInputArguments() from the hotspot test library, as it is not used by any of the hotspot tests
Reviewed-by: ctornqvi, hseigel
|
2016-05-05 12:25:29 -04:00 |
|
Vladimir Ivanov
|
5dc9f56544
|
Merge
|
2016-05-09 13:13:07 +03:00 |
|
Vladimir Ivanov
|
71d2f5b46d
|
Merge
|
2016-05-06 19:45:22 +03:00 |
|
Alejandro Murillo
|
4247e12f6b
|
Merge
|
2016-05-06 06:23:29 -07:00 |
|
Alejandro Murillo
|
b68bd82d9b
|
Merge
|
2016-05-06 06:12:56 -07:00 |
|
Ioi Lam
|
565780b7aa
|
8155239: [TESTBUG] Simple test setup for JVMTI ClassFileLoadHook
Reviewed-by: cjplummer, mseledtsov
|
2016-05-03 07:23:23 -07:00 |
|
Yasumasa Suenaga
|
e41ab59d63
|
8153073: UL: Set filesize option with k/m/g
Reviewed-by: mlarsson, dholmes
|
2016-05-04 21:53:01 -04:00 |
|
Vladimir Ivanov
|
d312e84812
|
8155751: Some tests miss othervm for main/bootclasspath mode
Reviewed-by: kvn
|
2016-05-04 23:08:43 +03:00 |
|
Alan Bateman
|
a503db18fb
|
8154956: Module system implementation refresh (4/2016)
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Reviewed-by: acorn, jiangli, ccheung, hseigel
|
2016-05-03 09:09:20 +01:00 |
|
Aleksey Shipilev
|
a8fb392baf
|
8155739: [TESTBUG] VarHandles/Unsafe tests for weakCAS should allow spurious failures
Reviewed-by: psandoz, vlivanov, simonis
|
2016-05-04 17:17:10 +03:00 |
|
Tom Rodriguez
|
38df4e48a4
|
8155771: [JVMCI] expose JVM_ACC_IS_CLONEABLE_FAST
Reviewed-by: twisti
|
2016-05-03 12:15:06 -07:00 |
|
Zoltan Majo
|
528bf589fd
|
8155653: TestVectorUnalignedOffset.java not pushed with 8155612
Add missing test.
Reviewed-by: aph, adinn
|
2016-04-29 14:32:19 +02:00 |
|
Zoltan Majo
|
17cc8b583e
|
Merge
|
2016-04-29 13:10:01 +02:00 |
|
Zoltan Majo
|
b5f1bd24d2
|
Merge
|
2016-04-29 12:05:31 +02:00 |
|
Zoltan Majo
|
413417522f
|
8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
Improve allocation prefetching.
Reviewed-by: kvn
|
2016-04-29 08:32:42 +02:00 |
|
Tom Rodriguez
|
593cf3fb16
|
8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
Reviewed-by: iveresov
|
2016-04-27 16:20:49 -07:00 |
|
Daniel D. Daugherty
|
ac61c34c54
|
8155958: quarantine failing tests from JDK-8155957
Reviewed-by: hseigel, gtriantafill, dsamersoff, sspitsyn
|
2016-05-03 13:30:40 -07:00 |
|
Derek White
|
081466c0e7
|
8155754: Quarantine serviceability/tmtools/jstat/GcTest02.java
Add @ignore 8155570
Reviewed-by: kbarrett, stefank
|
2016-05-02 11:18:10 -04:00 |
|
Jan Civlin
|
f2e9b827d6
|
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
Reviewed-by: kvn
|
2016-04-26 21:54:21 -07:00 |
|
Rickard Bäckman
|
b853eb7f5c
|
8151956: Support non-continuous CodeBlobs in HotSpot
Reviewed-by: iveresov, thartmann, simonis
|
2016-04-26 10:28:51 +02:00 |
|
Vladimir Ivanov
|
67ff4391ec
|
8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method
Reviewed-by: kvn
|
2016-04-25 21:25:22 +03:00 |
|
Vladimir Ivanov
|
e17b342749
|
8134918: C2: Type speculation produces mismatched unsafe accesses
Reviewed-by: kvn
|
2016-04-25 18:36:27 +03:00 |
|