Andreas Eriksson
|
f3f4608e09
|
8072588: JVM crashes in JNI if toString is declared as an interface method
Check for a valid itable index instead of checking if the holder is an interface
Reviewed-by: dsimms, dholmes
|
2015-06-02 10:41:18 +02:00 |
|
Christian Tornqvist
|
665eee5efe
|
8080718: Make -XX:CreateCoredumpOnCrash control core dumping in all cases
Reviewed-by: sla, dholmes, gtriantafill
|
2015-06-01 14:02:59 -07:00 |
|
Roland Westrelin
|
7d22d69e0a
|
Merge
|
2015-05-29 17:56:50 +02:00 |
|
Joseph Provino
|
3ab615bd2c
|
8081508: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
OOME is thrown even though there is metaspace available.
Reviewed-by: jmasa, kbarrett
|
2015-05-29 10:44:32 -04:00 |
|
Roland Westrelin
|
81b0f156c8
|
8080976: Unexpected AIOOB thrown from 1.9.0-ea-b64 on (regression)
Loop variant use in reduction should prevent vectorization
Reviewed-by: kvn, mcberg
|
2015-05-29 16:09:16 +02:00 |
|
Vladimir Ivanov
|
aae5102c06
|
8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, coleenp
|
2015-05-29 17:04:21 +03:00 |
|
Tobias Hartmann
|
59f2a0f85f
|
Merge
|
2015-05-29 12:49:31 +02:00 |
|
Staffan Larsen
|
b1388f39a9
|
8080928: Uninitialised variable in hotspot/src/share/vm/prims/jvmtiEnvBase.cpp
Reviewed-by: mgronlun, sspitsyn
|
2015-05-29 09:48:58 +02:00 |
|
Harold Seigel
|
84986c5ad9
|
Merge
|
2015-05-29 23:19:42 +02:00 |
|
Harold Seigel
|
6a5fa52c18
|
8076319: jstat verified class fix
Move verify perf data so that it only counts classes that actually get verified.
Reviewed-by: acorn, coleenp, gtriantafill
|
2015-05-29 15:23:41 -04:00 |
|
Coleen Phillimore
|
9b5e1ddb92
|
8029567: Clean up linkResolver code
Moved non-const reference return values to actual return values, refactored error handling code, remove oop from Method* variable names.
Reviewed-by: jiangli, lfoltan, acorn
|
2015-05-29 11:35:51 -04:00 |
|
Jesper Wilhelmsson
|
5862209cf3
|
Merge
|
2015-05-28 16:01:10 +02:00 |
|
Bengt Rutisson
|
0ee851e5ef
|
8081039: G1: Remove unused statistics code in G1NoteEndOfConcMarkClosure and G1ParNoteEndTask
Reviewed-by: jmasa, kbarrett
|
2015-05-27 09:04:14 +02:00 |
|
Chris Plummer
|
77588c66b4
|
8051712: regression Test7107135 crashes
On AARCH64, make ElfFile::specifies_noexecstack() default to noexectstack
Reviewed-by: dholmes, dlong, aph
|
2015-05-26 11:26:50 -07:00 |
|
Stefan Karlsson
|
976d6c1e2a
|
8081007: Remove redundant active worker variables and calls in ParNewGeneration::collect
Reviewed-by: pliden, kbarrett, ehelin
|
2015-05-26 10:06:03 +02:00 |
|
Jesper Wilhelmsson
|
f9c99e1b3d
|
Merge
|
2015-05-25 16:59:28 +02:00 |
|
Stefan Karlsson
|
f3f59e37c9
|
8080879: Remove FlexibleWorkGang::set_for_termination
Reviewed-by: brutisso, kbarrett, pliden
|
2015-05-25 11:41:34 +02:00 |
|
Stefan Johansson
|
b04d2bca57
|
8080746: Refactor oop iteration macros to be more general
Reviewed-by: stefank, pliden
|
2015-05-25 11:39:43 +02:00 |
|
Stefan Karlsson
|
e57447bd85
|
Merge
|
2015-05-25 09:28:47 +02:00 |
|
Stefan Karlsson
|
db20c1bc45
|
8080877: Don't use workers()->total_workers() when walking G1CollectedHeap::_task_queues
Reviewed-by: jmasa, drwhite
|
2015-05-22 13:35:29 +02:00 |
|
Stefan Karlsson
|
0290c50a20
|
Merge
|
2015-05-22 10:44:24 +00:00 |
|
Stefan Karlsson
|
23b343af68
|
8080876: Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads
Reviewed-by: kbarrett, mgerdin
|
2015-05-22 10:58:16 +02:00 |
|
Stefan Karlsson
|
21bb8edbba
|
8080840: Clean up active_workers() asserts
Reviewed-by: kbarrett, jmasa
|
2015-05-22 10:58:04 +02:00 |
|
Stefan Karlsson
|
5d81ec2082
|
8080837: Move number of workers calculation out of CollectionSetChooser::prepare_for_par_region_addition
Reviewed-by: kbarrett, mgerdin
|
2015-05-22 10:57:53 +02:00 |
|
Bengt Rutisson
|
33461c4c6e
|
8080627: JavaThread::satb_mark_queue_offset() is too big for an ARM ldrsb instruction
Reviewed-by: roland, kbarrett
|
2015-05-22 10:56:37 +02:00 |
|
Roland Westrelin
|
0296c2894b
|
8080699: Assert failed: Not a Java pointer in JCK test
Eliminated arraycopy node still reachable through exception edges
Reviewed-by: kvn
|
2015-05-22 09:14:18 +02:00 |
|
Tobias Hartmann
|
068d5d78b1
|
Merge
|
2015-05-22 09:50:32 +02:00 |
|
Rickard Bäckman
|
525d473c25
|
Merge
|
2015-05-22 00:35:31 +02:00 |
|
Jesper Wilhelmsson
|
25c41c6094
|
Merge
|
2015-05-21 21:17:56 +02:00 |
|
Rickard Bäckman
|
657d7d0eea
|
Merge
|
2015-05-21 21:17:03 +02:00 |
|
Roland Westrelin
|
59618d7d03
|
Merge
|
2015-05-21 20:29:09 +02:00 |
|
Rickard Bäckman
|
af066eba2e
|
8080692: lots of jstack tests failing in pit
Reviewed-by: kvn, vlivanov
|
2015-05-21 18:10:18 +02:00 |
|
Vladimir Ivanov
|
3f096651f3
|
8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, stefank, twisti
|
2015-05-21 18:22:33 +03:00 |
|
Andreas Eriksson
|
346fb9ffa7
|
8060036: C2: CmpU nodes can end up with wrong type information
CmpU needs to be reprocessed by CCP when an AddI/SubI input's input type change
Reviewed-by: mcberg, kvn, roland
|
2015-05-21 16:49:11 +02:00 |
|
Stefan Karlsson
|
4e9a9eee84
|
8080869: FlexibleWorkGang initializes _active_workers to more than _total_workers
Reviewed-by: kbarrett, jmasa
|
2015-05-21 14:10:15 +02:00 |
|
Roland Westrelin
|
a3c77df5f1
|
8077504: Unsafe load can loose control dependency and cause crash
Node::depends_only_on_test() should return false for Unsafe loads
Reviewed-by: kvn, adinn
|
2015-05-21 13:54:07 +02:00 |
|
Stefan Karlsson
|
5dc3521a80
|
8080113: Remove CollectedHeap::set_par_threads()
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:35:59 +02:00 |
|
Stefan Karlsson
|
8d0f1a6528
|
8080112: Replace and remove the last usages of CollectedHeap::n_par_threads()
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:35:38 +02:00 |
|
Stefan Karlsson
|
b77b3ec014
|
8080111: Remove SubTaskDone::_n_threads
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:23:46 +02:00 |
|
Stefan Karlsson
|
c13872f88d
|
8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:23:00 +02:00 |
|
Stefan Karlsson
|
e13e75547c
|
8080109: Use single-threaded code in Threads::possibly_parallel_oops_do when running with only one worker thread
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:10:47 +02:00 |
|
Andreas Sjoberg
|
c8fa7eb4dd
|
8047330: Remove unrolled card loops in G1 SparsePRTEntry
Reviewed-by: ehelin, mgerdin, tschatzl
|
2015-05-20 10:45:40 +02:00 |
|
Per Lidén
|
9fb89f6d01
|
8080584: isGCActiveMark.hpp should not include parallelScavengeHeap.hpp
Reviewed-by: kbarrett, tschatzl
|
2015-05-19 17:25:49 +02:00 |
|
Per Lidén
|
5e68a86953
|
8080585: concurrentGCThread.hpp should not include suspendibleThreadSet.hpp
Reviewed-by: kbarrett, tschatzl
|
2015-05-19 14:09:22 +02:00 |
|
David Holmes
|
f1aab4c0ce
|
Merge
|
2015-05-19 03:07:42 -04:00 |
|
Jungwoo Ha
|
c0fcbe951e
|
8075288: malloc without free in VM_PopulateDumpSharedSpace::doit()
Reviewed-by: dholmes, stuefe
|
2015-05-19 01:34:53 -04:00 |
|
Serguei Spitsyn
|
99f8091782
|
8079644: memory stomping error with ResourceManagement and TestAgentStress.java
The cached class file structure must be deallocated instead of the cached class file bytes
Reviewed-by: coleenp, sla
|
2015-05-18 16:42:46 -07:00 |
|
Jesper Wilhelmsson
|
f64e5038a4
|
Merge
|
2015-05-18 17:09:47 +02:00 |
|
Daniel D. Daugherty
|
5cf176b870
|
Merge
|
2015-05-16 13:19:11 -07:00 |
|
Jungwoo Ha
|
48b40a2611
|
8079216: Remove undefined method oopDesc::is_null(Klass *)
Reviewed-by: kbarrett, coleenp, stefank
|
2015-05-15 15:40:58 -07:00 |
|