- 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
-
- 10 10月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Update copyright year to 2012 for relevant files 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>
-
- 25 9月, 2012 2 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, ohair Contributed-by: NFredrik Ohrstrom <fredrik.ohrstrom@oracle.com>
-
由 minqi 提交于
Summary: We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler. Reviewed-by: twisti, jrose, sla Contributed-by: yumin.qi@oracle.com
-
- 20 9月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: Fixed copyrights Reviewed-by: dholmes Contributed-by: NBill Pittore <bill.pittore@oracle.com>
-
- 19 9月, 2012 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes, tbell, erikj, ihse, ohrstrom
-
- 18 9月, 2012 1 次提交
-
-
由 ihse 提交于
Reviewed-by: ohair, dholmes
-
- 30 8月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: Added capability to load support classes for other cpus Reviewed-by: coleenp, bobv, sla Contributed-by: NBill Pittore <bill.pittore@oracle.com>
-
- 03 8月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Change DEBUG_BINARIES option logic to be more clear. Reviewed-by: fparain, andrew
-
- 29 6月, 2012 1 次提交
-
-
由 zgu 提交于
7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
-
- 12 6月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Add -fpch-deps flag to gcc builds Reviewed-by: kamg, coleenp Contributed-by: volker.simonis@gmail.com
-
- 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
-
- 04 4月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects product builds. Reviewed-by: ohair, jmelvin, sspitsyn
-
- 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
-
- 15 3月, 2012 1 次提交
-
-
由 nloodin 提交于
Reviewed-by: brutisso, sla, mgerdin
-
- 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
-
- 22 2月, 2012 1 次提交
-
-
由 erikj 提交于
Reviewed-by: dholmes, ohrstrom, ohair, jcoomes
-
- 16 2月, 2012 1 次提交
-
-
由 vladidan 提交于
Summary: pass assembler switches for PPC Reviewed-by: dholmes
-
- 13 2月, 2012 2 次提交
- 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
-
- 25 1月, 2012 1 次提交
-
-
由 phh 提交于
Summary: Fix gamma launcher on Mac OS X and reconcile test_gamma script on Unix platforms Reviewed-by: dcubed, ohair, jcoomes, dholmes, ksrini Contributed-by: james.melvin@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
-
- 20 12月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use 3-operands SIMD instructions in C2 generated code for machines with AVX. Reviewed-by: never
-
- 29 11月, 2011 1 次提交
-
-
由 phh 提交于
Summary: Added JVM_SetNativeThreadName to linker mapfiles on Solaris and Linux. Reviewed-by: dcubed, dholmes Contributed-by: michael.x.mcmahon@oracle.com
-
- 28 11月, 2011 1 次提交
-
-
由 stefank 提交于
Summary: Changed the conditional to see if the precompiled header has been specified. Also, removed the unused PrecompiledOption. Reviewed-by: dholmes, brutisso
-
- 01 11月, 2011 1 次提交
-
-
由 brutisso 提交于
Summary: Moved precompiled.hpp to src/share/vm/precompiled Reviewed-by: coleenp, dholmes Contributed-by: Nrbackman <rickard.backman@oracle.com>
-
- 30 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, never Contributed-by: volker.simonis@gmail.com
-
- 26 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti, jrose Contributed-by: NKurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
-
- 20 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add missing node limit check in IGVN optimizer Reviewed-by: iveresov, never
-
- 17 9月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Add support for .debuginfo files for HSX libraries. Reviewed-by: poonam, dholmes, never
-
- 30 8月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, dholmes, stefank, coleenp
-
- 06 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: use SA_CLASSDIR variable instead of dirsctory saclasses. Reviewed-by: kamg, dcubed
-
- 29 7月, 2011 1 次提交
-
-
由 andrew 提交于
Summary: Add "3" to list of allowable versions Reviewed-by: kamg, chrisphi
-
- 03 5月, 2011 1 次提交
-
-
由 dsamersoff 提交于
Summary: Since -export-dynamic is a linker option, the correct way to pass it is -Xlinker -export-dynamic Reviewed-by: dsamersoff, dholmes Contributed-by: omajid@redhat.com
-