Alexander Smundak
74f0500a47
8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
...
Set LIBARCH to ppc64le, make SA and hsdis work, have os.arch return ppc64le on PowerPC64 LE
Co-authored-by: Andrew Hughes <gnu.andrew@redhat.com>
Reviewed-by: dholmes, ihse
2015-12-13 22:32:16 -05:00
Mikael Vidstedt
e4f68b772b
8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
...
Added include of asm/ptrace.h to libproc.h
Reviewed-by: dsamersoff, asmundak, gthornbr
2015-12-11 13:36:15 -08:00
David Lindholm
f6440f7fb1
Merge
2015-12-11 13:18:10 +00:00
David Lindholm
a1a959760b
8144996: Replace the HeapRegionSetCount class with an uint
...
Reviewed-by: brutisso, jwilhelm
2015-12-11 13:48:52 +01:00
Sebastian Sickelmann
f9ecfbf758
8145061: Too many instances of java.lang.Boolean created in Java application (hotspot repo)
...
Avoid creating unused instances of Long and Boolean
Reviewed-by: dholmes, sla
2015-12-10 17:48:44 +01:00
Dmitry Samersoff
ad8e00eac6
Merge
2015-12-10 19:59:10 +00:00
Staffan Larsen
57d8a71115
8145099: Better error message when SA can't attach to a process
...
Reviewed-by: jbachorik, stuefe
2015-12-10 16:09:36 +01:00
Dmitry Samersoff
d7bb6e9a97
8139484: [Findbugs] new sun.jvm.hotspot.SAGetopt(String[]) may expose internal representation
...
Clone array instead of just assign it
Reviewed-by: dholmes
2015-12-10 12:05:53 +03:00
Yasumasa Suenaga
30603c6599
8144332: HSDB could not terminate when close button is pushed
...
Reviewed-by: jbachorik
2015-12-09 21:24:57 +09:00
Yasumasa Suenaga
238c184b11
8144965: Show oop pointer in call frame at HSDB
...
Reviewed-by: jbachorik
2015-12-09 23:17:21 +09:00
Poonam Bajaj
24c8c40bb8
8140031: SA: Searching for a value in Threads does not work
...
Improve the thread and threads commands in CLHSDB
Reviewed-by: dsamersoff
2015-12-08 05:50:46 -08:00
Joseph Provino
539395ffbf
Merge
2015-11-11 23:47:41 +00:00
Nils Eliasson
3307d0f163
Merge
2015-11-06 11:34:03 +01:00
Tobias Hartmann
7af927f9c1
8141132: JEP 254: Compact Strings
...
Adopt a more space-efficient internal representation for strings.
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Vivek Deshpande <vivek.r.deshpande@intel.com>
Co-authored-by: Charlie Hunt <charlie.hunt@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
2015-11-03 09:41:03 +01:00
Goetz Lindenmaier
3b8c97faae
8140482: Various minor code improvements (runtime)
...
Reviewed-by: dholmes, coleenp, sspitsyn, dsamersoff
2015-10-26 16:21:37 +01:00
Yumin Qi
93d709dc4b
8135284: Remove Method::_method_size field
...
Remove Method::_method_size to improve memory footprint after JDK-8135085,which increased 4 bytes for 32 platform. Also removed related unused code in SA.
Reviewed-by: coleenp, hseigel
2015-10-14 08:12:33 -07:00
Goetz Lindenmaier
83b3b21342
8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux
...
Reviewed-by: stuefe, coleenp, roland
2015-10-22 13:07:10 -04:00
Vladimir Kozlov
44a4201adc
8136406: Remove ZapDeadCompiledLocals code
...
Dead code elimination.
Reviewed-by: roland, twisti
2015-09-15 11:04:11 -07:00
Yumin Qi
65a39ab028
8130115: REDO - Reduce Symbol::_identity_hash to 2 bytes
...
Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation.
Reviewed-by: iklam, coleenp, shade
2015-08-14 10:10:35 -07:00
Dmitry Samersoff
db6b2f6b85
Merge
2015-07-23 15:25:28 +00:00
Dmitry Samersoff
d83e080bf4
8059038: Create new launcher for SA tools
...
Proivide jhsdb command to launch sa based tools
Reviewed-by: sspitsyn, jbachorik
2015-07-23 18:17:09 +03:00
Erik Helin
57553520be
8131319: Move G1Allocator::_summary_bytes_used back to G1CollectedHeap
...
G1Allocator::_summary_bytes_used fits better in G1CollectedHeap since we added the archive allocator. Move it back to the original location.
Reviewed-by: mgerdin, tbenson
2015-07-23 11:14:24 +02:00
Dmitry Samersoff
13be3a4374
8129971: TestStackTrace.java: ArrayIndexOutOfBoundsException thrown by AARCH64ThreadContext.setRegister
...
Added missed AARCH64 register
Reviewed-by: jbachorik, ykantser
2015-07-22 13:55:15 +03:00
Bertrand Delsart
5aec2dc9fc
8087333: Optionally Pre-Generate the HotSpot Template Interpreter
...
Optional support for pregenerated template interpreter
Reviewed-by: coleenp, dholmes, kvn
2015-07-01 10:53:26 +02:00
Daniel D. Daugherty
7315d2ea19
8130135: backout 8087143 due to failures in 8130115
...
Reviewed-by: minqi, coleenp
2015-06-30 09:39:53 -07:00
Yumin Qi
037958ba9a
8087143: Reduce Symbol::_identity_hash to 2 bytes
...
Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation.
Reviewed-by: iklam, coleenp, shade
2015-06-29 13:48:55 -07:00
Dmitry Samersoff
1e5b265a46
Merge
2015-06-24 13:16:33 +00:00
Ed Nevill
99f5ee0654
8081294: aarch64: fails to build on ubuntu wily
...
Reviewed-by: dholmes
2015-06-24 05:45:50 -04:00
Bertrand Delsart
d046f1596b
8030076: remove unused runtime related code
...
Small cleanup of runtime code
Reviewed-by: dholmes, coleenp
2015-06-24 08:30:52 +02:00
Dmitry Samersoff
e5462e2263
8078632: conflicts between open and closed SA ports
...
Closed port is renamed to arm64
Reviewed-by: dlong, dholmes
2015-06-23 20:55:31 +03:00
Thomas Stuefe
b46373e827
8078513: [linux] Clean up code relevant to LinuxThreads implementation
...
Reviewed-by: dholmes, sla, coleenp, simonis
2015-06-22 19:21:04 -04:00
Andrew Haley
50746b15a9
8078521: AARCH64: Add AArch64 SA support
...
Add AArch64 SA support
Reviewed-by: dsamersoff, dholmes
2015-06-12 15:49:55 +01:00
Jesper Wilhelmsson
8a2a6073df
8077842: Remove the level parameter passed around in GenCollectedHeap
...
Reviewed-by: kbarrett, mgerdin
2015-06-17 14:44:54 +02:00
David Lindholm
862b933a2e
8080947
: Add uint as a valid VM flag type
...
Reviewed-by: brutisso, ddmitriev
2015-06-04 14:29:34 +02:00
Rickard Bäckman
525d473c25
Merge
2015-05-22 00:35:31 +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
Per Lidén
40acb10f77
8080581: Align SA with new GC directory structure
...
Reviewed-by: dsamersoff, sla
2015-05-19 09:41:52 +02:00
Jesper Wilhelmsson
f64e5038a4
Merge
2015-05-18 17:09:47 +02:00
Rickard Bäckman
7889d1211d
8080155: field "_pc_offset" not found in type ImmutableOopMapSet
...
Reviewed-by: roland
2015-05-13 15:23:41 +02:00
Rickard Bäckman
41e1772251
8064458: OopMap class could be more compact
...
Reviewed-by: kvn, bdelsart
2015-05-05 16:50:25 +02:00
Bharadwaj Yadavalli
f8d0a6ff28
Merge
2015-04-30 18:14:58 -04:00
Coleen Phillimore
8a788d57db
8068352: Move virtualspace.* out of src/share/vm/runtime to memory directory
...
Move virtualspace.* out of src/share/vm/runtime to memory directory
Reviewed-by: brutisso, sgehwolf, stefank, sspitsyn
2015-04-28 16:46:39 -04:00
Staffan Larsen
07f28ae897
8078519: Can't run SA tools from a non-images build
...
Reviewed-by: mchung, alanb, dsamersoff
2015-04-24 09:07:21 +02:00
Zoltan Majo
a452b030ce
8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
...
Introduce the PreserveFramePointer flag to control if RBP is used as the frame pointer or as a general purpose register.
Reviewed-by: kvn, roland, dlong, enevill, shade
2015-04-27 10:49:43 +02:00
Thomas Stuefe
c034b74806
8076475: Misuses of strncpy/strncat
...
Various small fixes around strncpy and strncat
Reviewed-by: dsamersoff, coleenp
2015-04-07 14:19:03 +02:00
Calvin Cheung
7bb3af5d16
Merge
2015-04-17 14:37:20 -07:00
Dmitry Samersoff
19d7e33b10
8044416: serviceability/sa/jmap-hashcode/Test8028623.java fails with AssertionFailure: can not get class data for java/lang/UNIXProcess$Platform$$Lambda
...
Lambda object is not counted when SA builds class data cache but is reached inside live region.
Reviewed-by: sla, jbachorik
2015-04-10 05:22:56 -07:00
Dmitry Samersoff
f84a0d02b9
8067991: [Findbugs] SA com.sun.java.swing.ui.CommonUI some methods need final protect
...
Fixed java programmint style nit
Reviewed-by: jbachorik, sspitsyn
2015-04-07 03:04:29 -07:00
Calvin Cheung
d4c484b0ba
Merge
2015-04-03 13:45:33 -07:00
Dmitry Samersoff
fcf9563213
8068007: [Findbugs] SA com.sun.java.swing.action.ActionManager.manager should be package protect
...
Fixed java programming style nit
Reviewed-by: dholmes, jbachorik, sspitsyn
2015-04-02 13:20:49 -07:00