Max Ockner
4f6dba1568
8150103: Convert TraceClassPaths to Unified Logging
...
TraceClassPaths has been reimplemented with Unified Logging
Reviewed-by: coleenp, dholmes, iklam
2016-02-25 13:09:17 -05:00
David Holmes
f90ee1a167
Merge
2016-02-24 22:22:41 +00:00
David Holmes
453c5ef375
8150506: Remove unused locks
...
Reviewed-by: mgronlun, tschatzl, mgerdin, coleenp
2016-02-24 16:04:51 -05:00
Thomas Stuefe
3634fb9df2
8149036: Add tracing for thread related events at os level
...
Reviewed-by: coleenp, mlarsson, dholmes
2016-02-24 18:06:34 +01:00
Jesper Wilhelmsson
e76fbbafb5
Merge
2016-02-22 19:46:37 +01:00
Dmitry Dmitriev
04d2edfca3
8146187: Print develop and nonproduct flags by -XX:+PrintFlags* options in debug build
...
Reviewed-by: gtriantafill, gziemski, dholmes
2016-02-19 13:24:21 +03:00
Alejandro Murillo
d55b2fce32
Merge
2016-02-18 15:19:39 -08:00
Roger Riggs
50b82e8d5e
8149750: Decouple sun.misc.Signal from the base module
...
Reviewed-by: dholmes, chegar
2016-02-18 14:45:13 -05:00
Jesper Wilhelmsson
6f4adc7c72
Merge
2016-02-18 18:10:35 +01:00
Rachel Protacio
3cf4e3909c
8149383: Convert TraceBiasedLocking to Unified Logging
...
The former -XX:+TraceBiasedLocking flag has been converted to the UL option -Xlog:biasedlocking=info and =trace, with the old option being aliased.
Reviewed-by: dholmes, dcubed
2016-02-18 17:10:48 -05:00
Rachel Protacio
92f9c27eec
8148630: Convert TraceStartupTime to Unified Logging
...
The former -XX:+TraceStartupTime flag has been converted to the UL option -Xlog:startuptime=info
Reviewed-by: coleenp, dholmes
2016-02-17 14:03:18 -05:00
Rahul Raghavan
2c5e376d98
6378256: Performance problem with System.identityHashCode in client compiler
...
Enabled C1 optimization to try pull out hashCode from object header, before calling into the VM.
Reviewed-by: dlong, roland, thartmann
2016-02-17 12:24:53 +01:00
Robbin Ehn
a81f4a10da
8148219: Add decorator hostname to UL
...
Reviewed-by: dholmes, mlarsson
2016-02-17 11:11:47 +01:00
Daniel D. Daugherty
eb4fc599e6
Merge
2016-02-16 12:01:37 -08:00
Vladimir Ivanov
e675738256
8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
...
Reviewed-by: kvn, coleenp, dholmes
2016-02-15 20:26:02 +03:00
David Holmes
339a7e8559
8147379: Investigate if ConvertSleepToYield still should be false by default on Sparc
...
Reviewed-by: dcubed, sjohanss
2016-02-15 05:54:59 -05:00
Jesper Wilhelmsson
c6d81e192d
Merge
2016-02-11 21:07:38 +01:00
David Holmes
8d71b5adce
Merge
2016-02-11 01:06:24 +00:00
David Holmes
15d7ff42b0
8145725: Remove the WorkAroundNPTLTimedWaitHang workaround
...
Reviewed-by: ddmitriev, stuefe, dcubed
2016-02-10 18:57:19 -05:00
Mikael Vidstedt
4e53f48812
8141491: Unaligned memory access in Bits.c
...
Introduce alignment-safe Copy::conjoint_swap and j.i.m.Unsafe.copySwapMemory
Reviewed-by: jrose, dholmes, psandoz
2016-02-10 15:20:38 -08:00
Thomas Schatzl
0bf8e8d264
8136854: G1 ConcurrentG1RefineThread::stop delays JVM shutdown for >150ms
...
Decrease the default wait delay for mark thread initialization to accomodate very short running applications.
Reviewed-by: tbenson, mgerdin
2016-02-10 12:08:37 +01:00
Thomas Schatzl
cb13f4c3fd
8143220: Fix documentation of InitiatingHeapOccupancyPercent
...
Adjust internal flag documentation to how it currently works.
Reviewed-by: brutisso, jmasa, tamao
2016-02-10 12:05:40 +01:00
Kirill Zhaldybin
75826ca4d5
8149184: os::is_server_class_machine() could return incorrect result if a host's cpu have a few logical cores
...
Reviewed-by: dsamersoff, dholmes
2016-02-08 18:26:27 +03:00
Nils Eliasson
ae0867c9f8
8063112: Compiler diagnostic commands should have locking instead of safepoint
...
Remove unnecessary vm-ops and add locking instead, improve output
Reviewed-by: kvn
2016-01-22 15:25:40 +01:00
Tobias Hartmann
9e2947c3c6
Merge
2016-01-29 08:47:18 +01:00
Tobias Hartmann
832443d3b0
Merge
2016-01-28 09:49:17 +01:00
Zoltan Majo
477c40e4eb
8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823
...
Constrain the set of accepted values for the Allocate{PrefetchLines, InstancePrefetchLines, PrefetchStepSize, PrefetchDistance} flags. Increase macro node expansion budget.
Reviewed-by: kvn
2016-01-28 08:33:45 +01:00
Tobias Hartmann
2beba05b8b
Merge
2016-01-26 09:11:58 +01:00
Goetz Lindenmaier
4e99638d69
8147937: Adapt SAP copyrights to new company name
...
Reviewed-by: simonis, stuefe
2016-01-21 12:37:47 +01:00
Daniel D. Daugherty
8411cfaf4e
Merge
2016-01-20 14:11:25 -08:00
Volker Simonis
f3dca540d8
8145336: PPC64: fix string intrinsics after CompactStrings change
...
Reviewed-by: mdoerr, aph, kvn
2016-01-20 16:33:51 +01:00
Alejandro Murillo
7300cb856d
8146653: Debug version missing in hs_err files and on internal version after Verona
...
Reviewed-by: dcubed, dholmes
2016-01-19 18:39:23 -08:00
Erik Helin
f646b9fac7
8147012: Fix includes in internalVMTests.cpp
...
Reviewed-by: stefank, mgerdin
2016-01-19 11:00:29 +01:00
Bengt Rutisson
a52e26777d
8147464: Use LogConfiguration::configure_stdout() instead of parse_log_arguments
...
Reviewed-by: mlarsson, sjohanss
2016-01-18 09:14:58 +01:00
Poonam Bajaj
33104c61ae
8072725: Provide more granular levels for GC verification
...
Add option VerifySubSet to selectively verify the memory sub-systems
Reviewed-by: kevinw, jmasa, tschatzl, dfazunen
2016-01-15 06:27:35 -08:00
Coleen Phillimore
f8800caf4f
Merge
2016-01-14 16:26:38 -05:00
Jesper Wilhelmsson
54d0181916
Merge
2016-01-14 17:36:29 +01:00
David Lindholm
ad0c208a5a
8146690: Make all classes in GC follow the naming convention
...
Reviewed-by: dholmes, stefank
2016-01-14 13:26:19 +01:00
Max Ockner
45b28571f0
8146800: Reorganize logging alias code
...
Logging alias code has been reorganized to use internal Unified Logging methods.
Reviewed-by: dholmes, hseigel, mlarsson, rprotacio
2016-01-13 14:56:17 -05:00
David Holmes
93ca986bae
8146855: Update hotspot sources to recognize Solaris Studio 12u4 compiler
...
Reviewed-by: dcubed, gthornbr
2016-01-12 19:48:00 -05:00
Jon Masamitsu
93fe673dad
Merge
2016-01-12 22:50:57 +00:00
Coleen Phillimore
ee04eabcd1
Merge
2016-01-12 21:01:22 +00:00
Coleen Phillimore
5d7f8cf015
8146410: Interpreter functions are declared and defined in the wrong files
...
Moved functions to the correct files.
Reviewed-by: goetz, aph, twisti, mockner
2016-01-12 13:14:41 -05:00
Alexander Harlap
75c1b86859
8145038: Simplify mut_process_buffer worker id management
...
Remove some wasted code
Reviewed-by: kbarrett, tschatzl
2016-01-11 14:26:00 -05:00
Christian Thalinger
148c6a3e77
8146246: JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
...
Reviewed-by: coleenp, kvn
2016-01-12 10:44:41 -10:00
Doug Simon
5be1924e89
8146705: Improve JVMCI support for blocking compilation
...
Reviewed-by: twisti, never, iveresov
2016-01-11 14:23:35 +01:00
Christian Thalinger
a0861106e3
Merge
2016-01-11 17:11:57 -08:00
David Lindholm
b61875dc9b
8146694: Break out shared constants and static BOT functions
...
Reviewed-by: jwilhelm, tbenson
2016-01-11 09:14:01 +01:00
David Holmes
9760f7ac92
8146222: assert(_initialized) failed: TLS not initialized yet!
...
Reviewed-by: dcubed
2016-01-10 20:02:50 -05:00
Ron Durbin
00f6aa5a7c
8135198: Add -XX:VMOptionsFile support to JAVA_TOOL_OPTIONS and _JAVA_OPTIONS
...
Reviewed-by: dcubed, ddmitriev, ahgross, gthornbr, coleenp
2016-01-08 15:38:08 -08:00