Max Ockner
edd3f7ca77
Merge
2016-03-11 17:02:04 +01:00
Matthias Baesken
f90ee56f23
8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support
...
Reviewed-by: coleenp, stuefe
2016-03-11 16:39:38 +01:00
Dmitry Dmitriev
6b5b94aa1d
8151304: Remove unused develop options(ClearInterpreterLocals and others)
...
Reviewed-by: coleenp, jwilhelm
2016-03-11 15:34:48 +03:00
Max Ockner
155a64deb4
8146551: The output from classresolve tag has been shortened and moved to debug level
...
The output from classresolve tag has been shortened and moved to debug level.
Reviewed-by: coleenp, rprotacio
2016-03-10 15:52:56 -05:00
Jesper Wilhelmsson
90586a424c
Merge
2016-03-09 14:18:12 +01:00
Thomas Schatzl
94c75d0f00
8151414: os::pretouch_memory should take void* instead of char*
...
Change parameters and remove associated casts.
Reviewed-by: pliden, stefank
2016-03-09 09:56:10 +01:00
Rachel Protacio
22f2f6ff95
8150083: Convert VerboseVerification to Unified Logging
...
Converted -XX:+VerboseVerfication to -Xlog:verboseverification=info
Reviewed-by: hseigel, dholmes
2016-03-08 15:19:53 -05:00
Rachel Protacio
b2f40c5a16
8149991: Convert TraceSafepointCleanupTime to Unified Logging
...
Converted TraceSafepointCleanupTime to -Xlog:safepointcleanup=info
Reviewed-by: hseigel, mockner, ddmitriev, dholmes, coleenp
2016-03-08 12:57:44 -05:00
Gerard Ziemski
0d4da45ca7
8146850: Remove TraceHandleAllocation rather than converting to UL
...
8149850: Remove HandleAllocationLimit and TotalHandleAllocationLimit when removing TraceHandleAllocation
Removed TraceHandleAllocation, HandleAllocationLimit and TotalHandleAllocationLimit flags
Reviewed-by: coleenp, dholmes
2016-03-07 10:39:24 -06:00
Sangheon Kim
74cc38ff12
8145204: JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used
...
Changed the max value of ParGCArrayScanChunk to max_jint/3
Reviewed-by: jwilhelm, drwhite
2016-03-07 01:20:12 -08:00
Alejandro Murillo
2da4580684
Merge
2016-03-05 20:46:42 -08:00
Jesper Wilhelmsson
f6609ea3d2
Merge
2016-03-05 10:10:23 +01:00
Volker Simonis
173a62a8d6
8150646: Add support for blocking compiles though whitebox API
...
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Reviewed-by: kvn, ppunegov, simonis, neliasso
2016-03-03 16:21:16 +01:00
Christian Thalinger
9ecc7cc928
8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
...
Reviewed-by: dnsimon, vlivanov
2016-03-10 13:04:43 -08:00
Chris Hegarty
932077c03b
8150162: Move sun.misc.Version to a truly internal package
...
Reviewed-by: alanb, dholmes, iris, mchung, rriggs
2016-03-03 12:59:21 +00:00
Tobias Hartmann
2c4627b399
8151130: [BACKOUT] Remove Method::_method_data for C1
...
Backing out the fix for JDK-8147978 because it fails and blocks integration.
Reviewed-by: vlivanov, zmajo
2016-03-03 13:18:53 +01:00
Gerard Ziemski
0e3b444b13
Merge
2016-03-03 00:49:02 +00:00
Gerard Ziemski
311e77373d
8146849: Remove TraceJNIHandleAllocation rather than converting to UL
...
Removed TraceJNIHandleAllocation
Reviewed-by: coleenp, dholmes
2016-03-02 14:36:55 -06:00
Rachel Protacio
b7658ef0b7
8145098: JNI GetVersion should return JNI_VERSION_9
...
Updated JNI_VERSION for current version to be JNI_VERSION_9
Reviewed-by: hseigel, gtriantafill, dholmes, alanb
2016-03-02 15:10:38 -05:00
Markus Grönlund
0e44e963d2
8143226: Minor updates to Event Based tracing
...
Reviewed-by: jbachorik, egahlin
2016-03-01 23:46:09 +01:00
Sangheon Kim
a8672f2267
8145312: CMS: There is insufficient memory with CMSSamplingGrain=1
...
Change minimum range and add constraint function for CMSSamplingGrain flag
Reviewed-by: jmasa, ddmitriev
2016-03-09 15:37:33 -08:00
Max Ockner
5fc22fbb9a
Merge
2016-03-01 02:15:31 +00:00
Max Ockner
5a873632f3
8149064: TraceProtectionDomainVerification has been converted to Unified Logging
...
TraceProtectionDomainVerification has been converted to Unified Logging with tag protectiondomain.
Reviewed-by: coleenp, iklam
2016-02-29 16:58:09 -05:00
Thomas Stuefe
31f86a2308
8150619: Improve thread based logging introduced with 8149036
...
Reviewed-by: coleenp, dholmes
2016-02-29 08:50:57 +01:00
Chris Plummer
6d7d3228e7
8147978: Remove Method::_method_data for C1
...
Method::_method_data field removed when not using C2 or JVMCI
Reviewed-by: dholmes, kvn
2016-02-26 09:13:22 -08:00
Andreas Eriksson
62c5bdbe9d
8144732: VM_HeapDumper hits assert with bad dump_len
...
Reviewed-by: dsamersoff
2016-02-26 16:28:42 +01:00
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
Vladimir Kozlov
f1b4495911
8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
...
Fix incorrect code
Reviewed-by: jrose, coleenp, kevinw
2016-02-20 14:11:18 -08:00
Zoltan Majo
77c73b6d4f
Merge
2016-03-07 09:34:29 +01:00
Tobias Hartmann
ab85038e4a
Merge
2016-03-04 13:16:50 +00:00
Rahul Raghavan
29b4b2182c
8140721: ProfilerNumberOf*Methods flags should be diagnostic
...
Converted four ProfilerNumberOf*Methods flags from develop to diagnostic.
Reviewed-by: twisti
2016-03-04 01:18:08 -08:00
Zoltan Majo
d30d687178
8150839: Adjust the number of compiler threads for 32-bit platforms
...
Set the number of compiler threads to 3 on 32-bit platforms.
Reviewed-by: iveresov
2016-03-04 08:53:59 +01:00
Vivek Deshpande
40fe96de0d
8150767: Enables SHA Extensions on x86
...
Add x86 intrinsics for SHA-1 and SHA-256.
Co-authored-by: Shravya Rukmannagari <shravya.rukmannagari@intel.com>
Reviewed-by: kvn, twisti
2016-03-03 22:02:13 -08:00
Aleksey Shipilev
103aff334f
8146801: Allocating short arrays of non-constant size is slow
...
Reviewed-by: kvn, twisti, vlivanov
2016-03-04 01:30:11 +03:00
Mikael Vidstedt
c40e7bc21f
8149159: Clean up Unsafe
...
Reviewed-by: jrose, kvn, stsmirno, chegar, aph, psandoz, redestad, twisti
2016-03-03 09:33:30 -08: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
Tobias Hartmann
eca88d0a0c
Merge
2016-02-29 09:02:13 +01:00
Vladimir Ivanov
a7d78599d7
8150436: Incorrect invocation mode when linkToInteface linker is eliminated
...
Reviewed-by: kvn, shade
2016-02-26 01:58:29 +03:00
Christian Thalinger
88575c5de7
8150561: [AArch64] JVMCI improvements
...
Reviewed-by: kvn
2016-02-24 09:22:45 -08:00
Nils Eliasson
607365df56
8149789: SIGSEGV in CompileTask::print
...
Print tasks from active compile threads requires safepoint
Reviewed-by: kvn
2016-02-25 10:44:19 +01:00
Aleksey Shipilev
0c43809cfe
8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
...
Reviewed-by: psandoz, kvn, jrose, adinn, simonis, coleenp
2016-02-23 22:09:41 +03:00