Commit Graph

12762 Commits

Author SHA1 Message Date
Coleen Phillimore
399d4fa2ff Merge 2017-04-05 01:11:25 +00:00
Coleen Phillimore
c9bbd2b4f2 8168438: Fix comment in rewriter
Reviewed-by: jiangli, sspitsyn
2017-04-04 21:07:19 -04:00
Thomas Stuefe
2aad9e57f8 8176872: [s390] wrong pc shown in error logs
Reviewed-by: dholmes, dsamersoff
2017-03-21 14:14:06 +01:00
Thomas Stuefe
6693e96f16 8170520: Make Metaspace ChunkManager counters non-atomic
Reviewed-by: mgerdin, coleenp
2017-03-17 19:05:45 +01:00
Erik Helin
7e117c5d36 8177953: Rename TestGCBasher.run to TestGCBasher.main
Reviewed-by: pliden, tschatzl
2016-11-07 10:22:03 +01:00
Thomas Schatzl
5fdddaf351 8177059: [TESTBUG] gc/g1/TestGCLogMessages.java fails on 32bit arm after changes for JDK-8155094
Provide a way in the test to check log messages on arbitrary conditions and implement this for this case.

Reviewed-by: mchernov, sjohanss
2017-03-31 13:22:43 +02:00
Rickard Bäckman
94035de947 Merge 2017-03-28 13:33:50 +02:00
Rickard Bäckman
8f9dd37d89 Merge 2017-03-28 13:08:39 +02:00
Thomas Schatzl
de637b636d 8176885: Clear Claimed Marks log message at wrong location in the log
Move message and code to the pre evacuation phase part of the GC

Reviewed-by: sjohanss, sangheki
2017-03-28 09:13:00 +02:00
Jesper Wilhelmsson
0f62f198b2 Merge 2017-03-28 00:03:23 +02:00
Chris Plummer
bc1d13ef7b 8177015: STACK_SIZE_MINIMUM of 32k is not always enough for Mac OS X
Bump up minimum to 64k.

Reviewed-by: dholmes, dcubed
2017-03-27 11:54:04 -07:00
Michail Chernov
bd7b547e9c 8177551: [TESTBUG] TestHumongousClassLoader.java can fail on systems with non-g1 collector
Reviewed-by: dfazunen, tschatzl, sjohanss
2017-03-27 19:05:54 +03:00
Lana Steuck
33f168f4ec Merge 2017-03-25 01:44:22 +00:00
Chris Plummer
d10f85b756 8177055: [TESTBUG] test/runtime/ReservedStack/ReservedStackTest.java sometimes fails on Oracle arm64 port after being enabled for open aarch64 port
Check if the platform supports the reserved stack area.

Reviewed-by: dholmes, fparain
2017-03-24 11:09:14 -07:00
Stefan Johansson
d11fb72564 8171238: Unify cleanup code used in G1 Remark and Full GC marking
Reviewed-by: tschatzl, pliden
2017-03-24 10:27:04 +01:00
Thomas Schatzl
bd1aac2cd3 8177453: Start_new_collection_set() timing done during wrong type of GC
Move timing code from full gc to young gc.

Reviewed-by: sjohanss, mgerdin
2017-03-24 10:26:58 +01:00
Lana Steuck
2aed45998f Added tag jdk-9+162 for changeset 6191bb6ebcbd 2017-03-23 22:31:11 +00:00
Chris Plummer
17a8069db3 8176768: hotspot ignores PTHREAD_STACK_MIN when creating new threads
Use PTHREAD_STACK_MIN as a minimum, plus other stack size cleanup

Reviewed-by: dholmes, stuefe, dcubed
2017-03-23 11:10:55 -07:00
Thomas Stuefe
99d6ff5c76 8177458: [s390] (jdk10) build broken after 8155672
Reviewed-by: simonis
2017-03-23 17:45:13 +01:00
Rickard Bäckman
08637a78e6 8177069: File separator mismatch on Win-64
Reviewed-by: dlong, kvn
2017-03-23 15:40:12 +01:00
Igor Veresov
d405f1648b 8177046: Update Graal
Update Graal, make appropriate changes to AOT, and the build system.

Reviewed-by: kvn
2017-03-22 13:42:45 -07:00
Michail Chernov
f509f32e03 8167196: WhiteBox methods should throw an exception if used with inappropriate collector
Reviewed-by: shade, dfazunen
2017-03-20 16:01:33 +03: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
Lana Steuck
b636d90917 Merge 2017-03-13 19:59:41 +00: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
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