- 18 12月, 2012 1 次提交
-
-
由 jjg 提交于
Reviewed-by: erikj, ohair
-
- 08 11月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dcubed, erikj, tbell
-
- 06 11月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: chegar, dholmes, erikj, jgish
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 27 10月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, ohair, tbell
-
- 24 10月, 2012 1 次提交
-
-
由 tbell 提交于
Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7 Reviewed-by: ohair, tbell Contributed-by: volker.simonis@gmail.com
-
- 18 10月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, ohair
-
- 15 10月, 2012 1 次提交
-
-
由 sflores 提交于
Reviewed-by: alanb, weijun, mullan
-
- 22 9月, 2012 1 次提交
-
-
由 ohair 提交于
Reviewed-by: anthony
-
- 19 9月, 2012 2 次提交
- 12 9月, 2012 1 次提交
-
-
由 ohair 提交于
7180608: Sort the order of object files when building shared libraries Reviewed-by: ohrstrom, erikj, tbell
-
- 23 8月, 2012 1 次提交
-
-
由 andrew 提交于
Summary: OpenJDK builds don't ship VisualVM so shouldn't ship its man page either. Reviewed-by: dholmes
-
- 16 8月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: chegar
-
- 15 8月, 2012 2 次提交
- 31 7月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: dholmes, darcy, jjh, sherman
-
- 25 7月, 2012 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: art, rupashka
-
- 21 6月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, lancea Contributed-by: NGary Collins <gary.collins@oracle.com>
-
- 07 6月, 2012 1 次提交
-
-
由 jonas 提交于
Summary: Use CFLAGS_COMMON instead of CC_OPT and CXXFLAGS_COMMON instead of CXX_OPT for setting FDS options. FDS should also set OPTIMIZATION_LEVEL. Reviewed-by: ihse, dholmes, ohair, dcubed
-
- 25 5月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Work around 'gobjcopy' failures on Solaris by adding temporary tools to add the '.gnu_debuglink' section and remove the SHF_ALLOC flag from "empty" section headers. Reviewed-by: sspitsyn, acorn
-
- 16 5月, 2012 2 次提交
- 11 5月, 2012 1 次提交
-
-
由 ihse 提交于
Reviewed-by: ohair
-
- 10 5月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: valeriep
-
- 26 4月, 2012 1 次提交
-
-
由 skovatch 提交于
Reviewed-by: robilad
-
- 18 4月, 2012 1 次提交
-
-
由 dcubed 提交于
Reviewed-by: ohair, jmelvin, sspitsyn
-
- 17 4月, 2012 1 次提交
-
-
由 jmelvin 提交于
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories. Reviewed-by: dcubed, phh, ohair, katleman
-
- 13 4月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Do not install .debuginfo files in bin dir. Reviewed-by: ksrini, sspitsyn
-
- 11 4月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Add initial FDS support to some libraries and programs. Reviewed-by: kamg, fparain, sspitsyn, dsamersoff
-
- 10 4月, 2012 1 次提交
-
-
由 ohair 提交于
Summary: New makefiles transition, old and new living side by side for now. Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser Contributed-by: Nohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
-
- 05 4月, 2012 1 次提交
-
-
由 kizune 提交于
Reviewed-by: anthony
-
- 04 4月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects OPT builds. Finish enabling ENABLE_FULL_DEBUG_SYMBOLS flag on Windows. Reviewed-by: ohair, jmelvin, sspitsyn
-
- 28 3月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: dholmes, sla, dsamersoff
-
- 23 3月, 2012 1 次提交
-
-
由 nloodin 提交于
Reviewed-by: 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. Preserve symlinks in zip archives. Reviewed-by: dholmes, ohair
-
- 16 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: ohair, smarks
-
- 09 3月, 2012 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: weijun, dholmes
-
- 08 3月, 2012 1 次提交
-
-
由 andrew 提交于
Summary: Remove -mimpure-text option. Reviewed-by: ohair, dholmes, phh, andrew Contributed-by: NDeepak Bhole <dbhole@redhat.com>
-
- 07 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: NAlan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
-