jcoomes [Wed, 12 Aug 2009 14:27:54 -0700] rev 3610
6867645: java -Xshare:dump failed - read only space too small
Reviewed-by: iveresov, tonyp, ysr
jcoomes [Tue, 11 Aug 2009 23:24:41 -0700] rev 3609
6866585: debug code in ciObjectFactory too slow for large objects
Reviewed-by: ysr, never, kvn
ysr [Sun, 09 Aug 2009 17:03:51 -0700] rev 3608
Merge
jcoomes [Wed, 05 Aug 2009 12:33:29 -0700] rev 3607
6821693: 64-bit TaskQueue capacity still too small
6821507: Alignment problem in GC taskqueue
Reviewed-by: tonyp, apetrusenko
jrose [Thu, 06 Aug 2009 16:15:16 -0700] rev 3606
Merge
jrose [Thu, 06 Aug 2009 14:28:54 -0700] rev 3605
6868487: EnableInvokeDynamic and EnableMethodHandles should not be visible flags in JDK6 or JDK7
Summary: switch them from product to experimental; 6817525 will toggle them and switch to diagnostic
Reviewed-by: kvn
never [Thu, 06 Aug 2009 12:24:41 -0700] rev 3604
6868051: (SA) FreeChunk support for compressed oops is broken
Reviewed-by: kvn, dcubed
kvn [Thu, 06 Aug 2009 09:37:26 -0700] rev 3603
Merge
cfang [Tue, 04 Aug 2009 21:32:08 -0700] rev 3602
6868269: CompileTheWorld assertion failure introduced by the reexecute bit implementation
Summary: Improvement on reexecute implementation to fix the assertion failure
Reviewed-by: kvn, never
kvn [Tue, 04 Aug 2009 17:11:17 -0700] rev 3601
6868486: timouts and outOfMemory in regression tests
Summary: Increase timeout for tests and heap size for 6851282 test.
Reviewed-by: never, cfang
cfang [Fri, 31 Jul 2009 17:12:33 -0700] rev 3600
6833129: specjvm98 fails with NullPointerException in the compiler with -XX:DeoptimizeALot
Summary: developed a reexecute logic for the interpreter to reexecute the bytecode when deopt happens
Reviewed-by: kvn, never, jrose, twisti
kvn [Fri, 31 Jul 2009 12:04:07 -0700] rev 3599
6865031: Application gives bad result (throws bad exception) with compressed oops
Summary: Produce narrow type for new Phi from the original Phi type.
Reviewed-by: cfang
kvn [Thu, 30 Jul 2009 16:05:56 -0700] rev 3598
6864914: SPECjvm2008 produces invalid result with zero based Compressed Oops
Summary: Always use "lea" instruction for narrow oop decoding instead of "shift".
Reviewed-by: never
twisti [Tue, 28 Jul 2009 09:02:30 +0200] rev 3597
6863155: Server compiler generates incorrect code (x86, long, bitshift, bitmask)
Summary: Code compiled with server compiler generates an incorrect result.
Reviewed-by: cfang, never, kvn
twisti [Mon, 27 Jul 2009 06:15:29 -0700] rev 3596
Merge
twisti [Mon, 20 Jul 2009 08:20:00 -0700] rev 3595
6860920: serialize.cpp shouldn't use objArrayOopDesc::base_offset_in_bytes(T_BYTE)
Summary: serialize.cpp currently uses objArrayOopDesc::base_offset_in_bytes(T_BYTE), which seems to be wrong.
Reviewed-by: coleenp, kvn
kvn [Sun, 26 Jul 2009 16:40:14 -0700] rev 3594
6863420: os::javaTimeNanos() go backward on Solaris x86
Summary: Use new atomic long load method Atomic::load() to load max_hrtime.
Reviewed-by: never, ysr, johnc, phh, dcubed, acorn
kvn [Sun, 26 Jul 2009 12:59:41 -0700] rev 3593
6851386: assert(b->find_node(def) < j,"uses must follow definitions")
Summary: Add additional check for a tight loop.
Reviewed-by: never
never [Fri, 24 Jul 2009 12:40:40 -0700] rev 3592
6861984: solaris version of libsaproc.so should support SA_ALTROOT directly
Reviewed-by: kvn, twisti
ysr [Wed, 05 Aug 2009 18:54:12 -0700] rev 3591
6868991: JPRT: elide GCBasher_G1 test on winx64 until 6867250 is resolved
Summary: JPRT: elide GCBasher_G1 test on winx64 until 6867250 is resolved
Reviewed-by: jcoomes
johnc [Tue, 04 Aug 2009 16:00:17 -0700] rev 3590
6819077: G1: first GC thread coming late into the GC.
Summary: The first worker thread is delayed when entering the GC because it clears the card count table that is used in identifying hot cards. Replace the card count table with a dynamically sized evicting hash table that includes an epoch based counter.
Reviewed-by: iveresov, tonyp
johnc [Mon, 03 Aug 2009 12:59:30 -0700] rev 3589
6865703: G1: Parallelize hot card cache cleanup
Summary: Have the GC worker threads clear the hot card cache in parallel by having each worker thread claim a chunk of the card cache and process the cards in that chunk. The size of the chunks that each thread will claim is determined at VM initialization from the size of the card cache and the number of worker threads.
Reviewed-by: jmasa, tonyp
jmasa [Sun, 02 Aug 2009 22:33:27 -0700] rev 3588
Merge
jmasa [Sun, 02 Aug 2009 19:10:31 -0700] rev 3587
6843292: "Expect to be beyond new region unless impacting another region" assertion too strong
Summary: In the assertion allow for collision with the guard page.
Reviewed-by: tonyp, ysr, jcoomes
jmasa [Sun, 02 Aug 2009 18:44:36 -0700] rev 3586
6862534: -XX:NewRatio completely ignored when combined with -XX:+UseConcMarkSweepG
Summary: Use NewRatio if it is explicitly set.
Reviewed-by: ysr, jcoomes
ysr [Fri, 31 Jul 2009 10:41:29 -0700] rev 3585
Merge
tonyp [Thu, 30 Jul 2009 14:50:58 -0400] rev 3584
6866591: G1: print update buffer processing stats more often
Summary: It adds parameter -XX:+G1SummarizeRSetStatsPeriod that causes update buffer processing information to be printed periodically. It also includes two small formatting changes.
Reviewed-by: jmasa, jcoomes, ysr
tonyp [Wed, 29 Jul 2009 11:01:26 -0400] rev 3583
6864886: G1: rename -XX parameters related to update buffers
Summary: renaming a couple of update buffer-related parameters to make them more understandable and consistent.
Reviewed-by: iveresov, ysr
coleenp [Thu, 30 Jul 2009 15:06:19 -0400] rev 3582
Merge
dcubed [Tue, 28 Jul 2009 13:50:07 -0600] rev 3581
Merge
dcubed [Tue, 28 Jul 2009 13:35:00 -0600] rev 3580
6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints)
Summary: Correctly count full GC operations for framework collectors. Add ForceFullGCJVMTIEpilogues as a future work around if needed.
Reviewed-by: jcoomes, alanb, ysr
coleenp [Mon, 27 Jul 2009 17:23:52 -0400] rev 3579
Merge
mchung [Mon, 27 Jul 2009 09:06:22 -0700] rev 3578
6864003: Modify JVM_FindClassFromBootLoader to return null if class not found
Summary: JVM_FindClassFromBootLoader returns null if class not found
Reviewed-by: acorn, alanb, dholmes
poonam [Thu, 16 Jul 2009 18:21:40 -0700] rev 3577
6840305: Discrepancy in system memory details (when 4G or greater) reported by JVM and Windows OS
Summary: GlobalMemoryStatus() does not report correct memory usage when the system has more than 4gb of RAM. GlobalMemoryStatusEx() should be used in place of GlobalMemoryStatus().
Reviewed-by: kamg, coleenp
martin [Mon, 29 Jun 2009 14:42:12 -0700] rev 3576
6850957: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
Summary: call report_java_out_of_memory("Requested array size exceeds VM limit")
Reviewed-by: tbell, dholmes, alanb, ysr
Contributed-by: jeremymanson@google.com
mchung [Fri, 10 Jul 2009 11:10:00 -0700] rev 3575
6857194: Add hotspot perf counters to aid class loading performance measurement
Summary: Add new jvmstat counters to measure detailed class loading time
Reviewed-by: acorn, kamg
trims [Thu, 13 Aug 2009 17:47:43 -0700] rev 3574
6871765: Bump the HS16 build number to 08
Summary: Update the HS16 build number to 08
Reviewed-by: jcoomes
xdono [Thu, 20 Aug 2009 11:20:09 -0700] rev 3573
Added tag jdk7-b70 for changeset 0caafb54c87f
tbell [Mon, 24 Aug 2009 22:39:34 -0700] rev 3572
Merge
wetmore [Fri, 14 Aug 2009 17:29:31 -0700] rev 3571
6872177: JCE framework and provider builds broken following -target 7 changes
Reviewed-by: ohair
xdono [Thu, 20 Aug 2009 11:20:04 -0700] rev 3570
Added tag jdk7-b70 for changeset d36024aecf97
duke [Wed, 05 Jul 2017 16:59:17 +0200] rev 3569
Added tag jdk7-b70 for changeset 207f694795c4
duke [Wed, 05 Jul 2017 16:59:17 +0200] rev 3568
Merge
duke [Wed, 05 Jul 2017 16:59:14 +0200] rev 3567
Merge
tbell [Fri, 14 Aug 2009 08:53:23 -0700] rev 3566
Merge
jjg [Tue, 11 Aug 2009 18:35:05 -0700] rev 3565
6870743: update comments in langtools/make/build.properties
Reviewed-by: darcy
jjg [Tue, 11 Aug 2009 14:05:32 -0700] rev 3564
6870591: langtools build sets javac.bootclasspath incorrectly
Reviewed-by: ohair
asaha [Tue, 11 Aug 2009 08:22:46 -0700] rev 3563
Merge
asaha [Mon, 10 Aug 2009 09:36:40 -0700] rev 3562
Merge
asaha [Fri, 07 Aug 2009 11:32:20 -0700] rev 3561
6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
Reviewed-by: darcy, ramap
mcimadamore [Tue, 11 Aug 2009 01:14:31 +0100] rev 3560
6199153: Generic throws and overriding
Summary: javac incorrectly rejects an uchecked overriding
Reviewed-by: jjg
mcimadamore [Tue, 11 Aug 2009 01:14:06 +0100] rev 3559
6569404: Cannot instantiate an inner class of a type variable
Summary: javac is too strict in rejecting member selction from a type-var
Reviewed-by: jjg
mcimadamore [Tue, 11 Aug 2009 01:13:42 +0100] rev 3558
6869075: regression: javac crashes when compiling compound string assignment with generics
Summary: javac should not add syntehtic cast to the LHS of an assignment expression
Reviewed-by: jjg
mcimadamore [Tue, 11 Aug 2009 01:13:14 +0100] rev 3557
6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
Summary: javac should warn/complain about identifiers with the same name as synthetic symbol
Reviewed-by: jjg
mcimadamore [Tue, 11 Aug 2009 01:12:40 +0100] rev 3556
6840059: regression: javac silently crashes when resolving erroneous anonymous inner constructor
Summary: resolved an internal crash with constructor resolution
Reviewed-by: jjg
mcimadamore [Tue, 11 Aug 2009 01:12:13 +0100] rev 3555
6390045: Unexpected error "cannot access java.lang.Void" with '-target cldc1.0' with -source >=1.5
Summary: javac needs to synthetize a fake java.lang.Void symbol if one is not given on the classpath
Reviewed-by: jjg
mcimadamore [Tue, 11 Aug 2009 01:11:37 +0100] rev 3554
6806876: ClassCastException occurs in assignment expressions without any heap pollutions
Summary: intersection types should be considered as non-reifiable by javac
Reviewed-by: jjg
jjg [Sat, 08 Aug 2009 17:56:37 -0700] rev 3553
6868539: javap should use current names for constant pool tags
Reviewed-by: ksrini
jjg [Sat, 08 Aug 2009 17:50:57 -0700] rev 3552
6868548: remove spurious ';' from after constant pool entries
Reviewed-by: ksrini
tbell [Thu, 06 Aug 2009 20:24:08 -0700] rev 3551
Merge
jjg [Thu, 06 Aug 2009 19:35:41 -0700] rev 3550
6858429: javap classfile library a minor bug
Reviewed-by: ksrini
tbell [Thu, 06 Aug 2009 19:03:42 -0700] rev 3549
Merge
jjg [Wed, 05 Aug 2009 08:38:18 -0700] rev 3548
6729471: javap should accept class files on the command line
Reviewed-by: mcimadamore
jjg [Wed, 05 Aug 2009 07:43:50 -0700] rev 3547
6868553: 6867671 breaks some tests
Reviewed-by: mcimadamore
jjg [Tue, 04 Aug 2009 17:26:41 -0700] rev 3546
6867671: javap whitespace formatting issues
Reviewed-by: mcimadamore
tbell [Fri, 31 Jul 2009 17:20:06 -0700] rev 3545
Merge
jjg [Thu, 30 Jul 2009 09:18:55 -0700] rev 3544
4880672: javap does not output inner interfaces of an interface
Reviewed-by: mcimadamore
jjg [Thu, 30 Jul 2009 07:48:24 -0700] rev 3543
6866657: add byteLength method to primary classfile types
Reviewed-by: mchung
mcimadamore [Thu, 30 Jul 2009 10:30:34 +0100] rev 3542
6861837: JCK compilation failures
Summary: Type-annotations processing is accessing type info before they are available in MemberEnter
Reviewed-by: jjg
Contributed-by: mali@csail.mit.edu
mcimadamore [Thu, 30 Jul 2009 10:30:24 +0100] rev 3541
6864382: NPE in the rich formatter when processing an unattributed type-variable
Summary: Unattributed type variable should not be accessed by the rich formatter when emitting where clauses
Reviewed-by: jjg
mcimadamore [Thu, 30 Jul 2009 10:30:10 +0100] rev 3540
6862608: rich diagnostic sometimes contain wrong type variable numbering
Summary: The rich formatter generates worng numbers for type-variables in where clauses
Reviewed-by: jjg
mcimadamore [Thu, 30 Jul 2009 10:29:53 +0100] rev 3539
6827648: Extremely slow compilation time for visitor pattern code + generics
Summary: Javac unnecessarily recomputates type-substitutions multiple times
Reviewed-by: jjg
jjg [Wed, 29 Jul 2009 13:26:26 -0700] rev 3538
4777949: Javap Rewrite : Warn javap usage on package classes with simple name.
Reviewed-by: mcimadamore
jjg [Tue, 28 Jul 2009 11:00:05 -0700] rev 3537
6734068: Some variable length attributes set their size incorrectly.
Reviewed-by: mcimadamore
jjg [Tue, 28 Jul 2009 10:36:25 -0700] rev 3536
6855990: javap InstructionDetailWriter should support new 308 annotations attribute
Reviewed-by: mcimadamore
xdono [Thu, 13 Aug 2009 12:11:32 -0700] rev 3535
Added tag jdk7-b69 for changeset 2556d2c42271
duke [Wed, 05 Jul 2017 16:59:08 +0200] rev 3534
Merge
tbell [Tue, 18 Aug 2009 16:15:37 -0700] rev 3533
6873200: patch.out and jaxws.patch do not belong in jaxws repository
Reviewed-by: xdono, ohair
tbell [Fri, 14 Aug 2009 08:51:25 -0700] rev 3532
Merge
asaha [Mon, 10 Aug 2009 10:52:51 -0700] rev 3531
Merge
asaha [Fri, 07 Aug 2009 11:27:00 -0700] rev 3530
6813167: 6u14 JAX-WS audit mutable static bugs
6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
Reviewed-by: darcy, ramap
xdono [Thu, 13 Aug 2009 12:11:14 -0700] rev 3529
Added tag jdk7-b69 for changeset acd82ea7ff8d
duke [Wed, 05 Jul 2017 16:59:02 +0200] rev 3528
Merge
tbell [Fri, 14 Aug 2009 08:50:54 -0700] rev 3527
Merge
asaha [Mon, 10 Aug 2009 10:52:39 -0700] rev 3526
Merge
asaha [Fri, 07 Aug 2009 11:31:46 -0700] rev 3525
6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
Reviewed-by: darcy, ramap
asaha [Thu, 06 Aug 2009 22:37:28 -0700] rev 3524
Merge
asaha [Mon, 03 Aug 2009 12:20:04 -0700] rev 3523
Merge
asaha [Mon, 27 Jul 2009 22:25:13 -0700] rev 3522
Merge
asaha [Tue, 21 Jul 2009 11:32:00 -0700] rev 3521
Merge
asaha [Mon, 06 Jul 2009 11:16:03 -0700] rev 3520
Merge
asaha [Tue, 30 Jun 2009 16:23:54 -0700] rev 3519
Merge
asaha [Mon, 22 Jun 2009 13:56:30 -0700] rev 3518
6845701: Xerces2 Java XML library infinite loop with malformed XML input
Reviewed-by: hawtin
xdono [Thu, 13 Aug 2009 12:11:12 -0700] rev 3517
Added tag jdk7-b69 for changeset 803bf611f5c9
duke [Wed, 05 Jul 2017 16:58:57 +0200] rev 3516
Merge
tbell [Fri, 14 Aug 2009 08:49:25 -0700] rev 3515
Merge
asaha [Mon, 10 Aug 2009 10:50:14 -0700] rev 3514
Merge
asaha [Fri, 07 Aug 2009 11:31:35 -0700] rev 3513
6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
Reviewed-by: darcy, ramap
xdono [Thu, 13 Aug 2009 12:11:03 -0700] rev 3512
Added tag jdk7-b69 for changeset 3b0aa8182028
duke [Wed, 05 Jul 2017 16:58:54 +0200] rev 3511
Merge
yan [Tue, 18 Aug 2009 23:40:15 -0700] rev 3510
Merge
yan [Wed, 12 Aug 2009 00:33:32 -0700] rev 3509
Merge
alexp [Mon, 10 Aug 2009 16:29:30 +0400] rev 3508
6822696: Integrating JXLayer component to Swing library
Reviewed-by: peterz, art
rupashka [Mon, 10 Aug 2009 14:55:10 +0400] rev 3507
6461173: One JCK test([NewFolderAction0001]) failed on Windows due to lack of PropertyPermission(s)
Reviewed-by: peterz, malenkov
malenkov [Fri, 07 Aug 2009 19:06:56 +0400] rev 3506
6868189: Nested enum class with custom BeanInfo fails
Reviewed-by: peterz
yan [Fri, 07 Aug 2009 02:20:58 -0700] rev 3505
Merge
andrew [Thu, 06 Aug 2009 16:04:47 +0100] rev 3504
6593649: Word wrap broken for JTextArea
Summary: Layout correctly resizes components based on actual dimensions of the window they are in.
Reviewed-by: gsm
Contributed-by: Lillian Angel <langel@redhat.com>
gsm [Mon, 03 Aug 2009 19:22:02 +0400] rev 3503
6539700: JTextPane line wrap radically different from previous versions in jre 1.5.0_10+
Reviewed-by: peterz
malenkov [Fri, 31 Jul 2009 16:27:35 +0400] rev 3502
6865565: Test failed: /test/closed/javax/swing/JInternalFrame/6325652/bug6325652.java
Reviewed-by: peterz
peytoia [Thu, 30 Jul 2009 14:45:04 +0900] rev 3501
6866243: Javadoc for java.lang.Character still refers to Unicode 4 instead of 5
Reviewed-by: okutsu
yan [Wed, 12 Aug 2009 00:32:35 -0700] rev 3500
Merge
yan [Thu, 06 Aug 2009 01:12:35 -0700] rev 3499
Merge
uta [Fri, 31 Jul 2009 17:24:27 +0400] rev 3498
6851688: Hung up in applet application
Reviewed-by: art, dcherepanov
tbell [Fri, 14 Aug 2009 08:51:56 -0700] rev 3497
Merge
dcubed [Tue, 11 Aug 2009 20:06:52 -0600] rev 3496
Merge
dcubed [Tue, 11 Aug 2009 20:02:43 -0600] rev 3495
6870298: 4/4 fix minor typos in java/lang/instrument/Instrumentation.java
Summary: Fix typos in the JavaDoc.
Reviewed-by: tbell
vinnie [Tue, 11 Aug 2009 17:01:07 +0100] rev 3494
Merge
vinnie [Tue, 11 Aug 2009 16:57:09 +0100] rev 3493
Merge
vinnie [Tue, 11 Aug 2009 16:52:26 +0100] rev 3492
6840752: Provide out-of-the-box support for ECC algorithms
Reviewed-by: alanb, mullan, wetmore
asaha [Tue, 11 Aug 2009 08:22:09 -0700] rev 3491
Merge
asaha [Mon, 10 Aug 2009 09:47:21 -0700] rev 3490
Merge
asaha [Fri, 07 Aug 2009 11:32:04 -0700] rev 3489
6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
Reviewed-by: darcy, ramap
alanb [Tue, 11 Aug 2009 12:49:16 +0100] rev 3488
6865748: (file) SimpleFileVisitor methods ignore null arguments
Reviewed-by: sherman
alanb [Tue, 11 Aug 2009 12:38:43 +0100] rev 3487
6867781: (file) Examples in javadoc use newFileAttributeView instead of getFileAttributeView
Reviewed-by: sherman
alanb [Tue, 11 Aug 2009 12:37:02 +0100] rev 3486
4516760: (so) Intermittent SocketException: Transport endpoint is not connected (lnx)
Reviewed-by: sherman
xuelei [Tue, 11 Aug 2009 18:27:01 +0800] rev 3485
6585239: Regression: 2 DNS tests fail with JDK 5.0u13 b01 and pass with 5.0u12fcs
Reviewed-by: vinnie
weijun [Tue, 11 Aug 2009 15:36:52 +0800] rev 3484
6868867: Test: sun/security/tools/keytool/standard.sh fails under windows/cygwin
Reviewed-by: wetmore
weijun [Tue, 11 Aug 2009 12:20:32 +0800] rev 3483
6821190: more InquireType values for ExtendedGSSContext
Reviewed-by: valeriep
weijun [Tue, 11 Aug 2009 12:17:13 +0800] rev 3482
6710360: export Kerberos session key to applications
Reviewed-by: valeriep
weijun [Tue, 11 Aug 2009 12:15:24 +0800] rev 3481
6866479: libzip.so caused JVM to crash when running jarsigner
Reviewed-by: mullan
andrew [Fri, 07 Aug 2009 18:15:03 +0100] rev 3480
6869697: Missing entry in makefiles for java/lang/ReflectiveOperationException.java
Summary: Add new dependency explicitly so all compilers pick it up
Reviewed-by: darcy, ohair
asaha [Fri, 07 Aug 2009 09:21:25 -0700] rev 3479
Merge
asaha [Thu, 06 Aug 2009 22:37:58 -0700] rev 3478
Merge
asaha [Wed, 05 Aug 2009 14:16:34 -0700] rev 3477
Merge
asaha [Tue, 04 Aug 2009 08:01:03 -0700] rev 3476
Merge
asaha [Mon, 27 Jul 2009 22:28:29 -0700] rev 3475
Merge
asaha [Tue, 21 Jul 2009 13:06:30 -0700] rev 3474
Merge
asaha [Tue, 21 Jul 2009 13:02:23 -0700] rev 3473
Merge
vinnie [Fri, 17 Jul 2009 20:43:53 +0100] rev 3472
6657695: AbstractSaslImpl.logger is a static mutable (findbugs)
Reviewed-by: alanb
vinnie [Fri, 17 Jul 2009 20:29:41 +0100] rev 3471
6657619: DnsContext.debug is public static mutable (findbugs)
Reviewed-by: alanb
asaha [Wed, 15 Jul 2009 10:46:42 -0700] rev 3470
Merge
asaha [Mon, 13 Jul 2009 08:05:13 -0700] rev 3469
Merge
asaha [Wed, 08 Jul 2009 14:27:10 -0700] rev 3468
Merge
asaha [Wed, 08 Jul 2009 14:24:20 -0700] rev 3467
Merge
mullan [Wed, 08 Jul 2009 16:57:40 -0400] rev 3466
6858484: If an invalid HMAC XML Signature is validated, all subsequent valid HMAC signatures are invalid
Reviewed-by: asaha
asaha [Mon, 06 Jul 2009 11:42:37 -0700] rev 3465
Merge
asaha [Wed, 01 Jul 2009 09:59:16 -0700] rev 3464
Merge
ksrini [Mon, 22 Jun 2009 07:23:20 -0700] rev 3463
6830335: Java JAR Pack200 Decompression Integer Overflow Vulnerability
Summary: Fixes a potential vulnerability in the unpack200 logic, by adding extra checks, a back-port.
Reviewed-by: asaha
mullan [Tue, 23 Jun 2009 13:54:36 -0400] rev 3462
6824440: XML Signature HMAC issue
Reviewed-by: asaha
asaha [Mon, 22 Jun 2009 13:36:37 -0700] rev 3461
6656610: AccessibleResourceBundle.getContents exposes mutable static (findbugs)
Reviewed-by: hawtin
asaha [Thu, 18 Jun 2009 22:53:54 -0700] rev 3460
Merge
asaha [Thu, 18 Jun 2009 22:45:16 -0700] rev 3459
Merge
asaha [Wed, 17 Jun 2009 13:12:42 -0700] rev 3458
Merge
malenkov [Thu, 18 Jun 2009 14:08:07 +0400] rev 3457
6660049: Synth Region.uiToRegionMap/lowerCaseNameMap are mutable statics
Reviewed-by: hawtin
asaha [Fri, 12 Jun 2009 12:26:20 -0700] rev 3456
Merge
asaha [Fri, 12 Jun 2009 10:54:48 -0700] rev 3455
Merge
asaha [Thu, 07 May 2009 13:18:12 -0700] rev 3454
Merge
amenkov [Wed, 13 May 2009 14:32:33 +0400] rev 3453
6777448: JDK13Services.getProviders creates instances with full privileges [hawtin, alexp]
Reviewed-by: hawtin, alexp
amenkov [Wed, 13 May 2009 14:32:14 +0400] rev 3452
6738524: JDK13Services allows read access to system properties from untrusted code
Reviewed-by: hawtin
amenkov [Wed, 13 May 2009 13:52:52 +0400] rev 3451
6657625: RmfFileReader/StandardMidiFileWriter.types are public mutable statics (findbugs)
Reviewed-by: hawtin
chegar [Tue, 12 May 2009 16:32:34 +0100] rev 3450
6801071: Remote sites can compromise user privacy and possibly hijack web sessions
Reviewed-by: jccollet, hawtin
bae [Fri, 08 May 2009 16:15:15 +0400] rev 3449
6823373: [ZDI-CAN-460] Java Web Start JPEG header parsing needs more scruity
Reviewed-by: igor
bae [Fri, 08 May 2009 15:57:33 +0400] rev 3448
6657133: Mutable statics in imageio plugins (findbugs)
Reviewed-by: prr
bae [Fri, 08 May 2009 15:38:21 +0400] rev 3447
6656625: ImageReaderSpi.STANDARD_INPUT_TYPE/ImageWriterSpi.STANDARD_OUTPUT_TYPE are mutable static (findbugs)
Reviewed-by: prr
emcmanus [Thu, 07 May 2009 10:44:45 +0200] rev 3446
6736293: OpenType checks can be bypassed through finalizer resurrection
Reviewed-by: hawtin
art [Wed, 06 May 2009 15:17:22 +0400] rev 3445
6656586: Cursor.predefined is protected static mutable (findbugs)
Reviewed-by: hawtin, igor
anthony [Tue, 05 May 2009 17:56:31 +0400] rev 3444
6818787: It is possible to reposition the security icon too far from the border of the window on X11
Summary: The constraints for the position of the icon are moved to the shared code
Reviewed-by: art, dcherepanov
anthony [Tue, 05 May 2009 17:47:04 +0400] rev 3443
6805231: Security Warning Icon is missing in Windows 2000 Prof from Jdk build 6u12
Summary: The icon becomes layered only when the fading-out effect is being performed.
Reviewed-by: art, dcherepanov
jccollet [Tue, 05 May 2009 11:02:51 +0200] rev 3442
6801497: Proxy is assumed to be immutable but is non-final
Summary: Cloned the proxy instance when necessary
Reviewed-by: chegar
peterz [Tue, 05 May 2009 12:07:37 +0400] rev 3441
6837293: Reapply fix for 6588003 to JDK7
Reviewed-by: alexp
asaha [Wed, 29 Apr 2009 11:43:19 -0700] rev 3440
Merge
malenkov [Wed, 29 Apr 2009 20:55:13 +0400] rev 3439
6777487: Encoder allows reading private variables with certain names
Reviewed-by: peterz
malenkov [Wed, 29 Apr 2009 20:03:09 +0400] rev 3438
6660539: Introspector shares cache of mutable BeanInfo between AppContexts.
Reviewed-by: peterz
chegar [Fri, 07 Aug 2009 10:51:25 +0100] rev 3437
6826801: JarFileFactory should not use HashMap<URL>
Summary: Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
chegar [Fri, 07 Aug 2009 10:50:26 +0100] rev 3436
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
Summary: Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
tbell [Thu, 06 Aug 2009 19:01:59 -0700] rev 3435
Merge
jrose [Thu, 06 Aug 2009 18:30:33 -0700] rev 3434
6838598: Legal notice repair: jdk/src/share/classes/sun/dyn/FilterGeneric.java
Reviewed-by: xdono
wetmore [Thu, 06 Aug 2009 17:56:59 -0700] rev 3433
6867657: Many JSN tests do not run under cygwin
Reviewed-by: ohair
dcubed [Wed, 05 Aug 2009 13:17:30 -0600] rev 3432
6868533: 3/4 JDI: remove '-source 1.5' and '-target 1.5' options from com.sun.jdi tests
Summary: We are long past needing to make sure these tests can build on Tiger/JDK1.5.0.
Reviewed-by: tbell
martin [Tue, 04 Aug 2009 19:18:15 -0700] rev 3431
6856590: (process) Use RESTARTABLE in UNIXProcess_md.c
Summary: Wrap all system calls with RESTARTABLE
Reviewed-by: michaelm
martin [Tue, 04 Aug 2009 19:18:15 -0700] rev 3430
6868160: (process) Use vfork, not fork, on Linux to avoid swap exhaustion
Summary: Boldly go where no jdk has dared go before
Reviewed-by: michaelm
sherman [Tue, 04 Aug 2009 12:44:03 -0700] rev 3429
4116222: Errors in Arabic code-conversion tables, part II
Summary: updated the IBM420 datatable
Reviewed-by: alanb
tbell [Sun, 02 Aug 2009 10:07:06 -0700] rev 3428
Merge
weijun [Sun, 02 Aug 2009 13:40:03 +0800] rev 3427
6867687: keytool's standard.sh test timeout sometimes
Reviewed-by: xuelei
tbell [Fri, 31 Jul 2009 17:19:38 -0700] rev 3426
Merge
alanb [Fri, 31 Jul 2009 19:23:10 +0100] rev 3425
Merge
alanb [Fri, 31 Jul 2009 08:45:30 +0100] rev 3424
6867244: Tests missing @run tag
Reviewed-by: sherman
alanb [Fri, 31 Jul 2009 08:44:28 +0100] rev 3423
6867101: Path.checkAccess fails with sharing violation on special files such as pagefile.sys
Reviewed-by: sherman
weijun [Fri, 31 Jul 2009 16:21:30 +0800] rev 3422
6867231: Regression: jdk/test/sun/security/krb5/ConfPlusProp.java error against jdk7/pit/b68
Reviewed-by: xuelei
martin [Wed, 29 Jul 2009 21:45:52 -0700] rev 3421
6866719: Rename execvpe to avoid symbol clash with glibc 2.10
Reviewed-by: darcy
jjb [Wed, 29 Jul 2009 14:24:19 -0700] rev 3420
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
Summary: Easy port of timsort from android
Reviewed-by: martin
martin [Wed, 29 Jul 2009 13:56:15 -0700] rev 3419
6866554: Misc. javadoc warnings
Reviewed-by: alanb
sherman [Wed, 29 Jul 2009 11:19:14 -0700] rev 3418
Merge
sherman [Fri, 24 Jul 2009 11:22:29 -0700] rev 3417
Merge
sherman [Fri, 24 Jul 2009 11:06:57 -0700] rev 3416
5063507: (fmt) missing exception for "%#s" format specifier
Summary: throw appropriate exception when necessary
Reviewed-by: alanb
dl [Tue, 28 Jul 2009 17:17:55 -0700] rev 3415
6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently
Summary: Faster, more correct. Use self-linking trick to avoid gc retention
Reviewed-by: martin, dholmes
dl [Tue, 28 Jul 2009 13:24:52 -0700] rev 3414
6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element
6493942: ConcurrentLinkedQueue.remove sometimes very slow
Summary: new algorithm for handling concurrent linked lists
Reviewed-by: martin
xdono [Thu, 13 Aug 2009 12:11:21 -0700] rev 3413
Added tag jdk7-b69 for changeset e0b23259a484
duke [Wed, 05 Jul 2017 16:58:30 +0200] rev 3412
Merge
tbell [Fri, 14 Aug 2009 08:50:00 -0700] rev 3411
Merge
asaha [Mon, 10 Aug 2009 10:52:11 -0700] rev 3410
Merge
asaha [Fri, 07 Aug 2009 11:31:42 -0700] rev 3409
6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
Reviewed-by: darcy, ramap
xdono [Thu, 13 Aug 2009 12:11:07 -0700] rev 3408
Added tag jdk7-b69 for changeset 93c79b9962dd
tbell [Fri, 14 Aug 2009 08:49:04 -0700] rev 3407
Merge
asaha [Mon, 10 Aug 2009 10:49:32 -0700] rev 3406
Merge
asaha [Fri, 07 Aug 2009 11:31:24 -0700] rev 3405
6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
Reviewed-by: darcy, ramap
xdono [Thu, 13 Aug 2009 12:11:02 -0700] rev 3404
Added tag jdk7-b69 for changeset f6b28dd0120d
duke [Wed, 05 Jul 2017 16:58:21 +0200] rev 3403
Added tag jdk7-b69 for changeset 1b662b1ed14e
duke [Wed, 05 Jul 2017 16:58:21 +0200] rev 3402
Merge
duke [Wed, 05 Jul 2017 16:58:19 +0200] rev 3401
Merge
xdono [Thu, 06 Aug 2009 10:25:29 -0700] rev 3400
Added tag jdk7-b68 for changeset 2974ea6ad890
duke [Wed, 05 Jul 2017 16:58:17 +0200] rev 3399
Merge
xdono [Thu, 06 Aug 2009 10:25:11 -0700] rev 3398
Added tag jdk7-b68 for changeset 7df0da9e6d70
duke [Wed, 05 Jul 2017 16:58:15 +0200] rev 3397
Merge
xdono [Thu, 06 Aug 2009 10:25:10 -0700] rev 3396
Added tag jdk7-b68 for changeset 8cfea160b2e5
duke [Wed, 05 Jul 2017 16:58:13 +0200] rev 3395
Merge
xdono [Thu, 06 Aug 2009 10:25:01 -0700] rev 3394
Added tag jdk7-b68 for changeset 0589e2ed45b3
duke [Wed, 05 Jul 2017 16:58:11 +0200] rev 3393
Merge
xdono [Wed, 12 Aug 2009 10:32:32 -0700] rev 3392
Merge
tbell [Thu, 06 Aug 2009 17:26:35 -0700] rev 3391
Merge
tbell [Thu, 06 Aug 2009 17:16:31 -0700] rev 3390
6865853: Additional code changes needed to build deploy using WXP SP2 and Visual Studio 2008
Reviewed-by: ohair
xdono [Thu, 06 Aug 2009 10:25:18 -0700] rev 3389
Added tag jdk7-b68 for changeset a02edc83f1b4
duke [Wed, 05 Jul 2017 16:58:08 +0200] rev 3388
Merge
xdono [Thu, 06 Aug 2009 10:25:05 -0700] rev 3387
Added tag jdk7-b68 for changeset 4ae7310eb37d