Thomas Schatzl
|
5031466171
|
8153065: "Preserve CM refs" log message disconnected from "Parallel Preserve CM refs"
Bring the log messages into the correct order again.
Reviewed-by: mgerdin
|
2016-03-31 12:00:08 +02:00 |
|
Gerard Ziemski
|
64a7656938
|
8142510: -XX:+PrintFlagsRanges should print default range value for those flags that have constraint and an implicit range
Implemented default ranges for flags with constraints and no explicit ranges
Reviewed-by: ddmitriev, coleenp
|
2016-03-30 14:44:27 -05:00 |
|
Chris Plummer
|
fbe049838a
|
8148639: Some MethodCounter fields can be excluded when not including C2
Removed _interpreter_invocation_count and _interpreter_throwout_count fields for C1
Reviewed-by: kvn, coleenp
|
2016-03-30 09:52:02 -07:00 |
|
Gerard Ziemski
|
5a7ecbdf94
|
8143958: CDS Shared flags need constraint function
Implement range constraints for CDS flags.
Reviewed-by: iklam, jiangli
|
2016-03-30 11:28:51 -05:00 |
|
Yasumasa Suenaga
|
7e964d8697
|
8151674: STW phases at Concurrent GC should count in PerfCounter
Reviewed-by: jmasa, sla, tschatzl
|
2016-03-30 21:05:13 +09:00 |
|
Tobias Hartmann
|
b256715d77
|
Merge
|
2016-03-30 12:34:08 +02:00 |
|
Tobias Hartmann
|
6a65ad52d6
|
8152861: VM crash on assert: locked methods shouldn't be flushed
Check if nmethod is locked by JVMTI before flushing.
Reviewed-by: kvn
|
2016-03-30 08:04:59 +02:00 |
|
Tobias Hartmann
|
c3ebf37e24
|
8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated
Check OSR invalidation after nmethod state transition.
Reviewed-by: ddmitriev, vlivanov
|
2016-03-30 08:00:51 +02:00 |
|
Kim Barrett
|
3af6c14332
|
8152916: ostream has unnecessary dependency on GCId
Removed unneeded #includes and forward class declaration.
Reviewed-by: pliden, rehn, brutisso, mgerdin
|
2016-03-29 16:21:16 -04:00 |
|
Max Ockner
|
0ce26421c4
|
Merge
|
2016-03-29 21:44:06 +02:00 |
|
Max Ockner
|
e721b555eb
|
Merge
|
2016-03-29 20:51:59 +02:00 |
|
Max Ockner
|
45b8dc27fe
|
8150084: Convert TraceMonitorMismatch to Unified Logging
TraceMonitorMismatch has been converted to Unified Logging.
Reviewed-by: coleenp, rprotacio
|
2016-03-29 14:37:07 -04:00 |
|
Max Ockner
|
aa9da340e0
|
8149996: TraceLoaderConstraints has been converted to Unified Logging
TraceLoaderConstraints has been converted to Unified Logging.
Reviewed-by: coleenp, dholmes, rprotacio
|
2016-03-29 13:02:16 -04:00 |
|
Marcus Larsson
|
3db2c8085b
|
8151993: Remove inclusion of inline.hpp in log.hpp
Reviewed-by: kbarrett, stefank
|
2016-03-29 09:43:05 +02:00 |
|
Marcus Larsson
|
f4a1f4ef6b
|
8151438: UL instantiates duplicate tag sets
Reviewed-by: brutisso, stefank
|
2016-03-29 09:36:43 +02:00 |
|
Per Lidén
|
0fb3d6a52e
|
8068579: Running with -XX:-UseParallelGC does not turn ParalleGC off
Reviewed-by: jmasa, dfazunen, brutisso
|
2016-03-29 08:42:22 +02:00 |
|
Roland Schatz
|
49558c8d6e
|
8152634: generalize exception throwing routines in JVMCIRuntime
Reviewed-by: twisti
|
2016-03-25 12:43:23 +01:00 |
|
Vladimir Ivanov
|
d39c84770b
|
8152972: C2 crashes with SIGSEGV in LoadNode::make
Reviewed-by: kvn
|
2016-03-29 21:33:26 +03:00 |
|
Rahul Raghavan
|
34f5c263b6
|
8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665
Added missing code to close file pointer.
Reviewed-by: kvn
|
2016-03-28 20:38:05 -07:00 |
|
Rahul Raghavan
|
9acc5ad3ce
|
8145348: Make intrinsics flags diagnostic
Converted product or develop intrinsics flags to diagnostic.
Reviewed-by: kvn
|
2016-03-28 01:08:02 -07:00 |
|
Vladimir Ivanov
|
f7d4d8b94d
|
8025962: JSR 292: NoSuchMethodError and NoSuchFieldError in MHN_resolve_Mem
Reviewed-by: acorn, kvn
|
2016-03-28 13:49:34 +03:00 |
|
Vladimir Ivanov
|
661796fe3f
|
8152179: C2: Folding of unsigned loads is broken w/ @Stable
Reviewed-by: jrose, kvn
|
2016-03-28 13:49:34 +03:00 |
|
Vladimir Ivanov
|
3d03610bf4
|
8152773: C2: LoadNode properties aren't preserved when converting between signed/unsigned variants
Reviewed-by: jrose, kvn
|
2016-03-28 13:49:34 +03:00 |
|
Vladimir Ivanov
|
9cf0dc3015
|
8151623: Zap freed Metaspace chunks in non-product binaries
Reviewed-by: stefank, jmasa
|
2016-03-28 13:49:34 +03:00 |
|
Aleksey Shipilev
|
d8f23ea33b
|
8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support
Reviewed-by: kvn, psandoz
|
2016-03-25 15:34:30 +03:00 |
|
Zoltan Majo
|
720f99dec9
|
Merge
|
2016-03-24 16:21:18 +01:00 |
|
Harold Seigel
|
ff8f7e4a2b
|
8140665: SIGSEGV when a primitive type's class is used as the host class in a call to DefineAnonymousClass call
Instead of assertng, throw an exception
Reviewed-by: acorn, coleenp
|
2016-03-24 08:13:28 -04:00 |
|
Paul Sandoz
|
ab69113c5e
|
8149644: Integrate VarHandles
Reviewed-by: kvn, vlivanov
|
2016-03-24 11:21:49 +01:00 |
|
Thomas Schatzl
|
49d6460189
|
8152400: Enabling TASK_STATS_ONLY filters out just enabled messages anyway
If TASK_STATS_ONLY is enabled, do not require a develop build to print messages.
Reviewed-by: pliden, tbenson
|
2016-03-24 10:40:23 +01:00 |
|
Tobias Hartmann
|
ce350e07fa
|
8136458: Remove "marked for reclamation" nmethod state
Removed "marked for reclamation" nmethod state because only sweeper sets nmethods to zombie.
Reviewed-by: kvn, neliasso
|
2016-03-24 09:09:52 +01:00 |
|
Jesper Wilhelmsson
|
b7ca1e57ee
|
Merge
|
2016-03-23 23:36:29 +01:00 |
|
Martin Doerr
|
9dff846b30
|
8151818: C1: LIRGenerator::move_to_phi can't deal with illegal phi
Reviewed-by: iveresov, kvn
|
2016-03-23 15:35:38 -07:00 |
|
Ioi Lam
|
ae4cc4b56a
|
8152380: Shared symbol table should never use alternate hashcode
Reviewed-by: coleenp, jiangli
|
2016-03-23 09:00:22 -07:00 |
|
Kim Barrett
|
cb72aacabb
|
8151670: Unexpected concurrent refinement deactivation and reactivation
Refinement threads now use SuspendibleThreadSet::yield.
Reviewed-by: jmasa, mgerdin
|
2016-03-25 15:50:31 -04:00 |
|
Dmitry Samersoff
|
a02f8f2d30
|
8151991: jvmti diagnostics commands requires INCLUDE_SERVICES
Guard jvmti diagnostic commands by appropriate defines
Reviewed-by: sspitsyn, dholmes, gadams
|
2016-03-25 12:54:16 +03:00 |
|
Sangheon Kim
|
d676c6233e
|
8152160: SIGFPE in CompactibleFreeListSpaceLAB::compute_desired_plab_size
Rephrase the calculation with CMSOldPLABNumRefills to avoid an overflow
Reviewed-by: pliden, jmasa
|
2016-03-24 23:07:06 -07:00 |
|
Jon Masamitsu
|
d7e8dc2fef
|
Merge
|
2016-03-25 03:53:18 +00:00 |
|
Rachel Protacio
|
f50eeb2649
|
Merge
|
2016-03-25 01:20:14 +00:00 |
|
Kim Barrett
|
dcb3e3b3c4
|
Merge
|
2016-03-24 23:42:46 +00:00 |
|
Coleen Phillimore
|
66f6116b43
|
Merge
|
2016-03-24 20:17:07 +00:00 |
|
Rachel Protacio
|
0f7f8e05ab
|
8146947: Remove PrintOopAddress rather than converting to UL
Deprecated PrintOopAddress and made functionality default
Reviewed-by: coleenp, stefank
|
2016-03-24 13:25:10 -04:00 |
|
Coleen Phillimore
|
1d25ca2a9e
|
8143269: Refactor code in universe_post_init that sets up methods to upcall
Deferred code review cleanups
Reviewed-by: dholmes, hseigel
|
2016-03-24 10:19:31 -04:00 |
|
Zoltan Majo
|
3edb7b95ba
|
Merge
|
2016-03-23 15:01:42 +01:00 |
|
David Simms
|
7294935e3e
|
8149023: Event based tracing should cover safepoint begin and end
Add events to safepoint begin and end
Reviewed-by: dholmes, mgronlun, egahlin
|
2016-03-23 10:52:35 +01:00 |
|
Markus Grönlund
|
a3b37b6372
|
8152119: Event-based tracing to allow for tracing Klass definition
Reviewed-by: dholmes, egahlin
|
2016-03-23 10:31:46 +01:00 |
|
Max Ockner
|
4ddc4feb07
|
Merge
|
2016-03-23 03:33:22 +01:00 |
|
Kim Barrett
|
5f25c82c48
|
8152196: SuspendibleThreadSet::yield scales poorly
Use semaphore to wake up VM thread on last suspendible leave/yield.
Reviewed-by: mgerdin, drwhite
|
2016-03-22 20:32:48 -04:00 |
|
Max Ockner
|
dca64ad62d
|
8146632: Add descriptive error messages for removed non-product logging flags
Added table with removed non-product flags and error messages.
Reviewed-by: dholmes, coleenp, hseigel
|
2016-03-22 15:03:07 -04:00 |
|
Coleen Phillimore
|
ff04be3cf5
|
8144940: Broken hash in string table entry in closed/runtime/7158800/BadUtf8.java
Fix code broken with compact Strings.
Reviewed-by: iklam, thartmann, hseigel, jiangli
|
2016-03-22 13:32:18 -04:00 |
|
Chris Hegarty
|
9978f9b065
|
Merge
|
2016-03-22 17:04:25 +00:00 |
|