David Holmes
|
498c318982
|
8165358: vmassert_status is not debug-only
Reviewed-by: dsamersoff, stuefe, zgu
|
2017-03-23 17:15:33 -04:00 |
|
Jesper Wilhelmsson
|
dcb7ac8c13
|
Merge
|
2017-03-23 15:06:58 +01:00 |
|
Alan Bateman
|
fa73a9b912
|
Merge
|
2017-03-22 18:41:25 +00:00 |
|
Alan Bateman
|
73165d34e4
|
8174823: Module system implementation refresh (3/2017)
Reviewed-by: sspitsyn, dholmes, lfoltan, mchung
|
2017-03-22 16:26:09 +00:00 |
|
Mikael Gerdin
|
cc1aaab7e9
|
8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
Reviewed-by: kbarrett, coleenp, tschatzl
|
2017-03-22 15:25:21 +01:00 |
|
Robbin Ehn
|
6b15d9a82b
|
8177092: [TESTBUG] JMX test on MinimalVM fails after fix for 8176533
Reviewed-by: dholmes, mlarsson
|
2017-03-21 16:36:12 +01:00 |
|
Jesper Wilhelmsson
|
65d9c94add
|
Merge
|
2017-03-20 23:49:33 +01:00 |
|
Martin Doerr
|
16a222c4ff
|
8176518: C2: Invalid ImplicitNullChecks with non-protected heap base
Avoid generating implicit null checks if heap base is not protected
Reviewed-by: zmajo
|
2017-03-20 11:32:30 +01:00 |
|
Jesper Wilhelmsson
|
1fab71d649
|
Merge
|
2017-03-17 16:15:14 -07:00 |
|
Lana Steuck
|
f1dabb55b4
|
Merge
|
2017-03-16 20:47:13 +00:00 |
|
Jesper Wilhelmsson
|
e0e0ec960a
|
Merge
|
2017-03-16 12:09:14 -07:00 |
|
Lana Steuck
|
a085f48913
|
Added tag jdk-9+161 for changeset 9e96ed85ffa4
|
2017-03-16 16:34:34 +00:00 |
|
Roland Westrelin
|
23ef045ab2
|
8176513: Poor code quality for ByteBuffers
Relaxes the condition under which MemBarCPUOrder nodes are added around unsafe accesses.
Reviewed-by: vlivanov, kvn, jrose
|
2017-03-15 18:18:04 -07:00 |
|
Claes Redestad
|
c40d2d5af7
|
8176593: Throwable::getStackTrace performance regression
Reviewed-by: jiangli, iklam, coleenp, sspitsyn
|
2017-03-15 13:03:13 +01:00 |
|
Lana Steuck
|
b636d90917
|
Merge
|
2017-03-13 19:59:41 +00:00 |
|
Volker Simonis
|
1cd78903a8
|
8176505: Wrong assertion 'should be an array copy/clone' in arraycopynode.cpp
Reviewed-by: thartmann, roland
|
2017-03-13 16:07:17 +01:00 |
|
Robbin Ehn
|
56f838f4ee
|
8176098: Deprecate FlatProfiler
Reviewed-by: shade, coleenp
|
2017-03-14 12:00:02 +01:00 |
|
Jamsheed Mohammed C M
|
fcd4be97ff
|
8176573: Do not use FLAG_SET_ERGO to update MaxRAM for emulated client
Used FLAG_SET_DEFAULT to update MaxRAM
Reviewed-by: kvn
|
2017-03-13 23:36:14 -07:00 |
|
Thomas Stuefe
|
0af886d583
|
8176442: [aix] assert(_thr_current == 0L) failed: Thread::current already initialized
Revert Thread::current() back to pthread library based TLS on AIX.
Reviewed-by: dholmes
|
2017-03-13 21:46:37 -04:00 |
|
Jesper Wilhelmsson
|
432179b610
|
Merge
|
2017-03-13 15:56:09 -07:00 |
|
Harold Seigel
|
958af9b3c3
|
8176471: [TESTBUG] runtime/modules/IgnoreModulePropertiesTest.java fails with OpenJDK: java.lang.RuntimeException: 'java version ' missing from stdout/stderr
Check for strings such as " version " and "Runtime Environment" that appear in 'java -version' for both open and closed builds.
Reviewed-by: coleenp
|
2017-03-13 16:23:17 -04:00 |
|
Magnus Ihse Bursie
|
6fdd375563
|
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
|
2017-03-13 14:02:12 +01:00 |
|
Jesper Wilhelmsson
|
27d26f83ae
|
Merge
|
2017-03-11 23:23:06 -08:00 |
|
Lana Steuck
|
cbbe8e8669
|
Merge
|
2017-03-09 23:15:59 +00:00 |
|
Lana Steuck
|
c3c2f2943f
|
Added tag jdk-9+160 for changeset f306167ed337
|
2017-03-09 21:35:17 +00:00 |
|
Mikael Gerdin
|
586de47879
|
8176363: Incorrect lock rank for G1 PtrQueue related locks
Reviewed-by: mgronlun, coleenp, kbarrett, dholmes, tschatzl
|
2017-03-09 16:58:45 +01:00 |
|
Zoltan Majo
|
b3914e7e21
|
8175340: Possible invalid memory accesses due to ciMethodData::bci_to_data() returning NULL
Check values returned by ciMethodData::bci_to_data() where necessary.
Reviewed-by: kvn
|
2017-03-09 14:27:21 +01:00 |
|
Rahul Raghavan
|
b2783bb80a
|
8175345: Reported null pointer dereference defect groups
Added required explicit NULL checks
Reviewed-by: thartmann, kvn
|
2017-03-09 00:16:51 -08:00 |
|
Harold Seigel
|
3064b3e35d
|
8176147: JVM should throw CFE for duplicate Signature attributes
Add the needed checks to ClasFileParser for duplicate Signature attributes.
Reviewed-by: dholmes, gtriantafill
|
2017-03-08 09:04:21 -05:00 |
|
Vladimir Kozlov
|
b3f90c8e86
|
8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
Add --add-modules jdk.internal.vm.ci to Graal annotation process command line.
Reviewed-by: iveresov, mchung
|
2017-03-07 09:32:49 -08:00 |
|
Nils Eliasson
|
de10f56d52
|
8164954: split_if creates empty phi and region nodes
Don't split if all edges will be moved to new phi
Reviewed-by: kvn, vlivanov
|
2017-03-06 14:08:52 +01:00 |
|
Jesper Wilhelmsson
|
344eafdf14
|
Merge
|
2017-03-06 21:28:33 +01:00 |
|
Harold Seigel
|
b7121021af
|
8175383: JVM should throw NCDFE if ACC_MODULE and CONSTANT_Module/Package are set
If bad constant is seen, save it to throw CFE if ACC_MODULE is not in access_flags
Reviewed-by: dholmes, acorn, lfoltan, gtriantafill
|
2017-03-06 09:45:58 -05:00 |
|
Igor Ignatyev
|
5cdba20f81
|
8172457: JarDirTest.java fails after recent change
Reviewed-by: iveresov
|
2017-03-05 22:25:52 -08:00 |
|
Jesper Wilhelmsson
|
0a712bf32f
|
Merge
|
2017-03-03 20:50:26 +01:00 |
|
Lana Steuck
|
82023c9aa9
|
Added tag jdk-9+159 for changeset e15b96207e47
|
2017-03-02 21:16:15 +00:00 |
|
Jesper Wilhelmsson
|
ca341236ca
|
8176054: [BACKOUT][REDO] G1 Needs pre barrier on dereference of weak JNI handles
Reviewed-by: kbarrett, mgerdin
|
2017-03-02 17:46:59 +01:00 |
|
Christian Haeubl
|
5bd3dfadc6
|
8175917: [JVMCI] Avoid long JNI handle chains
Reviewed-by: never, kvn
|
2017-02-27 17:36:36 +01:00 |
|
Aleksey Shipilev
|
9e4e386872
|
8175887: C1 value numbering handling of Unsafe.get*Volatile is incorrect
Reviewed-by: vlivanov
|
2017-03-01 14:51:12 +03:00 |
|
Bob Vandette
|
4bb373767a
|
Merge
|
2017-02-28 10:47:09 -05:00 |
|
Bob Vandette
|
b9854ff95a
|
8175567: Build of hotspot for arm-vfp-sflt fails
Reviewed-by: kvn, cjplummer
|
2017-02-28 10:44:49 -05:00 |
|
Jesper Wilhelmsson
|
eb6669bff0
|
Merge
|
2017-02-24 19:48:33 +01:00 |
|
Jesper Wilhelmsson
|
99e20e2480
|
Merge
|
2017-02-24 12:01:33 +01:00 |
|
Erik Helin
|
4145e90718
|
8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
Reviewed-by: dholmes, tschatzl, coleenp, kbarrett, eosterlund, stefank
|
2017-02-23 18:57:10 +01:00 |
|
Doug Simon
|
86a9ef8d83
|
8175811: [JVMCI] StubRoutines::_multiplyToLen symbol needs to exported
Reviewed-by: thartmann
|
2017-02-24 04:32:11 -08:00 |
|
Tobias Hartmann
|
c7de967bcb
|
8139906: assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
The card table address used in the g1_post_barrier_slow stub should not be marked as relocatable.
Reviewed-by: kvn
|
2017-02-24 11:52:04 +01:00 |
|
Lana Steuck
|
e61d6aef94
|
Merge
|
2017-02-23 17:30:21 +00:00 |
|
Lana Steuck
|
7a3d0a1349
|
Merge
|
2017-02-23 17:22:44 +00:00 |
|
Lana Steuck
|
3714541749
|
Added tag jdk-9+158 for changeset 1ea025bbd11d
|
2017-02-23 16:21:27 +00:00 |
|
Markus Grönlund
|
f889b5119c
|
8175178: Stack traversal during OSR migration asserts with invalid bci or invalid scope desc on x86
Reviewed-by: dcubed, coleenp
|
2017-02-23 16:55:59 +01:00 |
|