Alejandro Murillo
|
1bd14828a0
|
8152483: Fix a couple of tests that are being incorrectly run on C1 after jigsaw M3
Reviewed-by: ctornqvi, kvn
|
2016-03-22 18:41:09 -07:00 |
|
Chris Hegarty
|
9978f9b065
|
Merge
|
2016-03-22 17:04:25 +00:00 |
|
Chris Hegarty
|
5af2dcd643
|
Merge
|
2016-03-22 10:43:58 +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 |
|
Tobias Hartmann
|
23a62fdfca
|
8150804: C2 Compilation fails with assert(_base >= OopPtr && _base <= AryPtr) failed: Not a Java pointer
Wait with removing casts from inputs in PhiNode::ideal() until after parsing for the type information to propagate.
Reviewed-by: kvn
|
2016-03-15 17:42:28 +01:00 |
|
Pavel Punegov
|
616744c4c9
|
8150955: RandomValidCommandsTest.java fails with UnsatisfiedLinkError: sun.hotspot.WhiteBox.registerNatives
Replace invalid command with a valid one
Reviewed-by: kvn
|
2016-03-15 16:23:31 +03:00 |
|
Nils Eliasson
|
a20ceb80f4
|
8151796: compiler/whitebox/BlockingCompilation.java fails due to method not compiled
Make test more robust
Reviewed-by: simonis
|
2016-03-15 11:17:22 +01:00 |
|
Vladimir Ivanov
|
6ea5772a9b
|
8143407: C1: @Stable array support
Reviewed-by: twisti
|
2016-03-14 12:35:52 +03:00 |
|
Nils Eliasson
|
e34f88b0a6
|
Merge
|
2016-03-11 21:02:09 +01:00 |
|
Doug Simon
|
b87feb324c
|
8151664: [JVMCI] add missing test in 8151266 integration
Reviewed-by: never, twisti
|
2016-03-10 14:06:21 -08:00 |
|
Nils Eliasson
|
b01a1a42e3
|
8066770: EnqueueMethodForCompilationTest.java fails to compile method
Make compiles blocking and always check queue
Reviewed-by: kvn
|
2016-03-09 21:20:43 +01:00 |
|
Alejandro Murillo
|
2da4580684
|
Merge
|
2016-03-05 20:46:42 -08:00 |
|
Daniel D. Daugherty
|
3a33180c01
|
8151348: quarantine compiler/codecache/jmx/PeakUsageTest.java in JDK9-dev
Reviewed-by: ctornqvi, amurillo
|
2016-03-05 19:22:57 -08:00 |
|
Christian Tornqvist
|
30bbb5ee4b
|
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
Reviewed-by: hseigel, gtriantafill
|
2016-03-03 12:44:34 -08:00 |
|
Volker Simonis
|
173a62a8d6
|
8150646: Add support for blocking compiles though whitebox API
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Reviewed-by: kvn, ppunegov, simonis, neliasso
|
2016-03-03 16:21:16 +01:00 |
|
Vladimir Ivanov
|
c69ad2078e
|
8151157: Quarantine test/compiler/unsafe/UnsafeGetStableArrayElement.java
Reviewed-by: zmajo, thartmann
|
2016-03-03 16:46:58 +03:00 |
|
Vladimir Ivanov
|
68ce6b3b9f
|
8151020: [TESTBUG] UnsafeGetStableArrayElement::testL_* fail intermittently
Reviewed-by: zmajo, shade
|
2016-03-02 15:42:03 +03:00 |
|
Aleksey Shipilev
|
ff51364bf6
|
8151017: [TESTBUG] test/compiler/c1/CanonicalizeArrayLength does not work on product builds
Reviewed-by: thartmann, zmajo
|
2016-03-02 12:29:17 +03:00 |
|
Zoltan Majo
|
77c73b6d4f
|
Merge
|
2016-03-07 09:34:29 +01:00 |
|
Aleksey Shipilev
|
548530cf08
|
8150465: Unsafe methods to produce uninitialized arrays
Reviewed-by: jrose, kvn, psandoz, aph, twisti, flar
|
2016-03-03 23:57:29 +03:00 |
|
Aleksey Shipilev
|
890f94d7e6
|
8150669: C1 intrinsic for Class.isPrimitive
Reviewed-by: twisti, vlivanov, redestad
|
2016-03-03 22:17:38 +03:00 |
|
Mikael Vidstedt
|
c40e7bc21f
|
8149159: Clean up Unsafe
Reviewed-by: jrose, kvn, stsmirno, chegar, aph, psandoz, redestad, twisti
|
2016-03-03 09:33:30 -08:00 |
|
Pavel Punegov
|
adde13cc80
|
Merge
|
2016-03-03 16:54:06 +01:00 |
|
Pavel Punegov
|
694727f144
|
8148563: compiler/compilercontrol/jcmd/StressAddMultiThreadedTest.java timesout
Decrease amount of directives and threads
Reviewed-by: neliasso
|
2016-03-01 20:17:27 +03:00 |
|
Vladimir Ivanov
|
bb51ea7a06
|
8150543: Mismatched access detection is inaccurate
Reviewed-by: kvn, shade
|
2016-02-29 23:46:55 +03:00 |
|
Vladimir Ivanov
|
a7d78599d7
|
8150436: Incorrect invocation mode when linkToInteface linker is eliminated
Reviewed-by: kvn, shade
|
2016-02-26 01:58:29 +03:00 |
|
Vladimir Ivanov
|
abebc2da5c
|
8150186: Folding mismatched accesses with @Stable is incorrect
Reviewed-by: kvn, jrose, shade
|
2016-02-26 01:58:26 +03:00 |
|
Aleksey Shipilev
|
4a8c4fc074
|
8150534: C1 compilation fails with "Constant field loads are folded during parsing"
Reviewed-by: vlivanov, thartmann
|
2016-02-25 15:10:16 +03:00 |
|
Nils Eliasson
|
e09bb29c2d
|
8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
Add whitebox for checking available compilers
Reviewed-by: kvn
|
2016-02-25 10:42:42 +01:00 |
|
Roland Westrelin
|
7c3120b3da
|
Merge
|
2016-02-24 20:18:04 +00:00 |
|
Aleksey Shipilev
|
6e26b67678
|
8150514: C1 crashes in Canonicalizer::do_ArrayLength() after fix for JDK-8150102
Reviewed-by: thartmann, vlivanov
|
2016-02-24 18:43:51 +03:00 |
|
Aleksey Shipilev
|
0c43809cfe
|
8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Reviewed-by: psandoz, kvn, jrose, adinn, simonis, coleenp
|
2016-02-23 22:09:41 +03:00 |
|
Roland Westrelin
|
744d73a67f
|
8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
Gcc expects clean 32 bit int in 64 bit register on function entry
Reviewed-by: kvn, dlong
|
2016-02-23 17:18:31 +01:00 |
|
Roland Westrelin
|
db36e29ab0
|
8149916: Test case for 8149797
Reviewed-by: kvn
|
2016-02-16 12:54:20 +01:00 |
|
Tobias Hartmann
|
8b42758800
|
Merge
|
2016-02-15 11:52:51 +01:00 |
|
Konstantin Shefov
|
719c07ec10
|
8141619: Develop new tests for JVMCI compilerToVM class' CP related methods
Reviewed-by: twisti, dpochepk
|
2016-02-20 11:49:45 +03:00 |
|
Konstantin Shefov
|
ac6fe07b05
|
8141618: Change JVMCI compilerToVM constant pool tests to support CP cache
Reviewed-by: twisti, dpochepk
|
2016-02-20 11:49:02 +03:00 |
|
Martin Doerr
|
de01af89d8
|
8149655: PPC64: Implement CompactString intrinsics
Reviewed-by: goetz, kvn
|
2016-02-19 11:09:59 +01:00 |
|
Vladimir Ivanov
|
4532f54300
|
7177745: JSR292: Many Callsite relinkages cause target method to always run in interpreter mode
Reviewed-by: jrose, kvn
|
2016-02-19 20:40:20 +03:00 |
|
Pavel Punegov
|
0e441f9177
|
8144621: CompilerControl: inline tests timeout with Xcomp
Restrict patterns that lead to timeout
Reviewed-by: kvn, neliasso
|
2016-02-17 17:48:56 +03:00 |
|
Jesper Wilhelmsson
|
c6d81e192d
|
Merge
|
2016-02-11 21:07:38 +01:00 |
|
Tobias Hartmann
|
afca49ff29
|
8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
Fixed handling of long/double MH arguments in GraphBuilder::try_method_handle_inline().
Reviewed-by: roland, shade, vlivanov, kvn, twisti
|
2016-02-10 07:54:26 +01:00 |
|
Roland Schatz
|
7cf2c51fa7
|
8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'
Reviewed-by: twisti
|
2016-02-08 18:52:03 +01:00 |
|
Tobias Hartmann
|
904898e762
|
8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out
Test should not run with -Xcomp because MaxInlineSize is large.
Reviewed-by: kvn, simonis
|
2016-02-12 12:18:44 +01:00 |
|
Jamsheed Mohammed
|
45bd62d1f1
|
8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms
Restricted test execution to supported archs.
Reviewed-by: kvn
|
2016-02-10 15:24:22 +01:00 |
|
Doug Simon
|
60a582e9be
|
8149019: remove redundant modifiers
Reviewed-by: twisti
|
2016-02-08 18:52:03 +01:00 |
|
Tom Rodriguez
|
7c15712c40
|
Merge
|
2016-02-08 12:13:56 -08:00 |
|
Tom Rodriguez
|
938471481b
|
8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime
Reviewed-by: twisti, iignatyev
|
2016-02-05 12:27:02 -08:00 |
|
Pavel Punegov
|
fc58d951d2
|
8148864: Quarantine CompilerControl tests
Exclude tests affected by JDK-8148563 and JDK-8140354 from execution
Reviewed-by: kvn
|
2016-02-05 18:05:33 +03:00 |
|
Tobias Hartmann
|
4cce6f082e
|
Merge
|
2016-02-05 15:38:21 +01:00 |
|