Thu, 25 Aug 2011 17:17:54 -0700 Added tag jdk8-b02 for changeset 7ec2456168bc
schien [Thu, 25 Aug 2011 17:17:54 -0700] rev 10298
Added tag jdk8-b02 for changeset 7ec2456168bc
Wed, 05 Jul 2017 17:49:05 +0200 Merge
duke [Wed, 05 Jul 2017 17:49:05 +0200] rev 10297
Merge
Wed, 31 Aug 2011 09:56:44 -0700 Merge
mfang [Wed, 31 Aug 2011 09:56:44 -0700] rev 10296
Merge
Mon, 29 Aug 2011 17:09:35 -0700 Merge
mfang [Mon, 29 Aug 2011 17:09:35 -0700] rev 10295
Merge
Wed, 17 Aug 2011 14:18:26 -0700 Merge
mfang [Wed, 17 Aug 2011 14:18:26 -0700] rev 10294
Merge
Sun, 14 Aug 2011 23:46:08 -0700 7066203: Update currency data to the latest ISO 4217 standard
yhuang [Sun, 14 Aug 2011 23:46:08 -0700] rev 10293
7066203: Update currency data to the latest ISO 4217 standard Reviewed-by: naoto
Wed, 31 Aug 2011 13:48:04 +0200 7067811: Update demo/sample code to state it should not be used for production
nloodin [Wed, 31 Aug 2011 13:48:04 +0200] rev 10292
7067811: Update demo/sample code to state it should not be used for production Summary: Added comment block after copyright block stating that code is unfit for production. Reviewed-by: ohair
Thu, 25 Aug 2011 17:18:12 -0700 Added tag jdk8-b02 for changeset c36bd96ae005
schien [Thu, 25 Aug 2011 17:18:12 -0700] rev 10291
Added tag jdk8-b02 for changeset c36bd96ae005
Wed, 05 Jul 2017 17:48:59 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:59 +0200] rev 10290
Merge
Wed, 31 Aug 2011 13:57:17 -0700 Merge
jcoomes [Wed, 31 Aug 2011 13:57:17 -0700] rev 10289
Merge
Fri, 26 Aug 2011 16:11:25 -0700 7083916: Bump the hs22 build number to 03
kvn [Fri, 26 Aug 2011 16:11:25 -0700] rev 10288
7083916: Bump the hs22 build number to 03 Reviewed-by: jcoomes Contributed-by: alejandro.murillo@oracle.com
Thu, 25 Aug 2011 18:56:52 -0700 Merge
kvn [Thu, 25 Aug 2011 18:56:52 -0700] rev 10287
Merge
Mon, 22 Aug 2011 11:00:39 -0700 7081926: assert(VM_Version::supports_sse2()) failed: must support
kvn [Mon, 22 Aug 2011 11:00:39 -0700] rev 10286
7081926: assert(VM_Version::supports_sse2()) failed: must support Summary: fix assert, prefetchnta is supported since SSE not SSE2. Reviewed-by: never
Sat, 20 Aug 2011 14:03:12 -0700 7076831: TEST_BUG: compiler/5091921/Test7005594.java fails on LOW MEM SYSTEMS
kvn [Sat, 20 Aug 2011 14:03:12 -0700] rev 10285
7076831: TEST_BUG: compiler/5091921/Test7005594.java fails on LOW MEM SYSTEMS Summary: Run test only on systems with 2Gbyte or more memory. Don't zap heap to reduce execution time. Reviewed-by: iveresov
Tue, 23 Aug 2011 11:06:30 +0200 7082220: Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls and new
brutisso [Tue, 23 Aug 2011 11:06:30 +0200] rev 10284
7082220: Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls and new Summary: Add the psapi.lib library to Visual Studio projects Reviewed-by: jwilhelm, poonam, kamg
Mon, 22 Aug 2011 23:57:10 -0700 Merge
ysr [Mon, 22 Aug 2011 23:57:10 -0700] rev 10283
Merge
Mon, 22 Aug 2011 12:30:06 -0700 6810861: G1: support -XX:+{PrintClassHistogram,HeapDump}{Before,After}FullGC
ysr [Mon, 22 Aug 2011 12:30:06 -0700] rev 10282
6810861: G1: support -XX:+{PrintClassHistogram,HeapDump}{Before,After}FullGC Summary: Call {pre,post}_full_gc_dump() before and after a STW full gc of G1CollectedHeap. Also adjusted the prefix message, including the addition of missing whitespace. Reviewed-by: brutisso, tonyp
Mon, 22 Aug 2011 10:16:33 -0400 7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize
tonyp [Mon, 22 Aug 2011 10:16:33 -0400] rev 10281
7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize Summary: Remove three develop parameters we don't use. Reviewed-by: brutisso, jwilhelm
Fri, 19 Aug 2011 09:30:59 +0200 6814390: G1: remove the concept of non-generational G1
brutisso [Fri, 19 Aug 2011 09:30:59 +0200] rev 10280
6814390: G1: remove the concept of non-generational G1 Summary: Removed the possibility to turn off generational mode for G1. Reviewed-by: johnc, ysr, tonyp
Fri, 19 Aug 2011 14:22:25 -0700 7081251: bump the hs22 build number to 02
jcoomes [Fri, 19 Aug 2011 14:22:25 -0700] rev 10279
7081251: bump the hs22 build number to 02 Reviewed-by: johnc
Fri, 19 Aug 2011 14:08:18 -0700 Merge
jcoomes [Fri, 19 Aug 2011 14:08:18 -0700] rev 10278
Merge
Wed, 22 Jun 2011 10:10:25 -0700 7057046: Add embedded license to THIRD PARTY README
jeff [Wed, 22 Jun 2011 10:10:25 -0700] rev 10277
7057046: Add embedded license to THIRD PARTY README Reviewed-by: lana
Wed, 15 Jun 2011 14:59:55 -0700 7055247: Ignore test of # 7020373
asaha [Wed, 15 Jun 2011 14:59:55 -0700] rev 10276
7055247: Ignore test of # 7020373 Reviewed-by: dcubed
Tue, 12 Apr 2011 16:42:26 -0400 7020373: JSR rewriting can overflow memory address size variables
kamg [Tue, 12 Apr 2011 16:42:26 -0400] rev 10275
7020373: JSR rewriting can overflow memory address size variables Summary: Abort if incoming classfile's parameters would cause overflows Reviewed-by: coleenp, dcubed, never
Fri, 27 May 2011 15:01:07 -0700 7045697: JDK7 THIRD PARTY README update
jeff [Fri, 27 May 2011 15:01:07 -0700] rev 10274
7045697: JDK7 THIRD PARTY README update Reviewed-by: lana
Wed, 25 May 2011 13:31:51 -0700 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
katleman [Wed, 25 May 2011 13:31:51 -0700] rev 10273
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles Reviewed-by: ohair, trims
Wed, 17 Aug 2011 10:32:53 -0700 6791672: enable 1G and larger pages on solaris
jcoomes [Wed, 17 Aug 2011 10:32:53 -0700] rev 10272
6791672: enable 1G and larger pages on solaris Reviewed-by: ysr, iveresov, johnc
Fri, 19 Aug 2011 08:55:53 -0700 Merge
kvn [Fri, 19 Aug 2011 08:55:53 -0700] rev 10271
Merge
Thu, 18 Aug 2011 11:49:33 -0700 7080431: VM asserts if specified size(x) in .ad is larger than emitted size
kvn [Thu, 18 Aug 2011 11:49:33 -0700] rev 10270
7080431: VM asserts if specified size(x) in .ad is larger than emitted size Summary: Move code from finalize_offsets_and_shorten() to fill_buffer() to restore previous behavior. Reviewed-by: never
Wed, 17 Aug 2011 11:52:22 -0700 7079769: JSR 292: incorrect size() for CallStaticJavaHandle on sparc
twisti [Wed, 17 Aug 2011 11:52:22 -0700] rev 10269
7079769: JSR 292: incorrect size() for CallStaticJavaHandle on sparc Reviewed-by: never, kvn
Wed, 17 Aug 2011 05:14:43 -0700 7079626: x64 emits unnecessary REX prefix
twisti [Wed, 17 Aug 2011 05:14:43 -0700] rev 10268
7079626: x64 emits unnecessary REX prefix Reviewed-by: kvn, iveresov, never
Tue, 16 Aug 2011 16:59:46 -0700 7079329: Adjust allocation prefetching for T4
kvn [Tue, 16 Aug 2011 16:59:46 -0700] rev 10267
7079329: Adjust allocation prefetching for T4 Summary: on T4 2 BIS instructions should be issued to prefetch 64 bytes Reviewed-by: iveresov, phh, twisti
Tue, 16 Aug 2011 11:53:57 -0700 7079317: Incorrect branch's destination block in PrintoOptoAssembly output
kvn [Tue, 16 Aug 2011 11:53:57 -0700] rev 10266
7079317: Incorrect branch's destination block in PrintoOptoAssembly output Summary: save/restore label and block in scratch_emit_size() Reviewed-by: never
Tue, 16 Aug 2011 04:14:05 -0700 7071653: JSR 292: call site change notification should be pushed not pulled
twisti [Tue, 16 Aug 2011 04:14:05 -0700] rev 10265
7071653: JSR 292: call site change notification should be pushed not pulled Reviewed-by: kvn, never, bdelsart
Thu, 11 Aug 2011 12:08:11 -0700 7063629: use cbcond in C2 generated code on T4
kvn [Thu, 11 Aug 2011 12:08:11 -0700] rev 10264
7063629: use cbcond in C2 generated code on T4 Summary: Use new short branch instruction in C2 generated code. Reviewed-by: never
Wed, 10 Aug 2011 14:06:57 -0700 7077439: Possible reference through NULL in loopPredicate.cpp:726
kvn [Wed, 10 Aug 2011 14:06:57 -0700] rev 10263
7077439: Possible reference through NULL in loopPredicate.cpp:726 Summary: Use cl->is_valid_counted_loop() check. Reviewed-by: never
Tue, 02 Aug 2011 18:36:40 +0200 7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
roland [Tue, 02 Aug 2011 18:36:40 +0200] rev 10262
7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths Summary: replace MemBarAcquire/MemBarRelease nodes on the monitor enter/exit code paths with new MemBarAcquireLock/MemBarReleaseLock nodes Reviewed-by: kvn, twisti
Mon, 08 Aug 2011 13:19:46 -0700 7075623: 6990212 broke raiseException in 64 bit
never [Mon, 08 Aug 2011 13:19:46 -0700] rev 10261
7075623: 6990212 broke raiseException in 64 bit Reviewed-by: kvn, twisti
Mon, 08 Aug 2011 05:49:04 -0700 7071823: Zero: zero/shark doesn't build after b147-fcs
twisti [Mon, 08 Aug 2011 05:49:04 -0700] rev 10260
7071823: Zero: zero/shark doesn't build after b147-fcs Reviewed-by: gbenson, twisti Contributed-by: Chris Phillips <chphilli@redhat.com>
Sat, 06 Aug 2011 08:28:08 -0700 7075559: JPRT windows_x64 build failure
kvn [Sat, 06 Aug 2011 08:28:08 -0700] rev 10259
7075559: JPRT windows_x64 build failure Summary: use SA_CLASSDIR variable instead of dirsctory saclasses. Reviewed-by: kamg, dcubed
Fri, 29 Jul 2011 09:16:29 -0700 7068051: SIGSEGV in PhaseIdealLoop::build_loop_late_post
kvn [Fri, 29 Jul 2011 09:16:29 -0700] rev 10258
7068051: SIGSEGV in PhaseIdealLoop::build_loop_late_post Summary: Removed predicate cloning from loop peeling optimization and from split fall-in paths. Reviewed-by: never
Thu, 28 Jul 2011 13:03:39 -0700 7060619: C1 should respect inline and dontinline directives from CompilerOracle
never [Thu, 28 Jul 2011 13:03:39 -0700] rev 10257
7060619: C1 should respect inline and dontinline directives from CompilerOracle Reviewed-by: kvn, iveresov
Thu, 28 Jul 2011 02:14:44 -0700 7066143: JSR 292: Zero support after regressions from 7009923 and 7009309
twisti [Thu, 28 Jul 2011 02:14:44 -0700] rev 10256
7066143: JSR 292: Zero support after regressions from 7009923 and 7009309 Reviewed-by: jrose, twisti Contributed-by: Xerxes Ranby <xerxes@zafena.se>
Wed, 27 Jul 2011 17:28:36 -0700 7069452: Cleanup NodeFlags
kvn [Wed, 27 Jul 2011 17:28:36 -0700] rev 10255
7069452: Cleanup NodeFlags Summary: Remove flags which duplicate information in Node::NodeClasses. Reviewed-by: never
Wed, 27 Jul 2011 15:06:35 -0700 7071427: AdapterFingerPrint can hold 8 entries per int
never [Wed, 27 Jul 2011 15:06:35 -0700] rev 10254
7071427: AdapterFingerPrint can hold 8 entries per int Reviewed-by: kvn
Tue, 26 Jul 2011 19:35:23 -0700 7070134: Hotspot crashes with sigsegv from PorterStemmer
kvn [Tue, 26 Jul 2011 19:35:23 -0700] rev 10253
7070134: Hotspot crashes with sigsegv from PorterStemmer Summary: Do not move data nodes which are attached to a predicate test to a dominating test. Reviewed-by: never
Thu, 21 Jul 2011 11:25:07 -0700 7063628: Use cbcond on T4
kvn [Thu, 21 Jul 2011 11:25:07 -0700] rev 10252
7063628: Use cbcond on T4 Summary: Add new short branch instruction to Hotspot sparc assembler. Reviewed-by: never, twisti, jrose
Thu, 21 Jul 2011 08:38:25 -0700 7012081: JSR 292: SA-JDI can't read MH/MT/Indy ConstantPool entries
never [Thu, 21 Jul 2011 08:38:25 -0700] rev 10251
7012081: JSR 292: SA-JDI can't read MH/MT/Indy ConstantPool entries Reviewed-by: kvn, twisti, jrose
Wed, 20 Jul 2011 18:04:17 -0700 7066339: Tiered: policy should make consistent decisions about osr levels
iveresov [Wed, 20 Jul 2011 18:04:17 -0700] rev 10250
7066339: Tiered: policy should make consistent decisions about osr levels Summary: Added feedback disabling flag to common(), fixed handling of TieredStopAtLevel. Reviewed-by: kvn, never
Wed, 17 Aug 2011 07:05:42 -0400 Merge
collins [Wed, 17 Aug 2011 07:05:42 -0400] rev 10249
Merge
Tue, 16 Aug 2011 09:18:47 -0400 Merge
zgu [Tue, 16 Aug 2011 09:18:47 -0400] rev 10248
Merge
Tue, 12 Jul 2011 21:13:53 -0400 7065535: Mistyped function name that disabled UseLargePages on Windows
zgu [Tue, 12 Jul 2011 21:13:53 -0400] rev 10247
7065535: Mistyped function name that disabled UseLargePages on Windows Summary: Missing suffix "A" of Windows API LookupPrivilegeValue failed finding function pointer, caused VM to disable UseLargePages option Reviewed-by: coleenp, phh
Fri, 15 Apr 2011 09:34:43 -0400 7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls
zgu [Fri, 15 Apr 2011 09:34:43 -0400] rev 10246
7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls Summary: Created Windows Dll wrapped to handle jdk6 and jdk7 platform requirements, also provided more restictive Dll search orders for Windows system Dlls. Reviewed-by: acorn, dcubed, ohair, alanb
Wed, 10 Aug 2011 15:04:21 +0400 7073913: The fix for 7017193 causes segfaults
dsamersoff [Wed, 10 Aug 2011 15:04:21 +0400] rev 10245
7073913: The fix for 7017193 causes segfaults Summary: Buffer overflow in os::get_line_chars Reviewed-by: coleenp, dholmes, dcubed Contributed-by: aph@redhat.com
Tue, 16 Aug 2011 08:02:29 -0700 Merge
ysr [Tue, 16 Aug 2011 08:02:29 -0700] rev 10244
Merge
Fri, 12 Aug 2011 11:31:06 -0400 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally
tonyp [Fri, 12 Aug 2011 11:31:06 -0400] rev 10243
7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally Summary: Refactor the allocation code during GC to use the G1AllocRegion abstraction. Use separate subclasses of G1AllocRegion for survivor and old regions. Avoid BOT updates and dirty survivor cards incrementally for the former. Reviewed-by: brutisso, johnc, ysr
Thu, 11 Aug 2011 11:36:29 -0700 7074579: G1: JVM crash with JDK7 running ATG CRMDemo Fusion App
johnc [Thu, 11 Aug 2011 11:36:29 -0700] rev 10242
7074579: G1: JVM crash with JDK7 running ATG CRMDemo Fusion App Summary: Handlize MemoryUsage klass oop in createGCInfo routine Reviewed-by: tonyp, fparain, ysr, jcoomes
Thu, 11 Aug 2011 14:58:29 +0100 Merge
kevinw [Thu, 11 Aug 2011 14:58:29 +0100] rev 10241
Merge
Tue, 02 Aug 2011 14:37:35 +0100 7072527: CMS: JMM GC counters overcount in some cases
kevinw [Tue, 02 Aug 2011 14:37:35 +0100] rev 10240
7072527: CMS: JMM GC counters overcount in some cases Summary: Avoid overcounting when CMS has concurrent mode failure. Reviewed-by: ysr Contributed-by: rednaxelafx@gmail.com
Fri, 05 Aug 2011 16:50:14 -0700 7060836: RHEL 5.5 and 5.6 should support UseNUMA
iveresov [Fri, 05 Aug 2011 16:50:14 -0700] rev 10239
7060836: RHEL 5.5 and 5.6 should support UseNUMA Summary: Add a wrapper for sched_getcpu() for systems where libc lacks it Reviewed-by: ysr Contributed-by: Andrew John Hughes <ahughes@redhat.com>
Fri, 05 Aug 2011 16:44:01 -0700 7060842: UseNUMA crash with UseHugreTLBFS running SPECjvm2008
iveresov [Fri, 05 Aug 2011 16:44:01 -0700] rev 10238
7060842: UseNUMA crash with UseHugreTLBFS running SPECjvm2008 Summary: Use mmap() instead of madvise(MADV_DONTNEED) to uncommit pages Reviewed-by: ysr
Tue, 02 Aug 2011 12:13:13 -0700 7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking
johnc [Tue, 02 Aug 2011 12:13:13 -0700] rev 10237
7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking Summary: Align the reserved size of the heap and perm to the heap region size to get a preferred heap base that is aligned to the region size, and call the correct heap reservation constructor. Also add a check in the heap reservation code that the reserved space starts at the requested address (if any). Reviewed-by: kvn, ysr
Mon, 01 Aug 2011 10:04:28 -0700 7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark
johnc [Mon, 01 Aug 2011 10:04:28 -0700] rev 10236
7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark Summary: In root processing, move the scanning of the reference processor's discovered lists to before RSet updating and scanning. When scanning the reference processor's discovered lists, use a buffering closure so that the time spent copying any reference object is correctly attributed. Also removed a couple of unused and irrelevant timers. Reviewed-by: ysr, jmasa
Thu, 28 Jul 2011 14:10:21 -0400 7072341: enable hotspot builds on Linux 3.0
andrew [Thu, 28 Jul 2011 14:10:21 -0400] rev 10235
7072341: enable hotspot builds on Linux 3.0 Summary: Add "3" to list of allowable versions Reviewed-by: kamg, chrisphi
Sat, 23 Jul 2011 10:42:20 -0400 Merge
coleenp [Sat, 23 Jul 2011 10:42:20 -0400] rev 10234
Merge
Fri, 22 Jul 2011 00:29:01 -0700 7046490: Preallocated OOME objects should obey Throwable stack trace protocol
dholmes [Fri, 22 Jul 2011 00:29:01 -0700] rev 10233
7046490: Preallocated OOME objects should obey Throwable stack trace protocol Summary: Update the OOME stacktrace to contain Throwable.UNASSIGNED_STACK when the backtrace is filled in Reviewed-by: mchung, phh
Sat, 16 Jul 2011 22:21:39 -0400 Merge
coleenp [Sat, 16 Jul 2011 22:21:39 -0400] rev 10232
Merge
Thu, 07 Jul 2011 22:34:34 -0400 Merge
coleenp [Thu, 07 Jul 2011 22:34:34 -0400] rev 10231
Merge
Sat, 02 Jul 2011 04:17:12 -0400 7052988: JPRT embedded builds don't set MINIMIZE_RAM_USAGE
dholmes [Sat, 02 Jul 2011 04:17:12 -0400] rev 10230
7052988: JPRT embedded builds don't set MINIMIZE_RAM_USAGE Reviewed-by: kamg, dsamersoff
Wed, 29 Jun 2011 20:28:58 -0700 6951623: 3/3 possible performance problems in FollowReferences() and GetObjectsWithTags()
dcubed [Wed, 29 Jun 2011 20:28:58 -0700] rev 10229
6951623: 3/3 possible performance problems in FollowReferences() and GetObjectsWithTags() Summary: Call collect_stack_roots() before collect_simple_roots() as an optimization. Reviewed-by: ysr, dsamersoff, dcubed Contributed-by: ashok.srinivasa.murthy@oracle.com
Thu, 23 Jun 2011 20:31:43 -0700 7043987: 3/3 JVMTI FollowReferences is slow
dcubed [Thu, 23 Jun 2011 20:31:43 -0700] rev 10228
7043987: 3/3 JVMTI FollowReferences is slow Summary: VM_HeapWalkOperation::doit() should only reset mark bits when necessary. Reviewed-by: dsamersoff, ysr, dholmes, dcubed Contributed-by: ashok.srinivasa.murthy@oracle.com
Sat, 18 Jun 2011 13:32:27 +0400 Merge
dsamersoff [Sat, 18 Jun 2011 13:32:27 +0400] rev 10227
Merge
Thu, 09 Jun 2011 01:06:09 +0400 Merge
dsamersoff [Thu, 09 Jun 2011 01:06:09 +0400] rev 10226
Merge
Thu, 25 Aug 2011 17:17:59 -0700 Added tag jdk8-b02 for changeset 4c6704d59ad1
schien [Thu, 25 Aug 2011 17:17:59 -0700] rev 10225
Added tag jdk8-b02 for changeset 4c6704d59ad1
Thu, 25 Aug 2011 17:17:52 -0700 Added tag jdk8-b02 for changeset e9e28bfc0fe8
schien [Thu, 25 Aug 2011 17:17:52 -0700] rev 10224
Added tag jdk8-b02 for changeset e9e28bfc0fe8
Wed, 05 Jul 2017 17:48:42 +0200 Added tag jdk8-b02 for changeset 1b9d19620eb4
duke [Wed, 05 Jul 2017 17:48:42 +0200] rev 10223
Added tag jdk8-b02 for changeset 1b9d19620eb4
Wed, 05 Jul 2017 17:48:41 +0200 Merge jdk8-b02
duke [Wed, 05 Jul 2017 17:48:41 +0200] rev 10222
Merge
Wed, 05 Jul 2017 17:48:39 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:39 +0200] rev 10221
Merge
Thu, 18 Aug 2011 18:55:34 -0700 Added tag jdk8-b01 for changeset cca843a7d258
cl [Thu, 18 Aug 2011 18:55:34 -0700] rev 10220
Added tag jdk8-b01 for changeset cca843a7d258
Wed, 05 Jul 2017 17:48:36 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:36 +0200] rev 10219
Merge
Thu, 18 Aug 2011 18:55:18 -0700 Added tag jdk8-b01 for changeset f8eee974ce44
cl [Thu, 18 Aug 2011 18:55:18 -0700] rev 10218
Added tag jdk8-b01 for changeset f8eee974ce44
Wed, 05 Jul 2017 17:48:33 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:33 +0200] rev 10217
Merge
Thu, 18 Aug 2011 18:55:17 -0700 Added tag jdk8-b01 for changeset 1df939041fc6
cl [Thu, 18 Aug 2011 18:55:17 -0700] rev 10216
Added tag jdk8-b01 for changeset 1df939041fc6
Wed, 05 Jul 2017 17:48:30 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:30 +0200] rev 10215
Merge
Thu, 18 Aug 2011 18:55:08 -0700 Added tag jdk8-b01 for changeset a3a3c58b415c
cl [Thu, 18 Aug 2011 18:55:08 -0700] rev 10214
Added tag jdk8-b01 for changeset a3a3c58b415c
Wed, 05 Jul 2017 17:48:27 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:27 +0200] rev 10213
Merge
Thu, 18 Aug 2011 18:55:25 -0700 Added tag jdk8-b01 for changeset c044acdfb900
cl [Thu, 18 Aug 2011 18:55:25 -0700] rev 10212
Added tag jdk8-b01 for changeset c044acdfb900
Wed, 05 Jul 2017 17:48:25 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:25 +0200] rev 10211
Merge
Thu, 18 Aug 2011 18:55:12 -0700 Added tag jdk8-b01 for changeset 2143c41c2a90
cl [Thu, 18 Aug 2011 18:55:12 -0700] rev 10210
Added tag jdk8-b01 for changeset 2143c41c2a90
Wed, 24 Aug 2011 13:50:03 -0700 Merge
schien [Wed, 24 Aug 2011 13:50:03 -0700] rev 10209
Merge
Tue, 26 Jul 2011 21:54:25 +0200 7071275: Fix jdk7 references in README files, remove Forest Extension mentions
neugens [Tue, 26 Jul 2011 21:54:25 +0200] rev 10208
7071275: Fix jdk7 references in README files, remove Forest Extension mentions Summary: Change documentation to remove reference to forest and reflect update to jdk8. Reviewed-by: ohair
Thu, 18 Aug 2011 18:55:03 -0700 Added tag jdk8-b01 for changeset dd03729633cc
cl [Thu, 18 Aug 2011 18:55:03 -0700] rev 10207
Added tag jdk8-b01 for changeset dd03729633cc
Wed, 05 Jul 2017 17:48:15 +0200 Added tag jdk8-b01 for changeset de9223c94f9c
duke [Wed, 05 Jul 2017 17:48:15 +0200] rev 10206
Added tag jdk8-b01 for changeset de9223c94f9c
Wed, 05 Jul 2017 17:48:14 +0200 Merge jdk8-b01
duke [Wed, 05 Jul 2017 17:48:14 +0200] rev 10205
Merge
Wed, 05 Jul 2017 17:48:11 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:11 +0200] rev 10204
Merge
Fri, 05 Aug 2011 19:41:05 -0700 7064544: (javadoc) miscellaneous fixes requested by netbeans
ksrini [Fri, 05 Aug 2011 19:41:05 -0700] rev 10203
7064544: (javadoc) miscellaneous fixes requested by netbeans Summary: Contributed by netbeans team, modified to suit by the langtools team. Reviewed-by: jjg, bpatel
Fri, 05 Aug 2011 15:57:59 -0700 7074189: some javac tests fail with latest jtreg 4.1 b03
jjg [Fri, 05 Aug 2011 15:57:59 -0700] rev 10202
7074189: some javac tests fail with latest jtreg 4.1 b03 Reviewed-by: darcy
Thu, 04 Aug 2011 11:15:37 -0700 7071246: Enclosing string literal in parenthesis in switch-case crashes javac
darcy [Thu, 04 Aug 2011 11:15:37 -0700] rev 10201
7071246: Enclosing string literal in parenthesis in switch-case crashes javac Reviewed-by: mcimadamore
Wed, 27 Jul 2011 11:53:17 -0700 7068902: (javac) allow enabling or disabling of String folding
ksrini [Wed, 27 Jul 2011 11:53:17 -0700] rev 10200
7068902: (javac) allow enabling or disabling of String folding Summary: Contributed by netbeans team, modified to suit by the langtools team. Reviewed-by: jjg, mcimadamore
Wed, 27 Jul 2011 19:01:33 +0100 7057297: Project Coin: diamond erroneously accepts in array initializer expressions
mcimadamore [Wed, 27 Jul 2011 19:01:33 +0100] rev 10199
7057297: Project Coin: diamond erroneously accepts in array initializer expressions Summary: Diamond in array initializer expressions should be rejected Reviewed-by: jjg
Wed, 27 Jul 2011 19:01:08 +0100 7046778: Project Coin: problem with diamond and member inner classes
mcimadamore [Wed, 27 Jul 2011 19:01:08 +0100] rev 10198
7046778: Project Coin: problem with diamond and member inner classes Summary: Diamond inference generates spurious error messages when target type is a member inner class Reviewed-by: jjg
Wed, 27 Jul 2011 19:00:53 +0100 7062745: Regression: difference in overload resolution when two methods are maximally specific
mcimadamore [Wed, 27 Jul 2011 19:00:53 +0100] rev 10197
7062745: Regression: difference in overload resolution when two methods are maximally specific Summary: Fix most specific when two methods are maximally specific and only one has non-raw return type Reviewed-by: jjg, dlsmith
Fri, 22 Jul 2011 21:31:14 -0700 Merge
ohair [Fri, 22 Jul 2011 21:31:14 -0700] rev 10196
Merge
Fri, 22 Jul 2011 17:35:20 -0700 7069993: Adjust make/jprt.properties file for jdk8
ohair [Fri, 22 Jul 2011 17:35:20 -0700] rev 10195
7069993: Adjust make/jprt.properties file for jdk8 Reviewed-by: katleman
Thu, 14 Jul 2011 18:58:27 -0700 Merge
lana [Thu, 14 Jul 2011 18:58:27 -0700] rev 10194
Merge
Thu, 07 Jul 2011 13:29:31 -0700 7061125: Proposed javac argument processing performance improvement
jjg [Thu, 07 Jul 2011 13:29:31 -0700] rev 10193
7061125: Proposed javac argument processing performance improvement Reviewed-by: jjg, dlsmith, mcimadamore, forax Contributed-by: schlosna@gmail.com
Tue, 05 Jul 2011 16:37:24 -0700 7025809: Provided new utility visitors supporting SourceVersion.RELEASE_8
darcy [Tue, 05 Jul 2011 16:37:24 -0700] rev 10192
7025809: Provided new utility visitors supporting SourceVersion.RELEASE_8 Reviewed-by: jjg, mcimadamore
Fri, 01 Jul 2011 14:28:19 -0700 7060642: (javadoc) improve performance on accessing inlinedTags
ksrini [Fri, 01 Jul 2011 14:28:19 -0700] rev 10191
7060642: (javadoc) improve performance on accessing inlinedTags Reviewed-by: jjg, bpatel
Fri, 01 Jul 2011 13:34:37 -0700 6735320: StringIndexOutOfBoundsException for empty @serialField tag
ksrini [Fri, 01 Jul 2011 13:34:37 -0700] rev 10190
6735320: StringIndexOutOfBoundsException for empty @serialField tag Reviewed-by: jjg, bpatel
Thu, 30 Jun 2011 14:33:45 -0700 7059905: (javadoc) promote method visibility for netbeans usage
ksrini [Thu, 30 Jun 2011 14:33:45 -0700] rev 10189
7059905: (javadoc) promote method visibility for netbeans usage Reviewed-by: jjg, bpatel
Thu, 30 Jun 2011 14:19:25 -0700 Merge
lana [Thu, 30 Jun 2011 14:19:25 -0700] rev 10188
Merge
Thu, 30 Jun 2011 12:00:53 -0700 7060926: Attr.PostAttrAnalyzer misses a case
jjg [Thu, 30 Jun 2011 12:00:53 -0700] rev 10187
7060926: Attr.PostAttrAnalyzer misses a case Reviewed-by: mcimadamore
Fri, 24 Jun 2011 13:52:14 -0700 6575445: Update annotation processor to only use java.util.ServiceLoader
darcy [Fri, 24 Jun 2011 13:52:14 -0700] rev 10186
6575445: Update annotation processor to only use java.util.ServiceLoader Reviewed-by: jjg
Thu, 23 Jun 2011 17:30:49 -0700 Merge
lana [Thu, 23 Jun 2011 17:30:49 -0700] rev 10185
Merge
Wed, 22 Jun 2011 23:26:00 -0700 Merge
lana [Wed, 22 Jun 2011 23:26:00 -0700] rev 10184
Merge
Thu, 23 Jun 2011 11:49:27 -0700 7058174: Reduce langtools build warnings
jjg [Thu, 23 Jun 2011 11:49:27 -0700] rev 10183
7058174: Reduce langtools build warnings Reviewed-by: jjg Contributed-by: alexandre.boulgakov@oracle.com
Wed, 22 Jun 2011 17:07:02 -0700 6449184: Provide JavacProcessingEnvironment.getWriter
darcy [Wed, 22 Jun 2011 17:07:02 -0700] rev 10182
6449184: Provide JavacProcessingEnvironment.getWriter Reviewed-by: jjg
Mon, 13 Jun 2011 12:17:14 -0700 7052122: Update JDK_MINOR_VERSION for JDK 8
darcy [Mon, 13 Jun 2011 12:17:14 -0700] rev 10181
7052122: Update JDK_MINOR_VERSION for JDK 8 Reviewed-by: mr, katleman
Wed, 01 Jun 2011 23:56:31 -0700 7025784: Add SourceVersion.RELEASE_8
darcy [Wed, 01 Jun 2011 23:56:31 -0700] rev 10180
7025784: Add SourceVersion.RELEASE_8 7025786: Add -source 8 and -target 8 to javac 7025789: Change javac source and target default to 8 Reviewed-by: jjg
Mon, 27 Jun 2011 14:11:09 -0700 Merge
schien [Mon, 27 Jun 2011 14:11:09 -0700] rev 10179
Merge
Mon, 27 Jun 2011 13:21:47 -0700 Added tag jdk7-b147 for changeset af62a2ace951
schien [Mon, 27 Jun 2011 13:21:47 -0700] rev 10178
Added tag jdk7-b147 for changeset af62a2ace951
Mon, 20 Jun 2011 17:39:54 -0700 Merge
schien [Mon, 20 Jun 2011 17:39:54 -0700] rev 10177
Merge
Wed, 08 Jun 2011 10:25:17 -0700 Merge
schien [Wed, 08 Jun 2011 10:25:17 -0700] rev 10176
Merge
Tue, 24 May 2011 15:28:18 -0700 7048009: Update .jcheck/conf files for JDK 8
mr [Tue, 24 May 2011 15:28:18 -0700] rev 10175
7048009: Update .jcheck/conf files for JDK 8 Reviewed-by: jjh
Wed, 05 Jul 2017 17:48:04 +0200 Merge
duke [Wed, 05 Jul 2017 17:48:04 +0200] rev 10174
Merge
Fri, 22 Jul 2011 17:35:04 -0700 7069993: Adjust make/jprt.properties file for jdk8
ohair [Fri, 22 Jul 2011 17:35:04 -0700] rev 10173
7069993: Adjust make/jprt.properties file for jdk8 Reviewed-by: katleman
Mon, 27 Jun 2011 14:10:24 -0700 Merge
schien [Mon, 27 Jun 2011 14:10:24 -0700] rev 10172
Merge
Mon, 27 Jun 2011 13:21:27 -0700 Added tag jdk7-b147 for changeset c504e1cee58c
schien [Mon, 27 Jun 2011 13:21:27 -0700] rev 10171
Added tag jdk7-b147 for changeset c504e1cee58c
Mon, 20 Jun 2011 17:28:32 -0700 Merge
schien [Mon, 20 Jun 2011 17:28:32 -0700] rev 10170
Merge
Wed, 08 Jun 2011 10:21:10 -0700 Merge
schien [Wed, 08 Jun 2011 10:21:10 -0700] rev 10169
Merge
Tue, 24 May 2011 15:28:32 -0700 7048009: Update .jcheck/conf files for JDK 8
mr [Tue, 24 May 2011 15:28:32 -0700] rev 10168
7048009: Update .jcheck/conf files for JDK 8 Reviewed-by: jjh
Wed, 05 Jul 2017 17:47:59 +0200 Merge
duke [Wed, 05 Jul 2017 17:47:59 +0200] rev 10167
Merge
Fri, 22 Jul 2011 17:34:49 -0700 7069993: Adjust make/jprt.properties file for jdk8
ohair [Fri, 22 Jul 2011 17:34:49 -0700] rev 10166
7069993: Adjust make/jprt.properties file for jdk8 Reviewed-by: katleman
Mon, 27 Jun 2011 14:10:24 -0700 Merge
schien [Mon, 27 Jun 2011 14:10:24 -0700] rev 10165
Merge
Mon, 27 Jun 2011 13:21:26 -0700 Added tag jdk7-b147 for changeset f2a6a84060f0
schien [Mon, 27 Jun 2011 13:21:26 -0700] rev 10164
Added tag jdk7-b147 for changeset f2a6a84060f0
Mon, 20 Jun 2011 17:28:31 -0700 Merge
schien [Mon, 20 Jun 2011 17:28:31 -0700] rev 10163
Merge
Wed, 08 Jun 2011 10:21:10 -0700 Merge
schien [Wed, 08 Jun 2011 10:21:10 -0700] rev 10162
Merge
Tue, 24 May 2011 15:28:38 -0700 7048009: Update .jcheck/conf files for JDK 8
mr [Tue, 24 May 2011 15:28:38 -0700] rev 10161
7048009: Update .jcheck/conf files for JDK 8 Reviewed-by: jjh
Wed, 05 Jul 2017 17:47:56 +0200 Merge
duke [Wed, 05 Jul 2017 17:47:56 +0200] rev 10160
Merge
Fri, 22 Jul 2011 17:34:04 -0700 7069993: Adjust make/jprt.properties file for jdk8
ohair [Fri, 22 Jul 2011 17:34:04 -0700] rev 10159
7069993: Adjust make/jprt.properties file for jdk8 Reviewed-by: katleman
Mon, 27 Jun 2011 14:10:09 -0700 Merge
schien [Mon, 27 Jun 2011 14:10:09 -0700] rev 10158
Merge
Mon, 27 Jun 2011 13:21:13 -0700 Added tag jdk7-b147 for changeset a80bb2097f8e
schien [Mon, 27 Jun 2011 13:21:13 -0700] rev 10157
Added tag jdk7-b147 for changeset a80bb2097f8e
Mon, 20 Jun 2011 17:28:20 -0700 Merge
schien [Mon, 20 Jun 2011 17:28:20 -0700] rev 10156
Merge
Wed, 08 Jun 2011 10:20:44 -0700 Merge
schien [Wed, 08 Jun 2011 10:20:44 -0700] rev 10155
Merge
Tue, 24 May 2011 15:28:43 -0700 7048009: Update .jcheck/conf files for JDK 8
mr [Tue, 24 May 2011 15:28:43 -0700] rev 10154
7048009: Update .jcheck/conf files for JDK 8 Reviewed-by: jjh
Wed, 05 Jul 2017 17:47:52 +0200 Merge
duke [Wed, 05 Jul 2017 17:47:52 +0200] rev 10153
Merge
Tue, 09 Aug 2011 17:38:52 -0700 Merge
lana [Tue, 09 Aug 2011 17:38:52 -0700] rev 10152
Merge
Tue, 09 Aug 2011 16:59:44 +0100 7076756: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin
chegar [Tue, 09 Aug 2011 16:59:44 +0100] rev 10151
7076756: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin Reviewed-by: alanb, dcubed
Tue, 09 Aug 2011 16:39:04 +0100 7073295: TEST_BUG: test/java/lang/instrument/ManifestTest.sh causing havoc (win)
chegar [Tue, 09 Aug 2011 16:39:04 +0100] rev 10150
7073295: TEST_BUG: test/java/lang/instrument/ManifestTest.sh causing havoc (win) Reviewed-by: mchung
Mon, 08 Aug 2011 16:27:41 -0700 7012365: TEST_BUG: test/java/nio/charset/spi/basic.sh can be run with Cygwin
mchung [Mon, 08 Aug 2011 16:27:41 -0700] rev 10149
7012365: TEST_BUG: test/java/nio/charset/spi/basic.sh can be run with Cygwin Reviewed-by: darcy
Mon, 08 Aug 2011 16:26:25 -0700 7036518: TEST_BUG: add cygwin support to test/java/nio/charset/coders/CheckSJISMappingProp.sh
mchung [Mon, 08 Aug 2011 16:26:25 -0700] rev 10148
7036518: TEST_BUG: add cygwin support to test/java/nio/charset/coders/CheckSJISMappingProp.sh 7036519: TEST_BUG: add cygwin support to test/demo/zipfs/basic.sh Reviewed-by: sherman
Mon, 08 Aug 2011 09:07:43 -0700 6380161: (reflect) Exception from newInstance() not chained to cause.
darcy [Mon, 08 Aug 2011 09:07:43 -0700] rev 10147
6380161: (reflect) Exception from newInstance() not chained to cause. Reviewed-by: dholmes, lancea, forax
Mon, 08 Aug 2011 13:20:16 +0100 7076215: (jli) jdk/src/share/bin/jli_util.h should include function prototypes for str functions
alanb [Mon, 08 Aug 2011 13:20:16 +0100] rev 10146
7076215: (jli) jdk/src/share/bin/jli_util.h should include function prototypes for str functions Reviewed-by: alanb Contributed-by: neil.richards@ngmr.net
Sun, 07 Aug 2011 17:03:46 -0700 Merge
lana [Sun, 07 Aug 2011 17:03:46 -0700] rev 10145
Merge
Fri, 05 Aug 2011 16:03:00 -0700 Merge
lana [Fri, 05 Aug 2011 16:03:00 -0700] rev 10144
Merge
Sat, 06 Aug 2011 14:35:58 -0700 7075098: Remove unused fdlibm files
darcy [Sat, 06 Aug 2011 14:35:58 -0700] rev 10143
7075098: Remove unused fdlibm files Reviewed-by: alanb, mduigou
Thu, 04 Aug 2011 08:53:16 -0700 7073296: Executable.equalParamTypes() incorrectly returns true when the number of params differs.
mduigou [Thu, 04 Aug 2011 08:53:16 -0700] rev 10142
7073296: Executable.equalParamTypes() incorrectly returns true when the number of params differs. Reviewed-by: alanb, darcy
Thu, 04 Aug 2011 18:18:45 +0800 7061379: [Kerberos] Cross-realm authentication fails, due to nameType problem
weijun [Thu, 04 Aug 2011 18:18:45 +0800] rev 10141
7061379: [Kerberos] Cross-realm authentication fails, due to nameType problem Reviewed-by: valeriep
Fri, 29 Jul 2011 10:55:21 -0700 6978200: ServerSocket.toString include "port=0" in the returned String
chegar [Fri, 29 Jul 2011 10:55:21 -0700] rev 10140
6978200: ServerSocket.toString include "port=0" in the returned String Summary: Removal of "port=0" from ServerSocket.toString method Reviewed-by: alanb, chegar Contributed-by: kurchi.subhra.hazra@oracle.com
Fri, 29 Jul 2011 16:45:37 -0700 7072523: java.math should be built with javac -Xlint:all -Werror
jjg [Fri, 29 Jul 2011 16:45:37 -0700] rev 10139
7072523: java.math should be built with javac -Xlint:all -Werror Reviewed-by: darcy Contributed-by: alexandre.boulgakov@oracle.com
Fri, 29 Jul 2011 02:50:58 -0700 7068662: Reserve and restore the default locale
xuelei [Fri, 29 Jul 2011 02:50:58 -0700] rev 10138
7068662: Reserve and restore the default locale Reviewed-by: alanb, weijun
Thu, 28 Jul 2011 13:34:31 -0700 7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror
jjg [Thu, 28 Jul 2011 13:34:31 -0700] rev 10137
7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror Reviewed-by: alanb, chegar Contributed-by: alexandre.boulgakov@oracle.com
Wed, 27 Jul 2011 18:10:10 +0100 6670868: StackOverFlow with bad authenticated Proxy tunnels
chegar [Wed, 27 Jul 2011 18:10:10 +0100] rev 10136
6670868: StackOverFlow with bad authenticated Proxy tunnels Reviewed-by: michaelm
Mon, 25 Jul 2011 16:20:39 -0700 7069870: Parts of the JDK erroneously rely on generic array initializers with diamond
jjg [Mon, 25 Jul 2011 16:20:39 -0700] rev 10135
7069870: Parts of the JDK erroneously rely on generic array initializers with diamond Reviewed-by: ksrini, mcimadamore Contributed-by: alexandre.boulgakov@oracle.com
Mon, 25 Jul 2011 14:35:13 -0700 7035556: DatagramSocket.java:183: warning: unreachable catch clause
chegar [Mon, 25 Jul 2011 14:35:13 -0700] rev 10134
7035556: DatagramSocket.java:183: warning: unreachable catch clause Summary: Remove redundant catches in bind Reviewed-by: alanb, michaelm, wetmore, chegar Contributed-by: kurchi.subhra.hazra@oracle.com
Fri, 22 Jul 2011 21:31:12 -0700 Merge
ohair [Fri, 22 Jul 2011 21:31:12 -0700] rev 10133
Merge
Fri, 22 Jul 2011 17:35:39 -0700 7069993: Adjust make/jprt.properties file for jdk8
ohair [Fri, 22 Jul 2011 17:35:39 -0700] rev 10132
7069993: Adjust make/jprt.properties file for jdk8 Reviewed-by: katleman
Fri, 22 Jul 2011 10:25:46 +0800 6330275: Rework the PaddingTest regression test.
weijun [Fri, 22 Jul 2011 10:25:46 +0800] rev 10131
6330275: Rework the PaddingTest regression test. Reviewed-by: wetmore, smarks
Thu, 21 Jul 2011 17:28:10 +0100 7068416: Lightweight HTTP Server should support TCP_NODELAY
chegar [Thu, 21 Jul 2011 17:28:10 +0100] rev 10130
7068416: Lightweight HTTP Server should support TCP_NODELAY Reviewed-by: alanb, michaelm
Wed, 20 Jul 2011 12:19:41 -0700 7068617: Core libraries don't build with javac -Xlint:all -Werror
jjg [Wed, 20 Jul 2011 12:19:41 -0700] rev 10129
7068617: Core libraries don't build with javac -Xlint:all -Werror Reviewed-by: darcy Contributed-by: alexandre.boulgakov@oracle.com
Tue, 19 Jul 2011 21:47:23 -0700 7065972: Some race condition may happen in SSLSocketImpl class
xuelei [Tue, 19 Jul 2011 21:47:23 -0700] rev 10128
7065972: Some race condition may happen in SSLSocketImpl class Reviewed-by: wetmore, weijun, dgu
Tue, 19 Jul 2011 17:45:11 -0700 7007535: (reflect) Please generalize Constructor and Method
darcy [Tue, 19 Jul 2011 17:45:11 -0700] rev 10127
7007535: (reflect) Please generalize Constructor and Method Reviewed-by: mduigou, peterjones, dholmes, andrew
Tue, 19 Jul 2011 10:58:50 -0700 7067922: (launcher) java -jar throws NPE if JAR file does not contain Main-Class attribute
ksrini [Tue, 19 Jul 2011 10:58:50 -0700] rev 10126
7067922: (launcher) java -jar throws NPE if JAR file does not contain Main-Class attribute Reviewed-by: darcy, ohair, alanb, mduigou
Tue, 19 Jul 2011 08:21:05 -0700 7059709: close the IO in a final block
xuelei [Tue, 19 Jul 2011 08:21:05 -0700] rev 10125
7059709: close the IO in a final block Reviewed-by: smarks, mullan, wetmore
Mon, 18 Jul 2011 22:25:58 +0100 7021280: SocketPermission should accept wildcards
chegar [Mon, 18 Jul 2011 22:25:58 +0100] rev 10124
7021280: SocketPermission should accept wildcards Reviewed-by: michaelm
Mon, 18 Jul 2011 13:10:02 +0100 7068059: Update jdk/test/ProblemList.txt
alanb [Mon, 18 Jul 2011 13:10:02 +0100] rev 10123
7068059: Update jdk/test/ProblemList.txt Reviewed-by: mchung, chegar
Sun, 17 Jul 2011 18:53:40 -0700 7062430: Minor inconsistency in ulp descriptions
darcy [Sun, 17 Jul 2011 18:53:40 -0700] rev 10122
7062430: Minor inconsistency in ulp descriptions Reviewed-by: smarks, alanb
Fri, 15 Jul 2011 16:38:41 -0700 7062969: java -help still shows http://java.sun.com/javase/reference
ksrini [Fri, 15 Jul 2011 16:38:41 -0700] rev 10121
7062969: java -help still shows http://java.sun.com/javase/reference Reviewed-by: ohair, darcy
Thu, 14 Jul 2011 18:57:55 -0700 Merge
lana [Thu, 14 Jul 2011 18:57:55 -0700] rev 10120
Merge
Wed, 13 Jul 2011 12:24:56 +0100 7057320: test/java/util/concurrent/Executors/AutoShutdown.java failing intermittently
dl [Wed, 13 Jul 2011 12:24:56 +0100] rev 10119
7057320: test/java/util/concurrent/Executors/AutoShutdown.java failing intermittently Summary: Add retry/timeout for checking activeCount Reviewed-by: chegar
Tue, 12 Jul 2011 10:28:37 -0700 7022407: Spinning CPU in LocaleObjectCache.get()
naoto [Tue, 12 Jul 2011 10:28:37 -0700] rev 10118
7022407: Spinning CPU in LocaleObjectCache.get() Reviewed-by: okutsu
Tue, 12 Jul 2011 15:23:23 +0100 7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently
dl [Tue, 12 Jul 2011 15:23:23 +0100] rev 10117
7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently Reviewed-by: chegar
Tue, 12 Jul 2011 07:32:29 +0900 7012364: test/java/util/Locale/LocaleCategory.sh fails on Cygwin
peytoia [Tue, 12 Jul 2011 07:32:29 +0900] rev 10116
7012364: test/java/util/Locale/LocaleCategory.sh fails on Cygwin Reviewed-by: okutsu
Fri, 08 Jul 2011 10:25:57 -0700 7060849: Eliminate pack200 build warnings
ksrini [Fri, 08 Jul 2011 10:25:57 -0700] rev 10115
7060849: Eliminate pack200 build warnings Reviewed-by: ksrini, jjg Contributed-by: alexandre.boulgakov@oracle.com
Wed, 06 Jul 2011 11:08:20 -0400 7054969: Null-check-in-finally pattern in java/security documentation
mullan [Wed, 06 Jul 2011 11:08:20 -0400] rev 10114
7054969: Null-check-in-finally pattern in java/security documentation Reviewed-by: vinnie
Tue, 05 Jul 2011 15:25:10 +0100 7041125: LDAP API does not catch malformed filters that contain two operands for the ! operator
coffeys [Tue, 05 Jul 2011 15:25:10 +0100] rev 10113
7041125: LDAP API does not catch malformed filters that contain two operands for the ! operator Reviewed-by: weijun, xuelei
Fri, 01 Jul 2011 17:12:22 -0700 Merge
valeriep [Fri, 01 Jul 2011 17:12:22 -0700] rev 10112
Merge
Thu, 30 Jun 2011 18:42:37 -0700 7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk
valeriep [Thu, 30 Jun 2011 18:42:37 -0700] rev 10111
7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk Summary: Changed javah to use the newly built classes specified by $(CLASSDESTDIR) Reviewed-by: vinnie
Thu, 30 Jun 2011 17:59:13 -0700 7058708: Eliminate JDK build tools build warnings
jjg [Thu, 30 Jun 2011 17:59:13 -0700] rev 10110
7058708: Eliminate JDK build tools build warnings Reviewed-by: ohair, jjg Contributed-by: alexandre.boulgakov@oracle.com
Thu, 30 Jun 2011 16:50:34 -0700 7061195: Clean up makefiles for JDK 8
jjg [Thu, 30 Jun 2011 16:50:34 -0700] rev 10109
7061195: Clean up makefiles for JDK 8 Reviewed-by: ohair, jjg Contributed-by: alexandre.boulgakov@oracle.com
Thu, 30 Jun 2011 16:48:44 -0700 7061190: Update boot JDK version for JDK 8
jjg [Thu, 30 Jun 2011 16:48:44 -0700] rev 10108
7061190: Update boot JDK version for JDK 8 Reviewed-by: ohair, jjg Contributed-by: alexandre.boulgakov@oracle.com
Fri, 05 Aug 2011 15:35:04 -0700 Merge
lana [Fri, 05 Aug 2011 15:35:04 -0700] rev 10107
Merge
Wed, 03 Aug 2011 16:59:23 +0400 7072328: Sun URL in the MetalLookAndFeel.getLayoutStyle() specification should be replaced with Oracle one
rupashka [Wed, 03 Aug 2011 16:59:23 +0400] rev 10106
7072328: Sun URL in the MetalLookAndFeel.getLayoutStyle() specification should be replaced with Oracle one Reviewed-by: peterz
Mon, 01 Aug 2011 17:05:16 +0400 7068060: closed/java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java failed on windows
serb [Mon, 01 Aug 2011 17:05:16 +0400] rev 10105
7068060: closed/java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java failed on windows Reviewed-by: art, dcherepanov
Thu, 28 Jul 2011 18:24:54 +0400 7071166: LayoutStyle.getPreferredGap() - IAE is expected but not thrown
rupashka [Thu, 28 Jul 2011 18:24:54 +0400] rev 10104
7071166: LayoutStyle.getPreferredGap() - IAE is expected but not thrown Reviewed-by: peterz
Thu, 28 Jul 2011 18:13:17 +0400 6995769: occasion NPE thrown from SwingUtilities.computeIntersection()
rupashka [Thu, 28 Jul 2011 18:13:17 +0400] rev 10103
6995769: occasion NPE thrown from SwingUtilities.computeIntersection() Reviewed-by: alexp
Mon, 01 Aug 2011 17:40:38 -0700 Merge
lana [Mon, 01 Aug 2011 17:40:38 -0700] rev 10102
Merge
Wed, 27 Jul 2011 22:42:19 -0700 Merge
lana [Wed, 27 Jul 2011 22:42:19 -0700] rev 10101
Merge
Mon, 18 Jul 2011 18:21:31 +0400 7031941: Use generificated JComboBox and JList in core libraries
rupashka [Mon, 18 Jul 2011 18:21:31 +0400] rev 10100
7031941: Use generificated JComboBox and JList in core libraries Reviewed-by: alexp
Mon, 18 Jul 2011 17:40:12 +0400 6509273: Password in JPasswordField gets Printed in clear text
rupashka [Mon, 18 Jul 2011 17:40:12 +0400] rev 10099
6509273: Password in JPasswordField gets Printed in clear text Reviewed-by: alexp
Fri, 15 Jul 2011 19:25:06 +0400 4717864: setFont() does not update Fonts of Menus already on screen
serb [Fri, 15 Jul 2011 19:25:06 +0400] rev 10098
4717864: setFont() does not update Fonts of Menus already on screen Reviewed-by: art, bagiras
Fri, 15 Jul 2011 19:24:09 +0400 6642728: Use reflection to access ScrollPane's private method from within sun.awt package
serb [Fri, 15 Jul 2011 19:24:09 +0400] rev 10097
6642728: Use reflection to access ScrollPane's private method from within sun.awt package Reviewed-by: art, anthony
Fri, 15 Jul 2011 19:23:03 +0400 6596915: JCK-runtime-6a/tests/api/java_awt/Component/index.html tesPaintAll fails
serb [Fri, 15 Jul 2011 19:23:03 +0400] rev 10096
6596915: JCK-runtime-6a/tests/api/java_awt/Component/index.html tesPaintAll fails Reviewed-by: art, dcherepanov, anthony
Fri, 15 Jul 2011 19:19:33 +0400 7043815: AWT-XAWT - AWT-EventQueue-0 deadlock.
serb [Fri, 15 Jul 2011 19:19:33 +0400] rev 10095
7043815: AWT-XAWT - AWT-EventQueue-0 deadlock. Reviewed-by: art, dcherepanov
Fri, 15 Jul 2011 19:18:38 +0400 7043679: Wrong class name is used in Java_sun_awt_windows_WPrinterJob_initIDs
serb [Fri, 15 Jul 2011 19:18:38 +0400] rev 10094
7043679: Wrong class name is used in Java_sun_awt_windows_WPrinterJob_initIDs Reviewed-by: dav, art
Fri, 15 Jul 2011 14:43:22 +0400 4909150: WindowsTreeUI can cause NullPointerException occasionally
rupashka [Fri, 15 Jul 2011 14:43:22 +0400] rev 10093
4909150: WindowsTreeUI can cause NullPointerException occasionally Reviewed-by: alexp
Tue, 12 Jul 2011 11:41:50 +0400 7019963: The goto parent directory button doesn't operate in JFileChooser
rupashka [Tue, 12 Jul 2011 11:41:50 +0400] rev 10092
7019963: The goto parent directory button doesn't operate in JFileChooser Reviewed-by: alexp
Mon, 11 Jul 2011 16:54:21 -0700 Merge
lana [Mon, 11 Jul 2011 16:54:21 -0700] rev 10091
Merge
Tue, 12 Jul 2011 08:46:49 +0900 7051769: java.text.Bidi.toString() output is wrong
peytoia [Tue, 12 Jul 2011 08:46:49 +0900] rev 10090
7051769: java.text.Bidi.toString() output is wrong Reviewed-by: okutsu
Tue, 12 Jul 2011 08:00:12 +0900 7042148: closed/java/awt/font/TextLayout/CheckLayoutLTR.java failed
peytoia [Tue, 12 Jul 2011 08:00:12 +0900] rev 10089
7042148: closed/java/awt/font/TextLayout/CheckLayoutLTR.java failed Reviewed-by: okutsu
Mon, 11 Jul 2011 15:59:29 +0400 7050935: closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
bagiras [Mon, 11 Jul 2011 15:59:29 +0400] rev 10088
7050935: closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32 Reviewed-by: art, dcherepanov
Tue, 26 Jul 2011 21:34:25 +0200 7070155: A small refactoring patch for the abstract RenderingEngine.
neugens [Tue, 26 Jul 2011 21:34:25 +0200] rev 10087
7070155: A small refactoring patch for the abstract RenderingEngine. Summary: Simplify code by using ReflectiveOperationException instead of 3 ignored catch blocks Reviewed-by: prr
Wed, 20 Jul 2011 16:18:08 +0400 7044285: 64 bit VM crashes in Java_sun_java2d_loops_MaskFill_MaskFill
bae [Wed, 20 Jul 2011 16:18:08 +0400] rev 10086
7044285: 64 bit VM crashes in Java_sun_java2d_loops_MaskFill_MaskFill Reviewed-by: jgodinez, prr
Tue, 19 Jul 2011 14:09:25 -0700 7068471: NPE in sun.font.FontConfigManager.getFontConfigFont() when libfontconfig.so is not installed
prr [Tue, 19 Jul 2011 14:09:25 -0700] rev 10085
7068471: NPE in sun.font.FontConfigManager.getFontConfigFont() when libfontconfig.so is not installed Reviewed-by: jgodinez, prr Contributed-by: spoole@linux.vnet.ibm.com
Thu, 07 Jul 2011 19:18:01 -0700 Merge
lana [Thu, 07 Jul 2011 19:18:01 -0700] rev 10084
Merge
Fri, 01 Jul 2011 12:26:33 -0700 Merge
lana [Fri, 01 Jul 2011 12:26:33 -0700] rev 10083
Merge
Sat, 16 Jul 2011 15:47:53 -0700 6983728: JSR 292 remove argument count limitations
jrose [Sat, 16 Jul 2011 15:47:53 -0700] rev 10082
6983728: JSR 292 remove argument count limitations Summary: Remove workarounds and limitations from before 6939861. Reviewed-by: never
Sat, 16 Jul 2011 15:44:33 -0700 7058651: JSR 292 unit tests need a refresh
jrose [Sat, 16 Jul 2011 15:44:33 -0700] rev 10081
7058651: JSR 292 unit tests need a refresh Summary: Enhancements to unit tests. Reviewed-by: never, twisti
Sat, 16 Jul 2011 15:40:13 -0700 7058630: JSR 292 method handle proxy violates contract for Object methods
jrose [Sat, 16 Jul 2011 15:40:13 -0700] rev 10080
7058630: JSR 292 method handle proxy violates contract for Object methods Reviewed-by: never, twisti
Wed, 13 Jul 2011 01:40:55 -0700 Merge
jrose [Wed, 13 Jul 2011 01:40:55 -0700] rev 10079
Merge
Tue, 14 Jun 2011 22:47:12 -0700 7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces
jrose [Tue, 14 Jun 2011 22:47:12 -0700] rev 10078
7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces Summary: fix non-compliant logic in MethodHandleProxies, fix invalid private classes in MethodHandlesTest Reviewed-by: twisti, never
Thu, 30 Jun 2011 14:18:40 -0700 Merge
lana [Thu, 30 Jun 2011 14:18:40 -0700] rev 10077
Merge
Tue, 28 Jun 2011 10:09:56 +0100 Merge
michaelm [Tue, 28 Jun 2011 10:09:56 +0100] rev 10076
Merge
Tue, 28 Jun 2011 10:07:41 +0100 7058832: com/sun/net/httpserver/bugs/B6373555.java failing intermittently
michaelm [Tue, 28 Jun 2011 10:07:41 +0100] rev 10075
7058832: com/sun/net/httpserver/bugs/B6373555.java failing intermittently Reviewed-by: alanb
(0) -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 +30000 tip