- 02 12月, 2010 1 次提交
-
-
由 yhuang 提交于
Reviewed-by: mfang, psun
-
- 02 11月, 2010 2 次提交
- 12 10月, 2010 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, sherman, darcy, igor
-
- 28 9月, 2010 1 次提交
-
-
由 skoppar 提交于
Reviewed-by: hawtin
-
- 21 9月, 2010 1 次提交
-
-
由 dl 提交于
Summary: Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes. Reviewed-by: martin, dholmes, chegar
-
- 14 9月, 2010 1 次提交
-
-
由 kamg 提交于
6983225: libjvm_db.so is not imported into solaris-x86 builds, and libjvm_dtrace.so not imported at all. Summary: Removed sparc-only libjvm_db code and added rules for libjvm_dtrace Reviewed-by: ohair
-
- 11 9月, 2010 1 次提交
-
-
由 naoto 提交于
Reviewed-by: srl Contributed-by: NYoshito Umaoka <y.umaoka@gmail.com>, Doug Felt <dougfelt@google.com>, Mark Davis <markdavis@google.com>
-
- 10 9月, 2010 1 次提交
-
-
由 alanb 提交于
Reviewed-by: forax
-
- 03 9月, 2010 1 次提交
-
-
由 alanb 提交于
Reviewed-by: michaelm
-
- 02 9月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Avoid *Critical; fix compile warnings; improve readability Reviewed-by: alanb
-
- 01 9月, 2010 1 次提交
-
-
由 okutsu 提交于
6549953: (cal) WEEK_OF_YEAR and DAY_OF_YEAR calculation problems around Gregorian cutover Reviewed-by: peytoia
-
- 22 7月, 2010 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar
-
- 02 7月, 2010 1 次提交
-
-
由 mullan 提交于
Reviewed-by: ohair
-
- 24 6月, 2010 1 次提交
-
-
由 darcy 提交于
6911261: Project Coin: Retrofit Automatic Resource Management (ARM) support onto platform APIs 6962571: Infinite loop in printing out Throwable stack traces with circular references Reviewed-by: darcy, alanb Contributed-by: jjb@google.com
-
- 11 6月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Define LIBNSL (like LIBSOCKET), non-empty only on Solaris Reviewed-by: ohair
-
- 29 5月, 2010 1 次提交
-
-
由 ohair 提交于
6949590: exes(java.exe, javaws.exe) show Copyright Year as 2004, COMPANY as Sun Reviewed-by: weijun, alanb
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 19 5月, 2010 1 次提交
-
-
由 sherman 提交于
6948903: Make Unicode scripts available for use in regular expressions Summary: added Unicode script suport Reviewed-by: martin
-
- 11 2月, 2010 1 次提交
-
-
由 mchung 提交于
Summary: Define new SUBDIRS_* variables for specifying components for one group Reviewed-by: ohair
-
- 02 2月, 2010 1 次提交
-
-
由 andrew 提交于
Summary: Fix sun.io converters unchecked and cast warnings produced by -Xlint:all Reviewed-by: alanb, sherman
-
- 21 1月, 2010 1 次提交
-
-
由 dcubed 提交于
6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining Summary: Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter. Reviewed-by: never, ohair, tbell, tdeneau Contributed-by: NVasanth Venkatachalam <vasanth.venkatachalam@amd.com>
-
- 08 1月, 2010 1 次提交
-
-
由 mchung 提交于
Summary: create modules under OUTPUTDIR/modules directory containing resources, native libraries Reviewed-by: alanb, ohair
-
- 24 12月, 2009 1 次提交
-
-
由 andrew 提交于
Summary: Add missing Java source file Reviewed-by: alanb
-
- 17 12月, 2009 1 次提交
-
-
由 ohair 提交于
Reviewed-by: ksrini
-
- 16 12月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 09 12月, 2009 1 次提交
-
-
由 martin 提交于
Summary: Describe the exact behavior of {Double,Float}Buffer.{equals,compareTo}; fix non-anti-symmetric behavior of compareTo Reviewed-by: alanb Contributed-by: jessewilson@google.com
-
- 01 12月, 2009 1 次提交
-
-
由 ohair 提交于
Reviewed-by: alanb
-
- 21 11月, 2009 1 次提交
-
-
由 ksrini 提交于
6899834: (launcher) remove the solaris libjvm.so symlink Summary: Fixes other related issues as well. Reviewed-by: darcy, ohair, xlu, martin
-
- 03 11月, 2009 1 次提交
-
-
由 dl 提交于
6865571: Add a lightweight task framework known as ForkJoin 6445158: Phaser - an improved CyclicBarrier 6865579: Add TransferQueue/LinkedTransferQueue Reviewed-by: martin, chegar, dice
-
- 30 10月, 2009 1 次提交
-
-
由 ohair 提交于
Reviewed-by: tbell, kvn, phh
-
- 29 10月, 2009 3 次提交
- 21 10月, 2009 1 次提交
-
-
由 chegar 提交于
Reviewed-by: michaelm, alanb
-
- 15 10月, 2009 1 次提交
-
-
由 gbenson 提交于
Summary: Build changes for the Zero assembler port Reviewed-by: ohair, tbell
-
- 10 10月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: sherman
-
- 18 9月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Added sun.util.logging.PlatformLogger for JRE implementation to log messages. Reviewed-by: alanb, naoto
-
- 15 9月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Added new performance counters in the JDK to track performance metrics Reviewed-by: alanb, dholmes, iris, forax, andrew
-
- 26 8月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: upgrade zlib to the latest ver 1.2.3 Reviewed-by: martin, alanb, ksrini
-