Commit Graph

925 Commits

Author SHA1 Message Date
Zhengyu Gu 7c742ab25c 8046598: Scalable Native memory tracking development
Enhance scalability of native memory tracking

Reviewed-by: coleenp, ctornqvi, gtriantafill
2014-08-27 08:19:12 -04:00
Alejandro Murillo 1cd00ec302 8055952: new hotspot build - hs25.40-b08
Reviewed-by: jcoomes
2014-08-25 11:19:43 -07:00
Alejandro Murillo cec5f80825 8055786: new hotspot build - hs25.40-b07
Reviewed-by: jcoomes
2014-08-21 14:48:49 -07:00
Jesper Wilhelmsson 2103c95d6d 8055006: Store original value of Min/MaxHeapFreeRatio
Store the value set by the user and some makefile changes required to change the flags.

Reviewed-by: sla, mchung, bchristi, jmasa, dholmes
2014-07-28 22:43:08 +02:00
Abhijit Saha 57566efe91 8049760: Increment minor version of HSx for 8u31 and initialize the build number
Reviewed-by: jcoomes
2014-07-09 12:07:18 -07:00
Alejandro Murillo b5558a16fe 8058275: new hotspot build - hs25.40-b11
Reviewed-by: jcoomes
2014-09-12 13:27:05 -07:00
Abhijit Saha 4634875ed0 Merge 2014-06-10 14:52:20 -07:00
Abhijit Saha af5b871684 Merge 2014-06-03 21:36:53 -07:00
Abhijit Saha 63f02027c0 8044604: Increment minor version of HSx for 8u25 and initialize the build number
Reviewed-by: jcoomes
2014-06-02 16:26:14 -07:00
Staffan Larsen 1bdfee05d1 Merge 2014-06-03 06:10:34 +00:00
Abhijit Saha e11564e4c8 Merge 2014-05-29 13:14:25 -07:00
Alejandro Murillo 26f973d7ec 8130291: Update the Hotspot version numbers in Hotspot for JDK 8u66
Reviewed-by: dholmes
2015-07-02 11:14:27 -07:00
Alejandro Murillo 7f7c840d01 8129314: new hotspot build - hs25.60-b22
Reviewed-by: dholmes
2015-06-18 23:42:09 -07:00
Alejandro Murillo fac8fb8c29 8087238: new hotspot build - hs25.60-b21
Reviewed-by: dholmes
2015-06-11 22:52:18 -07:00
Daniel D. Daugherty 399b3f3ed0 8038132: jprt bundles have libjsig.dylib in different place on OSX
The build of Hotspot should not remove the symlinks for libjsig.

Reviewed-by: dcubed, dholmes, lfoltan
2014-06-02 13:12:01 -07:00
Alejandro Murillo 446ba9eb51 8044437: new hotspot build - hs25.20-b18
Reviewed-by: jcoomes
2014-05-30 13:30:07 -07:00
Coleen Phillimore b87aeaa16b 8015256: Better class accessibility
Improve protection domain check in forName()

Reviewed-by: mchung, acorn, jdn
2014-05-08 17:19:49 -04:00
Yasumasa Suenaga 828af662a7 8081475: SystemTap does not work when JDK is compiled with GCC 5
Libjvm.so which is generated by GCC 5 does not have .note.stapsdt section as dtrace was disabled due to incorrect version check

Reviewed-by: dholmes, coleenp
2015-05-29 22:29:44 +09:00
Alejandro Murillo a0ce7e2091 8081436: new hotspot build - hs25.60-b19
Reviewed-by: dholmes
2015-05-28 23:01:07 -07:00
Alejandro Murillo a852a69508 8043308: new hotspot build - hs25.20-b16
Reviewed-by: jcoomes
2014-05-16 03:28:59 -07:00
Staffan Larsen 3eaf969bdb 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: mgronlun, kamg
2014-04-28 09:27:47 +02:00
Alejandro Murillo e735996cb8 8042813: new hotspot build - hs25.20-b15
Reviewed-by: jcoomes
2014-05-08 23:10:23 -07:00
Alejandro Murillo d642d54807 8042279: new hotspot build - hs25.20-b14
Reviewed-by: jcoomes
2014-05-01 15:02:46 -07:00
Abhijit Saha 3c6b7be345 8040163: Increment hsx 25.11 build to b02 for 8u11-b04
Reviewed-by: jcoomes
2014-04-14 09:08:01 -07:00
Alejandro Murillo 61659f4ab6 8041947: new hotspot build - hs25.20-b13
Reviewed-by: jcoomes
2014-04-25 09:22:42 -07:00
Alejandro Murillo f33f67d81c 8043906: new hotspot build - hs25.20-b17
Reviewed-by: jcoomes
2014-05-23 14:46:59 -07:00
Abhijit Saha 3358534ed1 8039216: Update hsx version to hs25.11 with b01 for 8u11 release
Reviewed-by: jcoomes
2014-04-03 11:46:36 -07:00
Alejandro Murillo 958ebf487c 8055217: Make jdk8u40 the default jprt release for hs25.40
Reviewed-by: mikael, kvn
2014-08-15 11:39:29 -07:00
Alejandro Murillo dfa904bcf9 8055155: new hotspot build - hs25.40-b06
Reviewed-by: jcoomes
2014-08-14 12:58:56 -07:00
Volker Simonis 42ebe07684 8036614: AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX)
Reviewed-by: kvn
2014-03-04 17:14:00 +01:00
Vladimir Kozlov 66eaa449df 8057643: Unable to build --with-debug-level=optimized on OSX
Added missing Hotspot make targets for 'optimized' build.

Reviewed-by: iveresov
2014-09-04 23:49:17 -07:00
Igor Veresov 5cbb2638ea 8056124: Hotspot should use PICL interface to get cacheline size on SPARC
Using libpicl to get L1 data and L2 cache line sizes

Reviewed-by: kvn, roland, morris
2014-09-08 18:11:37 -07:00
Alejandro Murillo 189e463c3a 8057649: new hotspot build - hs25.40-b10
Reviewed-by: jcoomes
2014-09-05 15:10:41 -07:00
Staffan Larsen dcc7641c83 8058448: Disable JPRT submissions from the hotspot repo
Reviewed-by: dholmes
2014-12-02 15:01:01 -08:00
Alejandro Murillo a0433209ec 8066061: new hotspot build - hs25.40-b22
Reviewed-by: jcoomes
2014-11-27 10:18:43 -08:00
Igor Veresov 97a15e78c5 8059200: Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl failure on line 744, no picl library) on Solaris 11.1
Manually load libpicl.so (used on SPARC only)

Reviewed-by: kvn
2014-10-25 21:02:29 -10:00
Alejandro Murillo 9deb285bdc 8061861: new hotspot build - hs25.40-b17
Reviewed-by: jcoomes
2014-10-23 15:46:59 -07:00
Markus Grönlund d08700af23 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
Reviewed-by: dholmes, sla
2014-02-24 13:29:14 +01:00
Alejandro Murillo f6bd1c7eb6 8059655: new hotspot build - hs25.40-b15
Reviewed-by: jcoomes
2014-10-10 03:19:30 -07:00
Alejandro Murillo 862712733e 8040898: new hotspot build - hs25.20-b12
Reviewed-by: jcoomes
2014-04-17 16:18:40 -07:00
Abhijit Saha 707e295385 8036836: Increment hsx build to b02 for 8u5-b12
Reviewed-by: jcoomes
2014-03-06 13:31:19 -08:00
David Holmes d02737b0b8 8039891: Remove ppcsflt builds from JPRT
Reviewed-by: mikael, tbell
2014-04-14 20:56:48 -04:00
Alejandro Murillo 8d3471f0c1 8039967: new hotspot build - hs25.20-b11
Reviewed-by: jcoomes
2014-04-10 15:11:37 -07:00
Mario Torre 6ce02b8a33 8036619: Shark: add LLVM 3.4 support
Reviewed-by: twisti, kvn
2014-04-08 14:55:16 -07:00
Alejandro Murillo 5cf88cff49 8039392: Make jdk8u20 the default jprt release for hs25.20
Reviewed-by: kvn, dholmes
2014-04-07 22:13:55 -07:00
Alejandro Murillo 02d81ae070 8039291: new hotspot build - hs25.20-b10
Reviewed-by: jcoomes
2014-04-04 09:54:56 -07:00
Henry Jen 77e140a290 8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
Reviewed-by: erikj
2014-01-21 20:07:14 -08:00
Alejandro Murillo bb0c0fd366 8080804: new hotspot build - hs25.60-b18
Reviewed-by: dholmes
2015-05-21 23:21:34 -07:00
Alejandro Murillo 555f66a099 8080458: new hotspot build - hs25.60-b17
Reviewed-by: dholmes
2015-05-14 22:46:09 -07:00
Alejandro Murillo abf4711ee4 8079686: new hotspot build - hs25.60-b16
Reviewed-by: dholmes
2015-05-07 19:37:47 -07:00
Alejandro Murillo 95a7e5ca86 8079189: new hotspot build - hs25.60-b15
Reviewed-by: dholmes
2015-04-30 15:20:58 -07:00
Alejandro Murillo d826ff8d33 8078270: new hotspot build - hs25.60-b14
Reviewed-by: dholmes
2015-04-22 05:05:49 -07:00
Alejandro Murillo 09f8bf5f2a 8078043: new hotspot build - hs25.60-b13
Reviewed-by: dholmes
2015-04-17 01:54:23 -07:00
Alejandro Murillo 780013b4b4 8077424: new hotspot build - hs25.60-b12
Reviewed-by: dholmes
2015-04-10 09:55:46 -07:00
Alejandro Murillo fbe0c05479 8076760: new hotspot build - hs25.60-b11
Reviewed-by: dholmes
2015-04-03 10:12:57 -07:00
Alejandro Murillo cfd0d36d92 8076191: new hotspot build - hs25.60-b10
Reviewed-by: dholmes
2015-03-27 10:51:51 -07:00
Volker Simonis 2202b4e3f3 8075858: AIX: clean-up HotSpot make files
Reviewed-by: kvn
2015-03-25 15:50:17 +01:00
Volker Simonis c1834a74b2 8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
Reviewed-by: goetz
2014-12-19 18:33:55 +01:00
Alejandro Murillo 92d5a17a75 8075615: new hotspot build - hs25.60-b09
Reviewed-by: dholmes
2015-03-20 09:20:57 -07:00
David Dehaven 42fd5ce1bd 8075400: Cannot build hotspot in jdk8u on OSX 10.10 (Yosemite)
Reviewed-by: dholmes, erikj
2015-03-18 18:12:01 -07:00
Alejandro Murillo 650cabdb7e 8075144: new hotspot build - hs25.60-b08
Reviewed-by: dholmes
2015-03-13 13:05:26 -07:00
Alejandro Murillo bba9260c68 8074550: new hotspot build - hs25.60-b07
Reviewed-by: dholmes
2015-03-06 07:09:40 -08:00
Dean Long 734f89fa31 Merge 2015-03-04 01:31:16 -05:00
Dean Long e9eb3bd02c 8074010: followup to 8072383
Move arm and gcc logic from open gcc.make to closed

Reviewed-by: dholmes, kvn
2015-03-04 01:20:40 -05:00
Alejandro Murillo 76cfe3f0bf 8074038: new hotspot build - hs25.60-b06
Reviewed-by: dholmes
2015-02-27 09:52:36 -08:00
Dean Long dabf45c189 8072383: resolve conflicts between open and closed ports
Refactor close to remove references to closed ports

Reviewed-by: kvn, simonis, sgehwolf, dholmes
2015-02-24 15:04:52 -05:00
Alejandro Murillo fc5eeee33f 8073514: new hotspot build - hs25.60-b05
Reviewed-by: dholmes
2015-02-20 06:24:08 -08:00
Alejandro Murillo 56a30d06ca Merge 2015-02-20 06:04:56 -08:00
Poonam Bajaj f7d88881b5 8046282: SA update
8049881: jstack not working on core files

These changes add some definitions on the SA side and the supporting code on the hotspot side.

Reviewed-by: sla, dsamersoff, mgronlun
2015-02-17 19:59:05 -08:00
Lana Steuck 759f7e4518 Merge 2015-02-11 18:56:26 -08:00
Dean Long 6c889d8be1 8031064: build_vm_def.sh not working correctly for new build cross compile
Move nm and awk code into vm.make

Reviewed-by: dsamersoff, dholmes
2015-01-23 22:39:24 -05:00
Alejandro Murillo 4b17d2fe59 8071500: new hotspot build - hs25.60-b03
Reviewed-by: jcoomes
2015-01-23 15:18:50 -08:00
Matthias Baesken 5503c022d6 8069590: AIX port of "8050807: Better performing performance data handling"
Co-authored-by: Martin Doerr <martin.doerr@sap.com>
Reviewed-by: simonis, goetz
2015-01-13 16:09:52 +01:00
Sean Coffey aa8c8335b6 Merge 2015-01-21 17:07:26 +00:00
Alejandro Murillo 6b2ad9478b 8067802: Update the Hotspot version numbers in Hotspot for JDK 8u60
Reviewed-by: kvn, jcoomes
2014-12-18 21:59:05 -08:00
David Dehaven b9ba26357e 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
Build system tweaks to allow building on OS X 10.9 and later

Reviewed-by: erikj, dholmes
2014-06-13 18:04:49 -07:00
Alejandro Murillo b9a0ce6242 8068678: new hotspot build - hs25.60-b02
Reviewed-by: jcoomes
2015-01-08 12:45:53 -08:00
Alejandro Murillo e183653ea5 8072697: new hotspot build - hs25.60-b04
Reviewed-by: dholmes
2015-02-06 09:15:06 -08:00
Alejandro Murillo c61f6ed0f8 8054550: new hotspot build - hs25.40-b05
Reviewed-by: jcoomes
2014-08-07 15:02:18 -07:00
David Holmes dd1e6242da Merge 2014-10-21 21:39:14 -04:00
Alejandro Murillo d6017fffa3 8061275: new hotspot build - hs25.40-b16
Reviewed-by: jcoomes
2014-10-17 07:27:03 -07:00
Stefan Karlsson 846ba30ea9 8049411: Minimal VM build broken after gcId.cpp was added
Reviewed-by: brutisso, ehelin, tschatzl, dholmes
2014-07-07 10:18:33 +02:00
Mikael Vidstedt ffadd29c14 8049071: Add jtreg jobs to JPRT for hotspot
Reviewed-by: dholmes, iveresov
2014-10-16 20:20:17 -04:00
Abhijit Saha 6e74698bdc Merge 2014-01-06 13:10:58 -08:00
Mikael Vidstedt e64b2eeaa0 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
Copyright year updated for files modified during 2013

Reviewed-by: twisti, iveresov
2013-12-24 11:48:39 -08:00
Alejandro Murillo c0d55f55d4 8054159: new hotspot build - hs25.40-b04
Reviewed-by: jcoomes
2014-08-01 11:23:06 -07:00
Alejandro Murillo b7ec7347ed 8051910: new hotspot build - hs25.40-b03
Reviewed-by: jcoomes
2014-07-25 10:42:05 -07:00
John Coomes b67cc29c66 8042255: make gc src file exclusion more automatic
Reviewed-by: brutisso, stefank, dholmes, rdurbin
2014-05-20 10:04:03 -07:00
Alejandro Murillo 3da51575c6 8049916: new hotspot build - hs25.40-b02
Reviewed-by: jcoomes
2014-07-11 00:25:05 -07:00
Alejandro Murillo 726bcc02ae 8048141: Update the Hotspot version numbers in Hotspot for JDK 8u40
Reviewed-by: jcoomes
2014-06-25 15:51:15 -07:00
Alejandro Murillo acb760c93a 8047732: new hotspot build - hs25.20-b21
Reviewed-by: jcoomes
2014-06-20 12:39:56 -07:00
Alejandro Murillo ff52245ecc 8046798: new hotspot build - hs25.20-b20
Reviewed-by: jcoomes
2014-06-13 15:04:38 -07:00
Alejandro Murillo e92394a567 8046232: new hotspot build - hs25.20-b19
Reviewed-by: jcoomes
2014-06-06 09:53:30 -07:00
Alejandro Murillo f19a731eaa 8030752: new hotspot build - hs25-b65
Reviewed-by: jcoomes
2013-12-20 08:48:27 -08:00
Abhijit Saha 64d452dd96 8030359: Increment minor version of HSx for 8u5 and initialize the build number
Reviewed-by: jcoomes
2013-12-16 15:34:55 -08:00
Alexander Smundak d3f5120b61 8036767: PPC64: Support for little endian execution model
Reviewed-by: goetz, kvn, dholmes, simonis
2014-04-02 11:24:44 -07:00
David Holmes 75a075f32e 8016039: jvm.lib is missing from export list unless building server
Make the export declaration unconditional

Reviewed-by: sla, sspitsyn
2014-03-31 23:49:00 -04:00
Alejandro Murillo 4de860bf20 8038639: new hotspot build - hs25.20-b09
Reviewed-by: jcoomes
2014-03-28 15:29:23 -07:00
Vladimir Kozlov 9e1f30e500 8029941: rollback changes in make/jprt.properties for embedded testing
Cleanup changes merged by accident

Reviewed-by: roland, dholmes
2014-01-28 10:19:45 -08:00
Vladimir Kozlov b0c6522634 Merge 2014-03-25 17:07:36 -07:00
Alejandro Murillo 1c70dbfe57 8038262: Workaround for ccache in vm.make is missing for aix
Reviewed-by: simonis, kvn
2014-03-24 11:51:40 -07:00
Per Lidén e9acbd7c38 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192

Reviewed-by: brutisso, tschatzl, coleenp
2014-03-18 19:07:22 +01:00
Thomas Schatzl 04075dff2c 8035406: Improve data structure for Code Cache remembered sets
Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time.

Reviewed-by: mgerdin, brutisso
2014-03-24 15:30:14 +01:00
Vladimir Kozlov eac0e3e38c Merge 2014-03-13 14:57:01 -07:00
Axel Siebenborn 3632c59692 8036976: PPC64: implement the template interpreter
Co-authored-by: Martin Doerr <martin.doerr@sap.com>
Reviewed-by: kvn, coleenp
2014-03-10 12:58:02 +01:00
Thomas Schatzl ced591f8a5 8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work
Move methods that are not dependent on any of G1ParCopyClosure's template parameters into G1ParCopyHelper. Further remove unused methods and members of the class hierarchy.

Reviewed-by: mgerdin, stefank
2014-02-26 15:32:40 +01:00
Vladimir Kozlov b6ca354780 Merge 2014-02-25 15:11:18 -08:00
Vladimir Kozlov b64d7907e2 Merge 2014-02-19 20:12:43 -08:00
Alejandro Murillo cb7e4f3184 8032985: new hotspot build - hs25.20-b03
Reviewed-by: jcoomes
2014-01-30 14:05:07 -08:00
Vladimir Kozlov 0e49bb5a21 Merge 2014-01-22 17:42:23 -08:00
Alejandro Murillo fa6b8967bb 8032014: new hotspot build - hs25.20-b02
Reviewed-by: jcoomes
2014-01-16 17:27:33 -08:00
Alejandro Murillo 97701ad943 8038028: new hotspot build - hs25.20-b08
Reviewed-by: jcoomes
2014-03-20 13:29:03 -07:00
Alejandro Murillo 5ccb85d7d0 8037305: new hotspot build - hs25.20-b07
Reviewed-by: jcoomes
2014-03-13 10:18:59 -07:00
Alejandro Murillo 9159d01ad1 8036032: new hotspot build - hs25.20-b06
Reviewed-by: jcoomes
2014-02-28 09:10:55 -08:00
Alejandro Murillo 2c6c8ba41b 8035436: new hotspot build - hs25.20-b05
Reviewed-by: jcoomes
2014-02-20 17:20:09 -08:00
Alejandro Murillo a9fc4ad371 8033983: new hotspot build - hs25.20-b04
Reviewed-by: jcoomes
2014-02-07 12:51:08 -08:00
Vladimir Kozlov 0b85699e03 Merge 2013-12-23 10:26:08 -08:00
Alejandro Murillo 5c021c2f93 8031552: Update the Hotspot version numbers in Hotspot for JDK 8U
Reviewed-by: jcoomes
2014-01-11 13:51:01 -08:00
Alejandro Murillo 9a560f8d45 8030062: new hotspot build - hs25-b64
Reviewed-by: jcoomes
2013-12-13 09:48:29 -08:00
Vladimir Kozlov fb60cb0842 Merge 2013-12-12 11:05:39 -08:00
Goetz Lindenmaier 7d56518671 8029940: PPC64 (part 122): C2 compiler port
Reviewed-by: kvn
2013-12-11 00:06:11 +01:00
Alejandro Murillo b2de5eb396 8029693: new hotspot build - hs25-b63
Reviewed-by: jcoomes
2013-12-06 09:41:57 -08:00
Vladimir Kozlov 1b2bf0be10 Merge 2013-12-05 15:13:12 -08:00
Volker Simonis d767bd2dfd 8019929: PPC64 (part 107): Extend ELF-decoder to support PPC64 function descriptor tables
Extend ELF-decoder to support PPC64 function descriptor tables

Reviewed-by: kvn, zgu
2013-12-05 19:19:09 +01:00
Alejandro Murillo 7426f563d3 8029367: new hotspot build - hs25-b62
Reviewed-by: jcoomes
2013-11-29 11:20:34 -08:00
Goetz Lindenmaier fe89766184 8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence
Use new nodes for loadFence/storeFence intrinsics in C2.

Reviewed-by: kvn, dholmes
2013-11-26 18:38:19 -08:00
Alejandro Murillo 3646381ba6 8028815: new hotspot build - hs25-b61
Reviewed-by: jcoomes
2013-11-22 13:42:46 -08:00
Vladimir Kozlov aabed3781b Merge 2013-11-21 12:30:35 -08:00
Abhijit Saha 4cbb19c249 8061523: Increment hsx 25.31 build to b02 for 8u31-b05
Reviewed-by: jcoomes
2014-10-20 13:04:19 -07:00
Alejandro Murillo 83622d33b5 8059618: new hotspot build - hs25.40-b14
Reviewed-by: jcoomes
2014-10-03 01:27:41 -07:00
Alejandro Murillo 13cf514dff 8028444: new hotspot build - hs25-b60
Reviewed-by: jcoomes
2013-11-15 07:58:06 -08:00
Alejandro Murillo 7365de3e25 8028061: new hotspot build - hs25-b59
Reviewed-by: jcoomes
2013-11-08 07:13:57 -08:00
Vladimir Kozlov 39b0e57fdd Merge 2013-11-05 17:38:04 -08:00
Alejandro Murillo 38bf4f6aa6 8027580: new hotspot build - hs25-b58
Reviewed-by: jcoomes
2013-11-01 08:35:58 -07:00
Alejandro Murillo 95cb22eb41 8027173: new hotspot build - hs25-b57
Reviewed-by: jcoomes
2013-10-25 13:43:39 -07:00
Alejandro Murillo 2fc1606df2 Merge 2013-10-25 13:29:17 -07:00
Alejandro Murillo 0ce7855814 Merge 2013-10-22 13:56:26 -07:00
Calvin Cheung 9fca48316e Merge 2013-10-21 17:26:46 -07:00
Alejandro Murillo 81ac3108d4 8023496: [jprt] build and test solaris 64-bits only
Reviewed-by: tbell, jcoomes
2013-10-21 14:38:11 -07:00
Alejandro Murillo 801ca669e4 8026928: new hotspot build - hs25-b56
Reviewed-by: jcoomes
2013-10-19 08:52:21 -07:00
Calvin Cheung e187f54e56 Merge 2013-10-18 19:44:40 -07:00
Lana Steuck c71f3cdbe6 Merge 2013-10-17 14:20:57 -07:00
Erik Joelsson 00982daf40 8026792: HOTSPOT: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated
Reviewed-by: dholmes, sla
2013-10-17 16:11:26 +02:00
Calvin Cheung e9b8ae64c9 Merge 2013-10-16 11:48:03 -07:00
Daniel D. Daugherty 232c4efbdb 7165611: implement Full Debug Symbols on MacOS X hotspot
Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root.

Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
2013-10-15 08:25:43 -07:00
Chris Hegarty fafe7da1e5 Merge 2013-10-13 21:14:04 +01:00
Alejandro Murillo 7b9107d173 8026265: new hotspot build - hs25-b55
Reviewed-by: jcoomes
2013-10-11 13:14:48 -07:00
Calvin Cheung 3b62cc2221 Merge 2013-10-10 13:25:51 -07:00
Alejandro Murillo 52267389a1 8025859: new hotspot build - hs25-b54
Reviewed-by: jcoomes
2013-10-04 14:19:56 -07:00
Fredrik Arvidsson 738af149a2 8016845: SA is unable to use hsdis on windows
Added sadis.c to the build to provide missing symbols in sawindbg.dll. Added code to use the correct hsdisXXX.dll filename on different windows platforms.

Reviewed-by: sla, mgerdin
2013-10-04 13:01:07 +02:00