- 27 9月, 2019 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: andrew, ihse, martin --HG-- extra : amend_source : fc2cd10acf61adc05a2abb8e8de2d6cd37b1cf70
-
- 29 3月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: erikj, dholmes
-
- 17 7月, 2018 1 次提交
-
-
由 sgehwolf 提交于
Summary: Only produce those files if STRIP_POLICY != no_strip Reviewed-by: erikj
-
- 06 7月, 2018 1 次提交
-
-
由 sgehwolf 提交于
Summary: Only add .gnu_debuglink sections when there is some stripping done. Reviewed-by: erikj, dholmes
-
- 24 1月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: move nm and awk code into vm.make Reviewed-by: dsamersoff, dholmes
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 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
-
- 15 6月, 2018 1 次提交
-
-
由 sgehwolf 提交于
Summary: Add EXTRA_LDFLAGS to linker flags for relevant libraries. Reviewed-by: ihse
-
- 25 7月, 2013 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: kvn, dlong
-
- 16 7月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: ARM compilers do not emit FramePointer on each native frame by default Reviewed-by: dholmes, zgu
-
- 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
-
- 06 11月, 2012 1 次提交
-
-
由 dholmes 提交于
8001756: Hotspot makefiles report missing OBJCOPY command in the wrong circumstances Reviewed-by: dcubed, dsamersoff, erikj, collins
-
- 11 10月, 2012 1 次提交
-
-
由 jprovino 提交于
Summary: Change makefiles so that targets and parameters can be overridden by alternate makefiles. Reviewed-by: dholmes, coleenp
-
- 08 10月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Don't use HS_DTRACE_PROBE_CDECL_N and HS_DTRACE_PROBE_N directly. Reviewed-by: coleenp, kamg, dholmes, sspitsyn Contributed-by: NMark Wielaard <mjw@redhat.com>
-
- 19 9月, 2012 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes, tbell, erikj, ihse, ohrstrom
-
- 12 5月, 2012 1 次提交
-
-
由 collins 提交于
Summary: Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users. Reviewed-by: kvn, dholmes
-
- 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
-
- 19 3月, 2012 1 次提交
-
-
由 erikj 提交于
Reviewed-by: dholmes, ohair
-
- 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
-
- 30 4月, 2011 1 次提交
-
-
由 dsamersoff 提交于
Summary: executable flag is set in the elf header of libjvm.so during build, instruct ld to don't do it. Reviewed-by: acorn, phh
-
- 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
-
- 31 3月, 2011 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: ohair Contributed-by: gbenson@redhat.com, ahughes@redhat.com
-
- 09 2月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
-
- 03 2月, 2011 1 次提交
-
-
由 bobv 提交于
Reviewed-by: dholmes, bdelsart
-
- 15 12月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Don't recurse into sub-directories when looking for source files. Reviewed-by: never, brutisso
-
- 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
-
- 11 8月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: kvn, twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 03 8月, 2010 1 次提交
-
-
由 bobv 提交于
Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-