Tobias Hartmann
|
e8ef37ca55
|
Merge
|
2016-06-07 09:11:32 +00:00 |
|
Jamsheed Mohammed C M
|
9ead05c2dc
|
8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized
Handle realloc failure pending exception.
Reviewed-by: roland
|
2016-06-06 23:24:46 -07:00 |
|
Doug Simon
|
39e5b15fdd
|
8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
Reviewed-by: kvn
|
2016-06-06 16:31:03 -07:00 |
|
Vladimir Kozlov
|
47b35cab0e
|
Merge
|
2016-06-06 12:56:40 -07:00 |
|
Jiangli Zhou
|
5b19c425fa
|
8157189: 'iload_w' in shared class is not interpreted correctly
Don't rewrite 'iload_w' to 'nofast_iload' in shared class.
Reviewed-by: ccheung, hseigel
|
2016-06-03 17:45:03 -04:00 |
|
Gerard Ziemski
|
4543e25bd3
|
8155936: Boolean value should be set 1/0 or true/false via VM.set_flag jcmd
Add true/false as possible input values for boolean flags for jcmd.
Reviewed-by: gziemski, dsamersoff, coleenp
|
2016-06-03 13:26:43 -05:00 |
|
Rachel Protacio
|
80971e6c20
|
Merge
|
2016-06-03 16:19:53 +00:00 |
|
Rachel Protacio
|
75edf4adfd
|
8152404: Stabilize PackageEntry::package_exports_do
Re-defined PackageEntry member variables and export checking functions
Reviewed-by: dholmes, hseigel
|
2016-06-03 11:53:55 -04:00 |
|
Coleen Phillimore
|
7419c9549b
|
8158397: Crash: assert(save_resolved_method == resolved_method()) failed: does this change?
Remove assert. it does change.
Reviewed-by: sspitsyn, jiangli, mgronlun
|
2016-06-03 08:33:28 -04:00 |
|
David Holmes
|
562cf441d4
|
Merge
|
2016-06-03 04:34:08 +00:00 |
|
Max Ockner
|
69d4ee5887
|
Merge
|
2016-06-03 05:38:08 +02:00 |
|
David Holmes
|
c301fb7188
|
8154750: Add missing OrderAccess operations to ClassLoaderData lock-free data structures
Reviewed-by: kbarrett, coleenp, acorn
|
2016-06-02 23:37:09 -04:00 |
|
Alejandro Murillo
|
e8db159098
|
Merge
|
2016-06-03 01:31:01 +00:00 |
|
Coleen Phillimore
|
60eea7f11f
|
Merge
|
2016-06-02 23:57:07 +00:00 |
|
Alejandro Murillo
|
d07cb6c061
|
Merge
|
2016-06-02 15:07:51 -07:00 |
|
Alejandro Murillo
|
faccce5581
|
Merge
|
2016-06-02 14:58:50 -07:00 |
|
Doug Simon
|
fce865ff45
|
8158000: [JVMCI] remove unused ParseClosure class
Reviewed-by: kvn
|
2016-06-02 17:52:42 +00:00 |
|
Max Ockner
|
1563e05cf0
|
8138705: Kitchen sink stress test fails
NMT now supports overlapping commits.
Reviewed-by: coleenp, zgu
|
2016-06-02 12:07:55 -04:00 |
|
Tobias Hartmann
|
cf967f79ab
|
Merge
|
2016-06-02 14:54:35 +00:00 |
|
Fei Yang
|
2e85bb45ff
|
8149418: AArch64: replace tst+br with tbz instruction when tst's constant operand is 2 power
Replace tst+br with tbz instruction when tst's constant operand is 2 power
Reviewed-by: aph
|
2016-06-02 21:12:46 +08:00 |
|
Tobias Hartmann
|
f92cc0c836
|
8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
Do not emit unsupported SSE 4.1 instructions in CRC32 intrinsic.
Reviewed-by: kvn, zmajo
|
2016-06-02 13:19:05 +02:00 |
|
Stefan Johansson
|
277d5f6f08
|
8152239: hotspot/test/gc/TestSmallHeap.java failed in jdk9
Reviewed-by: mgerdin, dfazunen, mchernov
|
2016-06-02 09:44:41 +02:00 |
|
Tobias Hartmann
|
35f9db149b
|
8156760: VM crashes if -XX:-ReduceInitialCardMarks is set
Fixed several compiler crashes with disabled ReduceInitialCardMarks.
Reviewed-by: roland, minqi, dlong, tschatzl, kvn
|
2016-06-02 08:46:52 +02:00 |
|
Tobias Hartmann
|
e4102fbe67
|
8157842: indexOfChar intrinsic is not emitted on x86
Matcher::match_rule_supported() should check for !UseSSE42Intrinsics.
Reviewed-by: roland, rbackman, shade, kvn
|
2016-06-01 16:36:44 +02:00 |
|
Tobias Hartmann
|
d1cfec7f7e
|
8155046: Parse::Block construction using undefined behavior
Blocks should be created via constructor and placement new.
Reviewed-by: kvn
|
2016-06-01 14:22:18 +02:00 |
|
Roland Schatz
|
bc9236dd30
|
8157428: [JVMCI] remove MemoryAccessProvider.readUnsafeConstant from API
Reviewed-by: iveresov
|
2016-05-31 20:43:12 +00:00 |
|
Tom Rodriguez
|
5fde888be3
|
Merge
|
2016-05-31 17:51:42 +00:00 |
|
Michail Chernov
|
7cb4e07b8d
|
8157954: [TESTBUG] G1 tests fail with defined MaxGCPauseMillis
Reviewed-by: jmasa, dfazunen, tschatzl
|
2016-05-31 20:31:08 +03:00 |
|
Josef Eisl
|
343a9e76a8
|
8157292: [JVMCI] add missing test files from 8156034
Reviewed-by: iveresov
|
2016-05-31 17:08:18 +00:00 |
|
Alejandro Murillo
|
9a95585602
|
Merge
|
2016-05-31 09:41:15 -07:00 |
|
Dmitrij Pochepko
|
fafec2b66c
|
Merge
|
2016-05-31 13:58:28 +00:00 |
|
Igor Ignatyev
|
56be0b11f1
|
8153994: Compiler tests should be correctly marked with @module
Reviewed-by: kvn
|
2016-05-31 16:30:18 +03:00 |
|
Igor Ignatyev
|
fe34e32f2b
|
8158184: remove shell from compiler/c2/7070134/Stemmer.java
Reviewed-by: kvn
|
2016-05-31 16:29:45 +03:00 |
|
Igor Ignatyev
|
708d50417c
|
8158185: jdk/test/lib/FileInstaller throws NPE if dst is in current directory
Reviewed-by: kvn
|
2016-05-31 16:29:45 +03:00 |
|
Igor Ignatyev
|
7073d102f0
|
8158182: remove shell script from compiler/c2/6894807/IsInstanceTest.java
Reviewed-by: kvn
|
2016-05-31 16:29:45 +03:00 |
|
Dmitrij Pochepko
|
3f436dc952
|
8158065: [Jittester]: tests generation has tests generators hardcoded, blocking alternative tests generation
Reviewed-by: iignatyev
|
2016-05-31 15:48:47 +03:00 |
|
Igor Ignatyev
|
11504c438f
|
8073159: improve Test6857159.java
Reviewed-by: kvn
|
2016-05-31 15:12:09 +03:00 |
|
Vladimir Ivanov
|
b86eaee1a7
|
Merge
|
2016-05-31 15:10:10 +03:00 |
|
Igor Ignatyev
|
395f9470df
|
8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native
Reviewed-by: kvn
|
2016-05-30 23:33:00 +03:00 |
|
Igor Ignatyev
|
a0b8f9dc1a
|
8154123: remove commented action from jdk/vm/ci/runtime/test/ConstantTest.java
Reviewed-by: shade, kvn
|
2016-05-30 23:32:59 +03:00 |
|
Dalibor Topic
|
586c795882
|
8154469: Update FSF address
Updated Free Software Foundation's mailing address in LICENSE
Reviewed-by: rriggs, shade
|
2016-05-30 16:25:38 +02:00 |
|
Vladimir Ivanov
|
2a6a1c6b01
|
Merge
|
2016-05-30 15:04:03 +03:00 |
|
Vladimir Ivanov
|
a7ec30ae19
|
Merge
|
2016-05-27 17:01:27 +03:00 |
|
Teng Lu
|
cf20f6fff8
|
8157906: aarch64: some more integer rotate instructions are never emitted
Fix wrong definition of source operand of left rotate instructions
Reviewed-by: aph
|
2016-05-27 20:38:38 +08:00 |
|
Alejandro Murillo
|
e3dfc2043d
|
Merge
|
2016-05-26 14:17:03 -07:00 |
|
Fei Yang
|
60fabf15a7
|
8156731: aarch64: java/util/Arrays/Correct.java fails due to _generic_arraycopy stub routine
Fix address calculation considering compressed oops _generic_arraycopy stub routine
Reviewed-by: aph
|
2016-05-27 01:02:16 +08:00 |
|
Lana Steuck
|
39f00868f7
|
Added tag jdk-9+120 for changeset afc9c8149b19
|
2016-05-26 16:02:14 +00:00 |
|
Nils Eliasson
|
d5b029d48d
|
8153352: Crash with assert(pd != 0L) failed: PcDesc must not be NULL
Simplify look_for_reserved_stack_annotated_method
Reviewed-by: kvn
|
2016-05-26 14:17:50 +02:00 |
|
Nils Eliasson
|
24805477df
|
8157717 : MultiCommand breaks directives amount limit
Increase directives amount for these tests
Reviewed-by: kvn, ppunegov
|
2016-05-26 14:17:49 +02:00 |
|
David Holmes
|
3568b43a30
|
Merge
|
2016-05-25 23:45:17 +02:00 |
|