- 16 11月, 2014 1 次提交
-
-
由 dcubed 提交于
8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86 Summary: Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files. Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
-
- 29 7月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Store the value set by the user and some makefile changes required to change the flags. Reviewed-by: sla, mchung, bchristi, jmasa, dholmes
-
- 26 10月, 2014 1 次提交
-
-
由 iveresov 提交于
8059200: Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl failure on line 744, no picl library) on Solaris 11.1 Summary: Manually load libpicl.so (used on SPARC only) Reviewed-by: kvn
-
- 09 9月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Using libpicl to get L1 data and L2 cache line sizes Reviewed-by: kvn, roland, morris
-
- 10 6月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: acorn, coleenp, sla Contributed-by: NKaren Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
-
- 08 6月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation Reviewed-by: tbell, mgerdin, dcubed Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 07 5月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, neliasso, ctornqvi
-
- 16 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
-
- 20 2月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
-
- 15 2月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Fixed makefile logic to correctly special case JRE_RELEASE_VERSION and vm_version.o Reviewed-by: dholmes, erikj
-
- 15 12月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Phase 1 is removing '_g' support from the Makefiles. Reviewed-by: dcubed, sspitsyn, coleenp, tbell Contributed-by: ron.durbin@oracle.com
-
- 19 9月, 2012 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes, tbell, erikj, ihse, ohrstrom
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 25 5月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Work around 'gobjcopy' failure on Solaris X64 by adding a temporary tool that removes the SHF_ALLOC flag from "empty" section headers. Reviewed-by: sspitsyn, acorn
-
- 16 5月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Work around 'gobjcopy --add-gnu-debuglink' failure by adding a temporary tool that adds the '.gnu_debuglink' section and nothing more. Reviewed-by: sspitsyn, acorn
-
- 24 3月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Reviewed-by: dholmes, ohair, sspitsyn
-
- 23 2月, 2012 1 次提交
-
-
由 mgerdin 提交于
Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
-
- 06 2月, 2012 1 次提交
-
-
由 erikj 提交于
Summary: Cleaned up make variables for compilers and linker to consistently use CXX for C++ compiler, CC for C compiler and LD for linker. Reviewed-by: dholmes, ohrstrom
-
- 31 1月, 2012 1 次提交
-
-
由 ohrstrom 提交于
Summary: When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached. Reviewed-by: ohair, rottenha Contributed-by: fredrik.ohrstrom@oracle.com
-
- 12 1月, 2012 1 次提交
-
-
由 phh 提交于
Summary: Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR. Reviewed-by: acorn, sspitsyn Contributed-by: markus.gronlund@oracle.com
-
- 17 9月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Add support for .debuginfo files for HSX libraries. Reviewed-by: poonam, dholmes, never
-
- 06 4月, 2011 1 次提交
-
-
由 trims 提交于
7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: ohair
-
- 09 2月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
-
- 17 12月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: read Solaris kstat data to get more precise CPU information Reviewed-by: iveresov, never, twisti, dholmes
-
- 15 12月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Don't recurse into sub-directories when looking for source files. Reviewed-by: never, brutisso
-
- 12 12月, 2010 1 次提交
-
-
由 zgu 提交于
Summary: Implemented in-process C native stack frame decoding when symbols are available. Reviewed-by: coleenp, never
-
- 03 12月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Reverted to old sort order on Linux and Solaris. Reviewed-by: tonyp, coleenp
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 19 5月, 2010 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: kamg, ysr, dholmes, johnc
-
- 17 12月, 2009 1 次提交
-
-
由 phh 提交于
Summary: Source changes for older compilers plus makefile changes. Reviewed-by: xlu
-
- 13 11月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Fix solaris makefiles for 5.10 compilers Reviewed-by: jcoomes
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 10 4月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Moved makefiles out of build and build/closed into make/ Reviewed-by: kvn, ohair
-
- 03 4月, 2008 1 次提交
-
-
由 jrose 提交于
Summary: remove old private plugin interface, simplify, rework old plugin to use unchanged Gnu sources Reviewed-by: kvn, rasbold
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-