Wed, 23 Jul 2014 07:53:24 +0200 8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register
thartmann [Wed, 23 Jul 2014 07:53:24 +0200] rev 25741
8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register Summary: Missing '$' added to the format string of the 'cmpN_reg_branch_short' instruction (sparc.ad). Reviewed-by: kvn, iveresov
Thu, 17 Jul 2014 10:21:31 +0200 8050972: Concurrency problem in PcDesc cache
mdoerr [Thu, 17 Jul 2014 10:21:31 +0200] rev 25740
8050972: Concurrency problem in PcDesc cache Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently. Reviewed-by: kvn, dholmes, dcubed
Mon, 21 Jul 2014 10:25:58 +0200 8051303: 'optimized' build broken by JDK-8039425
anoll [Mon, 21 Jul 2014 10:25:58 +0200] rev 25739
8051303: 'optimized' build broken by JDK-8039425 Summary: Changed preprocessor directive in PhaseIterGVN::optimize() Reviewed-by: kvn, anoll Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
Sat, 19 Jul 2014 13:43:02 +0400 Merge
iignatyev [Sat, 19 Jul 2014 13:43:02 +0400] rev 25738
Merge
Sat, 19 Jul 2014 00:34:40 +0400 8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED:
iignatyev [Sat, 19 Jul 2014 00:34:40 +0400] rev 25737
8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED: Reviewed-by: kvn
Sat, 19 Jul 2014 00:34:20 +0400 8032449: Get rid of JMX in test/compiler
iignatyev [Sat, 19 Jul 2014 00:34:20 +0400] rev 25736
8032449: Get rid of JMX in test/compiler Reviewed-by: kvn
Sat, 19 Jul 2014 00:33:37 +0400 8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage
aaivanov [Sat, 19 Jul 2014 00:33:37 +0400] rev 25735
8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage Reviewed-by: kvn
Sat, 19 Jul 2014 00:32:23 +0400 6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out
fzhinkin [Sat, 19 Jul 2014 00:32:23 +0400] rev 25734
6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out Reviewed-by: kvn, iignatyev
Sat, 19 Jul 2014 00:30:54 +0400 8050144: Remove '-client' from compiler/8004051/Test8004051.java's options
fzhinkin [Sat, 19 Jul 2014 00:30:54 +0400] rev 25733
8050144: Remove '-client' from compiler/8004051/Test8004051.java's options Reviewed-by: kvn
Sat, 19 Jul 2014 00:29:20 +0400 8048882: Some regression tests are not robust with VM output
ppunegov [Sat, 19 Jul 2014 00:29:20 +0400] rev 25732
8048882: Some regression tests are not robust with VM output Reviewed-by: kvn, iignatyev
Wed, 23 Jul 2014 14:06:28 -0700 Merge
jmasa [Wed, 23 Jul 2014 14:06:28 -0700] rev 25731
Merge
Mon, 21 Jul 2014 10:00:31 +0200 8048112: G1 Full GC needs to support the case when the very first region is not available
tschatzl [Mon, 21 Jul 2014 10:00:31 +0200] rev 25730
8048112: G1 Full GC needs to support the case when the very first region is not available Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:54 +0200 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
tschatzl [Mon, 21 Jul 2014 09:59:54 +0200] rev 25729
8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account Summary: Also consider os::vm_allocation_granularity in the calculation. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:46 +0200 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
tschatzl [Mon, 21 Jul 2014 09:59:46 +0200] rev 25728
8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap Summary: Skip clearing the next bitmap if we just recently aborted since the full GC already clears this bitmap. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:37 +0200 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
tschatzl [Mon, 21 Jul 2014 09:59:37 +0200] rev 25727
8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking Summary: Replaced use of during_initial_mark_pause() with the variable last_pause_included_initial_mark that holds the real old value of _during_initial_mark_pause. Reviewed-by: brutisso, ehelin
Fri, 18 Jul 2014 15:42:20 -0700 Merge
jmasa [Fri, 18 Jul 2014 15:42:20 -0700] rev 25726
Merge
Thu, 17 Jul 2014 11:32:09 +0200 8050228: Rename 'rem_size' in compactibleFreeListSpace.cpp because of name clashes on AIX
simonis [Thu, 17 Jul 2014 11:32:09 +0200] rev 25725
8050228: Rename 'rem_size' in compactibleFreeListSpace.cpp because of name clashes on AIX Reviewed-by: dholmes, jmasa
Tue, 22 Jul 2014 06:34:42 -0700 8049881: jstack not working on core files
poonam [Tue, 22 Jul 2014 06:34:42 -0700] rev 25724
8049881: jstack not working on core files Summary: Access _trace_id field of Klass in try-catch block Reviewed-by: dholmes, dsamersoff, mgronlun
Mon, 21 Jul 2014 09:48:38 -0400 Merge
zgu [Mon, 21 Jul 2014 09:48:38 -0400] rev 25723
Merge
Mon, 21 Jul 2014 06:00:44 -0700 8050167: linux-sparcv9: hs_err file does not show any stack information
zgu [Mon, 21 Jul 2014 06:00:44 -0700] rev 25722
8050167: linux-sparcv9: hs_err file does not show any stack information Summary: Fixed creation of starting stack frame for stack walking in error handler Reviewed-by: coleenp, mikael
Mon, 21 Jul 2014 10:42:20 +0000 Merge
kevinw [Mon, 21 Jul 2014 10:42:20 +0000] rev 25721
Merge
Mon, 21 Jul 2014 10:40:50 +0100 8049684: pstack crashes on java core dump
kevinw [Mon, 21 Jul 2014 10:40:50 +0100] rev 25720
8049684: pstack crashes on java core dump Reviewed-by: sundar, sspitsyn
Fri, 18 Jul 2014 23:53:59 -0700 Merge
sspitsyn [Fri, 18 Jul 2014 23:53:59 -0700] rev 25719
Merge
Fri, 18 Jul 2014 11:14:20 -0700 8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
zgu [Fri, 18 Jul 2014 11:14:20 -0700] rev 25718
8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid Summary: Fixed native memory tracking stack walking Reviewed-by: coleenp, mikael
Fri, 18 Jul 2014 11:22:49 -0400 Merge
coleenp [Fri, 18 Jul 2014 11:22:49 -0400] rev 25717
Merge
Mon, 14 Jul 2014 10:15:21 -0400 Merge
coleenp [Mon, 14 Jul 2014 10:15:21 -0400] rev 25716
Merge
Fri, 04 Jul 2014 11:46:01 +0200 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
goetz [Fri, 04 Jul 2014 11:46:01 +0200] rev 25715
8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories. Summary: Introduce and clean up umbrella headers for the files in the cpu subdirectories. Reviewed-by: lfoltan, coleenp, dholmes
Thu, 17 Jul 2014 15:45:46 -0400 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
coleenp [Thu, 17 Jul 2014 15:45:46 -0400] rev 25714
8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code Summary: remove bcx and mdx handling. We no longer have to convert bytecode pointers to indices for GC since Methods aren't moved. Reviewed-by: mgerdin, kvn
Wed, 16 Jul 2014 15:04:36 -0700 8050802: Update jprt runthese test suite to jck-8
mikael [Wed, 16 Jul 2014 15:04:36 -0700] rev 25713
8050802: Update jprt runthese test suite to jck-8 Reviewed-by: dholmes, kvn
Tue, 15 Jul 2014 21:28:51 -0700 8049441: PPC64: Don't use StubCodeMarks for zero-length stubs
sspitsyn [Tue, 15 Jul 2014 21:28:51 -0700] rev 25712
8049441: PPC64: Don't use StubCodeMarks for zero-length stubs Summary: Remove StubCodeMark in generate_icache_flush, generate_verify_oop, generate_throw_exception Reviewed-by: dcubed, sspitsyn Contributed-by: volker.simonis@gmail.com
Fri, 18 Jul 2014 19:56:02 +0200 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
simonis [Fri, 18 Jul 2014 19:56:02 +0200] rev 25711
8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build Reviewed-by: kvn
Fri, 01 Aug 2014 14:09:09 -0700 Added tag jdk9-b25 for changeset 938af06a9f70
tbell [Fri, 01 Aug 2014 14:09:09 -0700] rev 25710
Added tag jdk9-b25 for changeset 938af06a9f70
Mon, 04 Aug 2014 15:33:12 -0700 Merge
lana [Mon, 04 Aug 2014 15:33:12 -0700] rev 25709
Merge
Thu, 31 Jul 2014 11:14:26 -0700 8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
mikael [Thu, 31 Jul 2014 11:14:26 -0700] rev 25708
8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT Reviewed-by: dholmes, erikj
Thu, 24 Jul 2014 13:25:02 -0700 Merge
amurillo [Thu, 24 Jul 2014 13:25:02 -0700] rev 25707
Merge
Wed, 23 Jul 2014 12:52:34 -0700 Merge
sspitsyn [Wed, 23 Jul 2014 12:52:34 -0700] rev 25706
Merge
Wed, 16 Jul 2014 15:04:21 -0700 8050802: Update jprt runthese test suite to jck-8
mikael [Wed, 16 Jul 2014 15:04:21 -0700] rev 25705
8050802: Update jprt runthese test suite to jck-8 Reviewed-by: dholmes, kvn
Fri, 01 Aug 2014 14:09:05 -0700 Added tag jdk9-b25 for changeset 4c599f00e556
tbell [Fri, 01 Aug 2014 14:09:05 -0700] rev 25704
Added tag jdk9-b25 for changeset 4c599f00e556
Wed, 05 Jul 2017 19:52:35 +0200 Added tag jdk9-b25 for changeset 13a5c76976fe
duke [Wed, 05 Jul 2017 19:52:35 +0200] rev 25703
Added tag jdk9-b25 for changeset 13a5c76976fe
Wed, 05 Jul 2017 19:52:35 +0200 Merge jdk9-b25
duke [Wed, 05 Jul 2017 19:52:35 +0200] rev 25702
Merge
Wed, 05 Jul 2017 19:52:30 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:30 +0200] rev 25701
Merge
Wed, 30 Jul 2014 11:49:49 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:49 -0700] rev 25700
Merge
Wed, 23 Jul 2014 09:19:23 -0700 8050319: LocalVariableTestBase has unexpected dependency on LocalVariableTableTest
ksrini [Wed, 23 Jul 2014 09:19:23 -0700] rev 25699
8050319: LocalVariableTestBase has unexpected dependency on LocalVariableTableTest Reviewed-by: jjg, ksrini Contributed-by: andrey.x.nazarov@oracle.com
Tue, 22 Jul 2014 11:54:22 -0700 Merge
lana [Tue, 22 Jul 2014 11:54:22 -0700] rev 25698
Merge
Tue, 22 Jul 2014 17:47:45 +0100 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore [Tue, 22 Jul 2014 17:47:45 +0100] rev 25697
8049234: Add support for running/debugging bootstrap tools in IntelliJ Summary: Add support for bootstrap tools; overhaul ant logger Reviewed-by: vromero
Mon, 21 Jul 2014 16:21:43 -0700 8051482: Fix deprecation warnings in javax.lang.model.util
darcy [Mon, 21 Jul 2014 16:21:43 -0700] rev 25696
8051482: Fix deprecation warnings in javax.lang.model.util Reviewed-by: ksrini
Thu, 17 Jul 2014 16:46:29 -0700 8050954: update DocRootSlash test for tidy error: empty <p>
sogoel [Thu, 17 Jul 2014 16:46:29 -0700] rev 25695
8050954: update DocRootSlash test for tidy error: empty <p> Reviewed-by: ksrini, bpatel
Thu, 17 Jul 2014 11:22:47 -0700 8048837: .out files for generics tests in tools/javac dir - part 3
sogoel [Thu, 17 Jul 2014 11:22:47 -0700] rev 25694
8048837: .out files for generics tests in tools/javac dir - part 3 Reviewed-by: jjg
Thu, 17 Jul 2014 11:14:39 -0700 8048836: .out files for generics tests in tools/javac dir
sogoel [Thu, 17 Jul 2014 11:14:39 -0700] rev 25693
8048836: .out files for generics tests in tools/javac dir Reviewed-by: jjg
Thu, 17 Jul 2014 10:17:58 -0700 8050804: (jdeps) Recommend supported API to replace use of JDK internal API
mchung [Thu, 17 Jul 2014 10:17:58 -0700] rev 25692
8050804: (jdeps) Recommend supported API to replace use of JDK internal API Reviewed-by: dfuchs
Thu, 17 Jul 2014 09:56:07 -0700 8048833: .out files for generics tests in tools/javac dir
sogoel [Thu, 17 Jul 2014 09:56:07 -0700] rev 25691
8048833: .out files for generics tests in tools/javac dir Reviewed-by: jjg
Thu, 17 Jul 2014 09:47:25 -0700 8050430: Provided new utility visitors supporting SourceVersion.RELEASE_9
darcy [Thu, 17 Jul 2014 09:47:25 -0700] rev 25690
8050430: Provided new utility visitors supporting SourceVersion.RELEASE_9 Reviewed-by: jjg
Fri, 25 Jul 2014 15:38:12 -0700 Added tag jdk9-b24 for changeset 263f68539584
tbell [Fri, 25 Jul 2014 15:38:12 -0700] rev 25689
Added tag jdk9-b24 for changeset 263f68539584
Wed, 05 Jul 2017 19:52:22 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:22 +0200] rev 25688
Merge
Wed, 30 Jul 2014 11:49:27 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:27 -0700] rev 25687
Merge
Tue, 22 Jul 2014 11:56:48 -0700 Merge
lana [Tue, 22 Jul 2014 11:56:48 -0700] rev 25686
Merge
Fri, 18 Jul 2014 19:14:38 +0200 8038970: Deprivilege JAX-WS/JAF code
mkos [Fri, 18 Jul 2014 19:14:38 +0200] rev 25685
8038970: Deprivilege JAX-WS/JAF code Summary: Changes to prepare for granting minimal set of permissions to JAX-WS code. Reviewed-by: mchung
Fri, 25 Jul 2014 15:38:09 -0700 Added tag jdk9-b24 for changeset 6073de33135f
tbell [Fri, 25 Jul 2014 15:38:09 -0700] rev 25684
Added tag jdk9-b24 for changeset 6073de33135f
Wed, 05 Jul 2017 19:52:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:15 +0200] rev 25683
Merge
Wed, 30 Jul 2014 11:49:21 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:21 -0700] rev 25682
Merge
Tue, 22 Jul 2014 11:54:10 -0700 Merge
lana [Tue, 22 Jul 2014 11:54:10 -0700] rev 25681
Merge
Tue, 22 Jul 2014 22:06:30 +0400 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
aefimov [Tue, 22 Jul 2014 22:06:30 +0400] rev 25680
8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33 Reviewed-by: joehw
Fri, 25 Jul 2014 15:38:09 -0700 Added tag jdk9-b24 for changeset ba581cb2983f
tbell [Fri, 25 Jul 2014 15:38:09 -0700] rev 25679
Added tag jdk9-b24 for changeset ba581cb2983f
Wed, 05 Jul 2017 19:52:09 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:09 +0200] rev 25678
Merge
Wed, 30 Jul 2014 11:49:28 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:28 -0700] rev 25677
Merge
Tue, 22 Jul 2014 11:55:03 -0700 Merge
lana [Tue, 22 Jul 2014 11:55:03 -0700] rev 25676
Merge
Fri, 18 Jul 2014 16:53:17 +0530 8051019: Separate src and test execution sandbox directories
sundar [Fri, 18 Jul 2014 16:53:17 +0530] rev 25675
8051019: Separate src and test execution sandbox directories Reviewed-by: jlaskey Contributed-by: lev.priima@oracle.com
Fri, 25 Jul 2014 15:38:12 -0700 Added tag jdk9-b24 for changeset abe2821cc591
tbell [Fri, 25 Jul 2014 15:38:12 -0700] rev 25674
Added tag jdk9-b24 for changeset abe2821cc591
Wed, 05 Jul 2017 19:52:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:52:01 +0200] rev 25673
Merge
Fri, 25 Jul 2014 15:38:07 -0700 Added tag jdk9-b24 for changeset 4efd3f7a2c81
tbell [Fri, 25 Jul 2014 15:38:07 -0700] rev 25672
Added tag jdk9-b24 for changeset 4efd3f7a2c81
Wed, 05 Jul 2017 19:51:58 +0200 Merge
duke [Wed, 05 Jul 2017 19:51:58 +0200] rev 25671
Merge
Wed, 30 Jul 2014 11:49:59 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:59 -0700] rev 25670
Merge
Wed, 23 Jul 2014 21:50:21 +0000 8035166: Remove dependency on EC classes from pkcs11 provider
valeriep [Wed, 23 Jul 2014 21:50:21 +0000] rev 25669
8035166: Remove dependency on EC classes from pkcs11 provider Summary: Move the sun.security.ec.ECParameters and its related classes to sun.security.util package. Reviewed-by: mullan, vinnie
Mon, 21 Jul 2014 23:07:40 +0200 8006627: UUID to/from String performance should be improved by reducing object allocations
redestad [Mon, 21 Jul 2014 23:07:40 +0200] rev 25668
8006627: UUID to/from String performance should be improved by reducing object allocations Reviewed-by: mduigou, plevart Contributed-by: Steven Schlansker <stevenschlansker@gmail.com>, Claes Redestad <claes.redestad@oracle.com>
Tue, 22 Jul 2014 13:13:27 -0700 6721085: Fix broken link to Collections Framework Tutorial
mduigou [Tue, 22 Jul 2014 13:13:27 -0700] rev 25667
6721085: Fix broken link to Collections Framework Tutorial Reviewed-by: lancea
Tue, 22 Jul 2014 11:55:27 -0700 Merge
lana [Tue, 22 Jul 2014 11:55:27 -0700] rev 25666
Merge
Tue, 22 Jul 2014 22:06:52 +0400 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
aefimov [Tue, 22 Jul 2014 22:06:52 +0400] rev 25665
8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33 Reviewed-by: joehw
Mon, 21 Jul 2014 22:10:37 +0800 8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
weijun [Mon, 21 Jul 2014 22:10:37 +0800] rev 25664
8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred Reviewed-by: mullan
Mon, 21 Jul 2014 22:09:38 +0800 8049834: Two security tools tests do not run with only JRE
weijun [Mon, 21 Jul 2014 22:09:38 +0800] rev 25663
8049834: Two security tools tests do not run with only JRE Reviewed-by: mullan
Sat, 19 Jul 2014 11:22:08 +0800 8051399: Fix for JDK-8043071 breaks dev build
weijun [Sat, 19 Jul 2014 11:22:08 +0800] rev 25662
8051399: Fix for JDK-8043071 breaks dev build Reviewed-by: xuelei
Sat, 19 Jul 2014 10:20:42 +0800 8043071: Expose session key and KRB_CRED through extended GSS-API
weijun [Sat, 19 Jul 2014 10:20:42 +0800] rev 25661
8043071: Expose session key and KRB_CRED through extended GSS-API Reviewed-by: mullan
Fri, 18 Jul 2014 22:32:24 +0200 8050114: Expose Integer/Long formatUnsigned methods internally
redestad [Fri, 18 Jul 2014 22:32:24 +0200] rev 25660
8050114: Expose Integer/Long formatUnsigned methods internally Reviewed-by: mduigou
Fri, 18 Jul 2014 10:40:55 -0700 8050968: Extension class loader initialization fails on Win7 x64 zh_TW
mchung [Fri, 18 Jul 2014 10:40:55 -0700] rev 25659
8050968: Extension class loader initialization fails on Win7 x64 zh_TW Reviewed-by: alanb, dholmes, sherman
Fri, 18 Jul 2014 08:54:28 -0700 8051057: Optimize StringCharBuffer.toString(int, int)
mduigou [Fri, 18 Jul 2014 08:54:28 -0700] rev 25658
8051057: Optimize StringCharBuffer.toString(int, int) Reviewed-by: smarks, alanb
Fri, 18 Jul 2014 17:23:28 +0200 8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c
jbachorik [Fri, 18 Jul 2014 17:23:28 +0200] rev 25657
8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c Reviewed-by: sundar, kevinw
Fri, 18 Jul 2014 17:04:10 +0400 8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio
igerasim [Fri, 18 Jul 2014 17:04:10 +0400] rev 25656
8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio Reviewed-by: valeriep
Fri, 18 Jul 2014 13:43:28 +0100 8051350: Update javadoc for com.sun.jndi.toolkit.corba.CorbaUtils
prappo [Fri, 18 Jul 2014 13:43:28 +0100] rev 25655
8051350: Update javadoc for com.sun.jndi.toolkit.corba.CorbaUtils Reviewed-by: alanb
Fri, 18 Jul 2014 01:39:42 +0100 8050922: add additional diagnostic to java/net/MulticastSocket/TestInterfaces
msheppar [Fri, 18 Jul 2014 01:39:42 +0100] rev 25654
8050922: add additional diagnostic to java/net/MulticastSocket/TestInterfaces Summary: add additional diagnostic output for failed netwrok interface Reviewed-by: chegar
Sat, 12 Jul 2014 01:36:25 +0200 8041972: Additional parse methods for Long/Integer
redestad [Sat, 12 Jul 2014 01:36:25 +0200] rev 25653
8041972: Additional parse methods for Long/Integer Reviewed-by: mduigou, psandoz
Thu, 17 Jul 2014 11:08:50 -0700 8042589: String.toLowerCase do not work for some concatenated strings
sherman [Thu, 17 Jul 2014 11:08:50 -0700] rev 25652
8042589: String.toLowerCase do not work for some concatenated strings Summary: to include surrogate check in loop Reviewed-by: mchung
Fri, 25 Jul 2014 15:38:10 -0700 Added tag jdk9-b24 for changeset 83960d9537f6
tbell [Fri, 25 Jul 2014 15:38:10 -0700] rev 25651
Added tag jdk9-b24 for changeset 83960d9537f6
Wed, 05 Jul 2017 19:51:52 +0200 Merge
duke [Wed, 05 Jul 2017 19:51:52 +0200] rev 25650
Merge
Wed, 30 Jul 2014 11:49:41 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:41 -0700] rev 25649
Merge
Tue, 22 Jul 2014 11:56:22 -0700 Merge
lana [Tue, 22 Jul 2014 11:56:22 -0700] rev 25648
Merge
Fri, 18 Jul 2014 12:02:54 -0700 Merge
amurillo [Fri, 18 Jul 2014 12:02:54 -0700] rev 25647
Merge
Fri, 18 Jul 2014 10:41:05 +0200 Merge
rbackman [Fri, 18 Jul 2014 10:41:05 +0200] rev 25646
Merge
Mon, 14 Jul 2014 03:29:42 -0700 8048703: ReplacedNodes dumps it's content to tty
vlivanov [Mon, 14 Jul 2014 03:29:42 -0700] rev 25645
8048703: ReplacedNodes dumps it's content to tty Reviewed-by: roland, iveresov, drchase
Mon, 14 Jul 2014 03:28:13 -0700 8049532: LogCompilation: C1: inlining tree is flat (no depth is stored)
vlivanov [Mon, 14 Jul 2014 03:28:13 -0700] rev 25644
8049532: LogCompilation: C1: inlining tree is flat (no depth is stored) Reviewed-by: roland, iveresov
Mon, 14 Jul 2014 03:27:21 -0700 8049529: LogCompilation: annotate make_not_compilable with compilation level
vlivanov [Mon, 14 Jul 2014 03:27:21 -0700] rev 25643
8049529: LogCompilation: annotate make_not_compilable with compilation level Reviewed-by: roland, iveresov
Mon, 14 Jul 2014 03:26:52 -0700 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
vlivanov [Mon, 14 Jul 2014 03:26:52 -0700] rev 25642
8049530: Provide descriptive failure reason for compilation tasks removed for the queue Reviewed-by: roland, iveresov
Mon, 14 Jul 2014 03:25:40 -0700 8043546: C1 optimizes @Stable instance fields with default values
vlivanov [Mon, 14 Jul 2014 03:25:40 -0700] rev 25641
8043546: C1 optimizes @Stable instance fields with default values Reviewed-by: kvn, jrose
Mon, 14 Jul 2014 03:24:35 -0700 8049528: Method marked w/ @ForceInline isn't inlined with "executed < MinInliningThreshold times" message
vlivanov [Mon, 14 Jul 2014 03:24:35 -0700] rev 25640
8049528: Method marked w/ @ForceInline isn't inlined with "executed < MinInliningThreshold times" message Reviewed-by: roland, jrose
Mon, 14 Jul 2014 18:24:08 +0000 8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
mduigou [Mon, 14 Jul 2014 18:24:08 +0000] rev 25639
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands Reviewed-by: kvn, dholmes
Fri, 11 Jul 2014 23:54:16 +0000 Merge
drchase [Fri, 11 Jul 2014 23:54:16 +0000] rev 25638
Merge
Fri, 11 Jul 2014 19:51:36 -0400 8036588: VerifyFieldClosure fails instanceKlass:3133
drchase [Fri, 11 Jul 2014 19:51:36 -0400] rev 25637
8036588: VerifyFieldClosure fails instanceKlass:3133 Summary: Changed deopt live-pointer test to use returns-object instead of live-and-returns-object Reviewed-by: iveresov, kvn, jrose
Fri, 11 Jul 2014 14:32:02 -0700 Merge
kvn [Fri, 11 Jul 2014 14:32:02 -0700] rev 25636
Merge
Thu, 10 Jul 2014 15:12:48 +0200 8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
roland [Thu, 10 Jul 2014 15:12:48 +0200] rev 25635
8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp Summary: class redefinition may cause speculative trap clean up code to dereference dead method Reviewed-by: kvn, coleenp
Wed, 16 Jul 2014 15:59:46 -0700 Merge
sspitsyn [Wed, 16 Jul 2014 15:59:46 -0700] rev 25634
Merge
Tue, 15 Jul 2014 07:33:49 -0700 8049717: expose L1_data_cache_line_size for diagnostic/sanity checks
dcubed [Tue, 15 Jul 2014 07:33:49 -0700] rev 25633
8049717: expose L1_data_cache_line_size for diagnostic/sanity checks Summary: Add support for VM_Version::L1_data_cache_line_size(). Reviewed-by: dsimms, kvn, dholmes
Mon, 14 Jul 2014 21:48:47 +0000 Merge
dholmes [Mon, 14 Jul 2014 21:48:47 +0000] rev 25632
Merge
Mon, 14 Jul 2014 11:41:20 +0200 8049715: PPC64: First steps to enable SA on Linux/PPC64
simonis [Mon, 14 Jul 2014 11:41:20 +0200] rev 25631
8049715: PPC64: First steps to enable SA on Linux/PPC64 Reviewed-by: dholmes, kvn
Mon, 14 Jul 2014 10:52:52 +0200 8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
dsimms [Mon, 14 Jul 2014 10:52:52 +0200] rev 25630
8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY Summary: Increase the previous limit from 4k to 64k, added "-XX:MaxJNILocalCapacity=<capacity>" flag Reviewed-by: hseigel, fparain
Mon, 14 Jul 2014 10:50:20 +0200 8046668: Excessive checked JNI warnings from Java startup
dsimms [Mon, 14 Jul 2014 10:50:20 +0200] rev 25629
8046668: Excessive checked JNI warnings from Java startup Summary: Removed pedantic checked exception warnings for AIOOBException, add to current handle capacity Reviewed-by: hseigel, lfoltan
Fri, 11 Jul 2014 13:49:15 -0700 8049071: Add jtreg jobs to JPRT for hotspot
mikael [Fri, 11 Jul 2014 13:49:15 -0700] rev 25628
8049071: Add jtreg jobs to JPRT for hotspot Reviewed-by: dholmes, iveresov
Sat, 12 Jul 2014 01:26:13 -0700 Merge
sspitsyn [Sat, 12 Jul 2014 01:26:13 -0700] rev 25627
Merge
Thu, 10 Jul 2014 17:46:35 -0700 8013942: JSR 292: assert(type() == T_OBJECT) failed: type check
sspitsyn [Thu, 10 Jul 2014 17:46:35 -0700] rev 25626
8013942: JSR 292: assert(type() == T_OBJECT) failed: type check Summary: A dead scope of the local needs to be identified Reviewed-by: coleenp, vlivanov, mgronlun Contributed-by: serguei.spitsyn@oracle.com
Thu, 10 Jul 2014 08:15:30 -0700 8049104: resolve atomic.hpp wording issues from JDK-8047104 code review
dcubed [Thu, 10 Jul 2014 08:15:30 -0700] rev 25625
8049104: resolve atomic.hpp wording issues from JDK-8047104 code review Reviewed-by: dholmes, dice, rdurbin, acorn
Wed, 09 Jul 2014 22:37:48 -0400 8048933: -XX:+TraceExceptions output should include the message
coleenp [Wed, 09 Jul 2014 22:37:48 -0400] rev 25624
8048933: -XX:+TraceExceptions output should include the message Summary: Add the exception detail message to the tracing output Reviewed-by: minqi, dholmes
Fri, 11 Jul 2014 11:14:40 -0700 Merge
jmasa [Fri, 11 Jul 2014 11:14:40 -0700] rev 25623
Merge
Fri, 11 Jul 2014 09:07:23 +0200 8049831: Metadata Full GCs are not triggered when CMSClassUnloadingEnabled is turned off
stefank [Fri, 11 Jul 2014 09:07:23 +0200] rev 25622
8049831: Metadata Full GCs are not triggered when CMSClassUnloadingEnabled is turned off Reviewed-by: brutisso, tschatzl, ehelin, jmasa, dfazunen
Fri, 25 Jul 2014 15:38:08 -0700 Added tag jdk9-b24 for changeset d6c0b1381379
tbell [Fri, 25 Jul 2014 15:38:08 -0700] rev 25621
Added tag jdk9-b24 for changeset d6c0b1381379
Wed, 30 Jul 2014 11:49:10 -0700 Merge
lana [Wed, 30 Jul 2014 11:49:10 -0700] rev 25620
Merge
Tue, 22 Jul 2014 11:54:04 -0700 Merge
lana [Tue, 22 Jul 2014 11:54:04 -0700] rev 25619
Merge
Tue, 22 Jul 2014 10:38:07 -0700 Merge
amurillo [Tue, 22 Jul 2014 10:38:07 -0700] rev 25618
Merge
Fri, 18 Jul 2014 12:22:50 -0700 Merge
amurillo [Fri, 18 Jul 2014 12:22:50 -0700] rev 25617
Merge
Mon, 14 Jul 2014 17:26:16 -0400 8049715: PPC64: First steps to enable SA on Linux/PPC64
simonis [Mon, 14 Jul 2014 17:26:16 -0400] rev 25616
8049715: PPC64: First steps to enable SA on Linux/PPC64 Reviewed-by: dholmes, kvn
Fri, 11 Jul 2014 13:49:07 -0700 8049071: Add jtreg jobs to JPRT for hotspot
mikael [Fri, 11 Jul 2014 13:49:07 -0700] rev 25615
8049071: Add jtreg jobs to JPRT for hotspot Reviewed-by: dholmes, iveresov
Mon, 21 Jul 2014 21:34:29 -0700 8051010: Support @apiNote, @implSpec and @implNote in all javadoc bundles
mduigou [Mon, 21 Jul 2014 21:34:29 -0700] rev 25614
8051010: Support @apiNote, @implSpec and @implNote in all javadoc bundles Reviewed-by: alanb
Fri, 25 Jul 2014 15:38:06 -0700 Added tag jdk9-b24 for changeset 789a49ce93c8
tbell [Fri, 25 Jul 2014 15:38:06 -0700] rev 25613
Added tag jdk9-b24 for changeset 789a49ce93c8
Wed, 05 Jul 2017 19:51:31 +0200 Added tag jdk9-b24 for changeset d9ce05f36ffe
duke [Wed, 05 Jul 2017 19:51:31 +0200] rev 25612
Added tag jdk9-b24 for changeset d9ce05f36ffe
Wed, 05 Jul 2017 19:51:30 +0200 Merge jdk9-b24
duke [Wed, 05 Jul 2017 19:51:30 +0200] rev 25611
Merge
Wed, 05 Jul 2017 19:51:24 +0200 Merge
duke [Wed, 05 Jul 2017 19:51:24 +0200] rev 25610
Merge
Fri, 18 Jul 2014 08:25:38 -0700 Merge
lana [Fri, 18 Jul 2014 08:25:38 -0700] rev 25609
Merge
Thu, 17 Jul 2014 10:55:50 -0400 8051004: javac, incorrect bug id in tests for JDK-8050386
vromero [Thu, 17 Jul 2014 10:55:50 -0400] rev 25608
8051004: javac, incorrect bug id in tests for JDK-8050386 Reviewed-by: mcimadamore
Wed, 16 Jul 2014 10:47:56 -0400 8050386: javac, follow-up of fix for JDK-8049305
vromero [Wed, 16 Jul 2014 10:47:56 -0400] rev 25607
8050386: javac, follow-up of fix for JDK-8049305 Reviewed-by: mcimadamore
Tue, 15 Jul 2014 18:17:31 -0700 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
jjg [Tue, 15 Jul 2014 18:17:31 -0700] rev 25606
8050805: Add a target to langtools/make/build.xml to generate docs for test library classes Reviewed-by: ksrini
Mon, 14 Jul 2014 17:25:53 -0700 8050408: A few new Java src files for sjavac are missing copyright notices
jjg [Mon, 14 Jul 2014 17:25:53 -0700] rev 25605
8050408: A few new Java src files for sjavac are missing copyright notices Reviewed-by: mduigou
Mon, 14 Jul 2014 16:59:25 -0400 8050283: fix for JDK-8049305 should be removed
vromero [Mon, 14 Jul 2014 16:59:25 -0400] rev 25604
8050283: fix for JDK-8049305 should be removed Reviewed-by: jjg
Mon, 14 Jul 2014 11:46:31 -0700 8046824: class SJavacTestUtil and *Wrapper are redundant and should be removed
jjg [Mon, 14 Jul 2014 11:46:31 -0700] rev 25603
8046824: class SJavacTestUtil and *Wrapper are redundant and should be removed Reviewed-by: ksrini
Mon, 14 Jul 2014 13:36:30 -0400 8049305: Verification error due to a bad stackmap frame generated by javac
vromero [Mon, 14 Jul 2014 13:36:30 -0400] rev 25602
8049305: Verification error due to a bad stackmap frame generated by javac Reviewed-by: mcimadamore
Mon, 14 Jul 2014 12:03:08 +0200 8049948: Restore NonDirectSuper.java test
jlahoda [Mon, 14 Jul 2014 12:03:08 +0200] rev 25601
8049948: Restore NonDirectSuper.java test Reviewed-by: jjg
Mon, 14 Jul 2014 12:02:58 +0200 8048805: Request to investigate and update lexer error recovery in javac
jlahoda [Mon, 14 Jul 2014 12:02:58 +0200] rev 25600
8048805: Request to investigate and update lexer error recovery in javac 8046620: Further investigation needed for few error messages for negative unicode tests in langtools regression ws 8048803: javac should report complete character code in the error messages Summary: Improving error reporting and recovery in the lexer Reviewed-by: jjg, mcimadamore Contributed-by: jan.lahoda@oracle.com, sonali.goel@oracle.com
Thu, 17 Jul 2014 09:50:45 -0700 Added tag jdk9-b23 for changeset 376a52c9540c
katleman [Thu, 17 Jul 2014 09:50:45 -0700] rev 25599
Added tag jdk9-b23 for changeset 376a52c9540c
Wed, 05 Jul 2017 19:51:18 +0200 Merge
duke [Wed, 05 Jul 2017 19:51:18 +0200] rev 25598
Merge
Fri, 18 Jul 2014 08:25:26 -0700 Merge
lana [Fri, 18 Jul 2014 08:25:26 -0700] rev 25597
Merge
Tue, 15 Apr 2014 10:31:11 -0400 8035613: With active Securitymanager JAXBContext.newInstance fails
mkos [Tue, 15 Apr 2014 10:31:11 -0400] rev 25596
8035613: With active Securitymanager JAXBContext.newInstance fails Summary: Adding required doPrivileged section into JAXB classes; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin Reviewed-by: mullan, mgrebac
Thu, 17 Jul 2014 09:50:31 -0700 Added tag jdk9-b23 for changeset 5598c2adf641
katleman [Thu, 17 Jul 2014 09:50:31 -0700] rev 25595
Added tag jdk9-b23 for changeset 5598c2adf641
Wed, 05 Jul 2017 19:51:12 +0200 Merge
duke [Wed, 05 Jul 2017 19:51:12 +0200] rev 25594
Merge
Fri, 18 Jul 2014 08:25:22 -0700 Merge
lana [Fri, 18 Jul 2014 08:25:22 -0700] rev 25593
Merge
Wed, 16 Jul 2014 18:17:27 -0700 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
joehw [Wed, 16 Jul 2014 18:17:27 -0700] rev 25592
8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory Reviewed-by: lancea
Wed, 22 Jan 2014 09:37:54 -0800 8031540: Introduce document horizon
joehw [Wed, 22 Jan 2014 09:37:54 -0800] rev 25591
8031540: Introduce document horizon Reviewed-by: lancea, dfuchs, mullan
Wed, 15 Jan 2014 17:11:43 -0800 8031330: Refactor ObjectFactory
joehw [Wed, 15 Jan 2014 17:11:43 -0800] rev 25590
8031330: Refactor ObjectFactory Reviewed-by: alanb, lancea, dfuchs, skoivu
Thu, 17 Jul 2014 09:50:28 -0700 Added tag jdk9-b23 for changeset babcd39958ce
katleman [Thu, 17 Jul 2014 09:50:28 -0700] rev 25589
Added tag jdk9-b23 for changeset babcd39958ce
Wed, 05 Jul 2017 19:51:05 +0200 Merge
duke [Wed, 05 Jul 2017 19:51:05 +0200] rev 25588
Merge
Fri, 18 Jul 2014 08:25:35 -0700 Merge
lana [Fri, 18 Jul 2014 08:25:35 -0700] rev 25587
Merge
Thu, 17 Jul 2014 16:47:06 +0530 8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date
sundar [Thu, 17 Jul 2014 16:47:06 +0530] rev 25586
8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date Reviewed-by: jlaskey
Tue, 15 Jul 2014 16:54:01 +0530 8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings
sundar [Tue, 15 Jul 2014 16:54:01 +0530] rev 25585
8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings Reviewed-by: jlaskey
Thu, 17 Jul 2014 09:50:46 -0700 Added tag jdk9-b23 for changeset 000e5d36d0e3
katleman [Thu, 17 Jul 2014 09:50:46 -0700] rev 25584
Added tag jdk9-b23 for changeset 000e5d36d0e3
Wed, 05 Jul 2017 19:50:57 +0200 Merge
duke [Wed, 05 Jul 2017 19:50:57 +0200] rev 25583
Merge
Thu, 17 Jul 2014 09:50:06 -0700 Added tag jdk9-b23 for changeset 4ddeec3198b4
katleman [Thu, 17 Jul 2014 09:50:06 -0700] rev 25582
Added tag jdk9-b23 for changeset 4ddeec3198b4
Wed, 05 Jul 2017 19:50:54 +0200 Merge
duke [Wed, 05 Jul 2017 19:50:54 +0200] rev 25581
Merge
Fri, 18 Jul 2014 08:25:58 -0700 Merge
lana [Fri, 18 Jul 2014 08:25:58 -0700] rev 25580
Merge
Wed, 16 Jul 2014 18:22:09 -0700 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
joehw [Wed, 16 Jul 2014 18:22:09 -0700] rev 25579
8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory Reviewed-by: lancea
Wed, 16 Jul 2014 18:06:28 -0700 8050953: Fix raw and unchecked lint warnings in sun.text.normalizer.UnicodeSet
darcy [Wed, 16 Jul 2014 18:06:28 -0700] rev 25578
8050953: Fix raw and unchecked lint warnings in sun.text.normalizer.UnicodeSet Reviewed-by: okutsu
Wed, 16 Jul 2014 17:45:13 -0700 8050798: New unchecked warning introduced in com.sun.jndi.ldap.Connection
darcy [Wed, 16 Jul 2014 17:45:13 -0700] rev 25577
8050798: New unchecked warning introduced in com.sun.jndi.ldap.Connection Reviewed-by: lancea
Wed, 16 Jul 2014 14:39:59 -0700 Merge
prr [Wed, 16 Jul 2014 14:39:59 -0700] rev 25576
Merge
Wed, 16 Jul 2014 12:48:42 -0700 Merge
prr [Wed, 16 Jul 2014 12:48:42 -0700] rev 25575
Merge
Tue, 08 Jul 2014 12:20:06 +0400 8046559: NPE when changing Windows theme
aivanov [Tue, 08 Jul 2014 12:20:06 +0400] rev 25574
8046559: NPE when changing Windows theme Reviewed-by: pchelko, anthony
Mon, 07 Jul 2014 16:05:13 -0700 8048980: Fix raw and unchecked lint warnings in platform-specific sun.font files
darcy [Mon, 07 Jul 2014 16:05:13 -0700] rev 25573
8048980: Fix raw and unchecked lint warnings in platform-specific sun.font files Reviewed-by: henryjen, prr
Mon, 07 Jul 2014 10:27:56 -0700 Merge
prr [Mon, 07 Jul 2014 10:27:56 -0700] rev 25572
Merge
Mon, 07 Jul 2014 18:56:50 +0400 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel
azvegint [Mon, 07 Jul 2014 18:56:50 +0400] rev 25571
8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel Reviewed-by: anthony, pchelko
Fri, 04 Jul 2014 15:16:02 +0400 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant [Fri, 04 Jul 2014 15:16:02 +0400] rev 25570
8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method Reviewed-by: azvegint, alexsch
Fri, 04 Jul 2014 13:40:55 +0400 8048246: Move AWT_DnD/Clipboard/Automated functional tests to OpenJDK
yan [Fri, 04 Jul 2014 13:40:55 +0400] rev 25569
8048246: Move AWT_DnD/Clipboard/Automated functional tests to OpenJDK Reviewed-by: pchelko Contributed-by: Dmitriy Ermashov <dmitriy.ermashov@oracle.com>
Thu, 03 Jul 2014 15:24:27 -0700 8043550: Fix raw and unchecked lint warnings in javax.swing.*
darcy [Thu, 03 Jul 2014 15:24:27 -0700] rev 25568
8043550: Fix raw and unchecked lint warnings in javax.swing.* Reviewed-by: pchelko, mchung
Thu, 03 Jul 2014 18:47:42 +0400 8044371: setOneTouchExpandable functionality of JSplitPane will reduce vertical Scrollbar
anashaty [Thu, 03 Jul 2014 18:47:42 +0400] rev 25567
8044371: setOneTouchExpandable functionality of JSplitPane will reduce vertical Scrollbar Reviewed-by: alexp, alexsch
Thu, 03 Jul 2014 16:55:55 +0400 4058433: RFE: tool for creating BeanInfo template
malenkov [Thu, 03 Jul 2014 16:55:55 +0400] rev 25566
4058433: RFE: tool for creating BeanInfo template Reviewed-by: alexsch, serb
Wed, 02 Jul 2014 23:03:27 -0700 8043548: Fix raw and unchecked lint warnings in javax.swing.plaf.*
darcy [Wed, 02 Jul 2014 23:03:27 -0700] rev 25565
8043548: Fix raw and unchecked lint warnings in javax.swing.plaf.* 8042849: Fix raw and unchecked warnings in com.sun.java.swing Reviewed-by: pchelko, alexsch
Wed, 02 Jul 2014 18:57:27 +0400 8048549: [macosx] Disable usage of system menu bar if AWT is embedded in FX
pchelko [Wed, 02 Jul 2014 18:57:27 +0400] rev 25564
8048549: [macosx] Disable usage of system menu bar if AWT is embedded in FX Reviewed-by: anthony, serb
Wed, 02 Jul 2014 17:04:04 +0400 8033367: [macosx] Appletviewer was broken in jdk8 b124
pchelko [Wed, 02 Jul 2014 17:04:04 +0400] rev 25563
8033367: [macosx] Appletviewer was broken in jdk8 b124 Reviewed-by: anthony, serb
Wed, 02 Jul 2014 14:48:37 +0400 8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed.
mcherkas [Wed, 02 Jul 2014 14:48:37 +0400] rev 25562
8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed. Reviewed-by: anthony, pchelko Contributed-by: artem.malenko@oracle.com
Tue, 01 Jul 2014 12:02:30 -0700 Merge
prr [Tue, 01 Jul 2014 12:02:30 -0700] rev 25561
Merge
Tue, 01 Jul 2014 20:42:29 +0400 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
serb [Tue, 01 Jul 2014 20:42:29 +0400] rev 25560
8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert Reviewed-by: anthony, pchelko, azvegint
Tue, 01 Jul 2014 12:49:36 +0400 8043131: Move ShapedAndTranslucentWindows and GC functional AWT tests to regression tree
yan [Tue, 01 Jul 2014 12:49:36 +0400] rev 25559
8043131: Move ShapedAndTranslucentWindows and GC functional AWT tests to regression tree Reviewed-by: pchelko Contributed-by: Dmitriy Ermashov <dmitriy.ermashov@oracle.com>
Mon, 30 Jun 2014 16:23:18 +0400 8048506: [macosx] javax.swing.PopupFactory issue with null owner
dmarkov [Mon, 30 Jun 2014 16:23:18 +0400] rev 25558
8048506: [macosx] javax.swing.PopupFactory issue with null owner Reviewed-by: pchelko, alexsch
Thu, 26 Jun 2014 16:14:54 -0700 8043508: JVM core dumps with very long text in tooltip
prr [Thu, 26 Jun 2014 16:14:54 -0700] rev 25557
8043508: JVM core dumps with very long text in tooltip Reviewed-by: bae, jgodinez
Thu, 26 Jun 2014 16:10:33 -0700 8041902: When printing, polylines are not rendered as joined
prr [Thu, 26 Jun 2014 16:10:33 -0700] rev 25556
8041902: When printing, polylines are not rendered as joined Reviewed-by: bae, jgodinez
Thu, 26 Jun 2014 13:46:27 -0700 7067052: Default printer media is ignored
jgodinez [Thu, 26 Jun 2014 13:46:27 -0700] rev 25555
7067052: Default printer media is ignored Reviewed-by: bae, prr
Thu, 26 Jun 2014 13:38:38 +0400 8047799: Remove WindowClosingSupport
pchelko [Thu, 26 Jun 2014 13:38:38 +0400] rev 25554
8047799: Remove WindowClosingSupport Reviewed-by: anthony, alexsch
Thu, 26 Jun 2014 12:05:57 +0400 8048022: Fix raw and unchecked warnings in javax.accessibility
ptbrunet [Thu, 26 Jun 2014 12:05:57 +0400] rev 25553
8048022: Fix raw and unchecked warnings in javax.accessibility Reviewed-by: pchelko
Wed, 25 Jun 2014 19:10:32 +0400 8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
alexsch [Wed, 25 Jun 2014 19:10:32 +0400] rev 25552
8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support Reviewed-by: pchelko, anthony, ksrini
Wed, 16 Jul 2014 20:43:53 +0100 8040810: Uninitialised memory in jdk/src/windows/native/java/net: net_util_md.c, TwoStacksPlainSocketImpl.c, TwoStacksPlainDatagramSocketImpl.c, DualStackPlainSocketImpl.c, DualStackPlainDatagramSocketImpl.c
msheppar [Wed, 16 Jul 2014 20:43:53 +0100] rev 25551
8040810: Uninitialised memory in jdk/src/windows/native/java/net: net_util_md.c, TwoStacksPlainSocketImpl.c, TwoStacksPlainDatagramSocketImpl.c, DualStackPlainSocketImpl.c, DualStackPlainDatagramSocketImpl.c Summary: explicitly initialze local function variables Reviewed-by: alanb
Wed, 16 Jul 2014 16:16:32 +0100 8050869: Convert runtime dependency to Applet to a static dependency in cosnaming
prappo [Wed, 16 Jul 2014 16:16:32 +0100] rev 25550
8050869: Convert runtime dependency to Applet to a static dependency in cosnaming Reviewed-by: chegar, alanb
Tue, 20 May 2014 16:02:57 +0200 8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
mkos [Tue, 20 May 2014 16:02:57 +0200] rev 25549
8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries." Summary: adding newly restricted package to golden set in the test Reviewed-by: asmotrak, coffeys, mullan
Mon, 14 Jul 2014 18:16:16 +0400 8042590: Running form URL throws NPE
pchelko [Mon, 14 Jul 2014 18:16:16 +0400] rev 25548
8042590: Running form URL throws NPE Reviewed-by: anthony, serb
Thu, 08 May 2014 19:18:36 +0400 8036861: Application can't be loaded fine,the save dialog can't show up.
pchelko [Thu, 08 May 2014 19:18:36 +0400] rev 25547
8036861: Application can't be loaded fine,the save dialog can't show up. Reviewed-by: serb, azvegint
Tue, 29 Apr 2014 06:53:38 +0800 8041535: Update certificate lists for compact1 profile
weijun [Tue, 29 Apr 2014 06:53:38 +0800] rev 25546
8041535: Update certificate lists for compact1 profile Reviewed-by: mullan, ahgross, erikj
Thu, 24 Apr 2014 16:52:45 +0100 8039520: More atomicity of atomic updates
chegar [Thu, 24 Apr 2014 16:52:45 +0100] rev 25545
8039520: More atomicity of atomic updates Reviewed-by: dl, skoivu, igerasim
Thu, 24 Apr 2014 21:09:05 +0400 8039097: Some tests fail with NPE since 7u60 b12
pchelko [Thu, 24 Apr 2014 21:09:05 +0400] rev 25544
8039097: Some tests fail with NPE since 7u60 b12 Reviewed-by: serb, alexsch
Mon, 07 Apr 2014 00:31:06 +0200 8027144: Review restriction of JAX-WS java packages going to JDK8
mkos [Mon, 07 Apr 2014 00:31:06 +0200] rev 25543
8027144: Review restriction of JAX-WS java packages going to JDK8 Summary: Restricting access to internal packages to minimise risk of security attack; fix also reviewed by Alexander Fomin Reviewed-by: mullan, mgrebac
Tue, 01 Apr 2014 11:58:42 -0400 8035004: Provider provides less service
mullan [Tue, 01 Apr 2014 11:58:42 -0400] rev 25542
8035004: Provider provides less service Reviewed-by: wetmore, skoivu
Sat, 29 Mar 2014 23:24:26 +0000 8031346: Enhance RSA key handling
xuelei [Sat, 29 Mar 2014 23:24:26 +0000] rev 25541
8031346: Enhance RSA key handling Reviewed-by: ahgross, ascarpino, asmotrak, robm, weijun, wetmore
Thu, 24 Apr 2014 21:04:16 +0400 8037162: More robust DH exchanges
xuelei [Thu, 24 Apr 2014 21:04:16 +0400] rev 25540
8037162: More robust DH exchanges Reviewed-by: weijun, asmotrak, ahgross, robm
Sat, 22 Mar 2014 12:51:48 -0400 8036571: (process) Process process arguments carefully
rriggs [Sat, 22 Mar 2014 12:51:48 -0400] rev 25539
8036571: (process) Process process arguments carefully Reviewed-by: alanb, ahgross, jeff, robm
Sat, 22 Mar 2014 02:21:11 +0400 8037046: Validate libraries to be loaded
kizune [Sat, 22 Mar 2014 02:21:11 +0400] rev 25538
8037046: Validate libraries to be loaded Reviewed-by: ksrini, ahgross
Mon, 14 Jul 2014 13:57:44 +0400 8035788: Provide more consistency for lookups
twisti [Mon, 14 Jul 2014 13:57:44 +0400] rev 25537
8035788: Provide more consistency for lookups Reviewed-by: jrose, vlivanov, ahgross
Thu, 13 Mar 2014 11:49:24 +0400 8035699: File choosers should be choosier
malenkov [Thu, 13 Mar 2014 11:49:24 +0400] rev 25536
8035699: File choosers should be choosier Reviewed-by: alexsch, art, skoivu
Thu, 24 Apr 2014 21:00:52 +0400 8033055: Issues in 2d
dbuck [Thu, 24 Apr 2014 21:00:52 +0400] rev 25535
8033055: Issues in 2d Reviewed-by: bae, prr, mschoene
Fri, 07 Mar 2014 10:15:36 +0100 8029755: Enhance subject class
jbachorik [Fri, 07 Mar 2014 10:15:36 +0100] rev 25534
8029755: Enhance subject class Reviewed-by: sla, dfuchs, hawtin
Mon, 03 Mar 2014 14:14:10 -0800 8035009: Make Proxy representations consistent
mchung [Mon, 03 Mar 2014 14:14:10 -0800] rev 25533
8035009: Make Proxy representations consistent Reviewed-by: ahgross, jfranck
Thu, 24 Apr 2014 20:58:00 +0400 8032960: Running forms URL throws NullPointerException in Javaconsole.
pchelko [Thu, 24 Apr 2014 20:58:00 +0400] rev 25532
8032960: Running forms URL throws NullPointerException in Javaconsole. Reviewed-by: anthony, serb
Fri, 28 Feb 2014 10:39:03 +0000 8034272: Do not cram data into CRAM arrays
vinnie [Fri, 28 Feb 2014 10:39:03 +0000] rev 25531
8034272: Do not cram data into CRAM arrays Reviewed-by: mullan, ahgross
Wed, 26 Feb 2014 18:56:33 +0000 8031340: Better TLS/EC management
valeriep [Wed, 26 Feb 2014 18:56:33 +0000] rev 25530
8031340: Better TLS/EC management Summary: Make sure private key structure is freed for EC key pair generation Reviewed-by: vinnie
Tue, 25 Feb 2014 19:48:47 +0400 8028285: RMI Thread can no longer call out to AWT
pchelko [Tue, 25 Feb 2014 19:48:47 +0400] rev 25529
8028285: RMI Thread can no longer call out to AWT Reviewed-by: art, serb, ddehaven
Mon, 24 Feb 2014 11:03:49 -0800 8034267: Probabilistic native crash`
prr [Mon, 24 Feb 2014 11:03:49 -0800] rev 25528
8034267: Probabilistic native crash` Reviewed-by: bae, serb, mschoene
Mon, 03 Feb 2014 21:48:46 +0400 8029177: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.java.util.jar: JNI exception pending
kizune [Mon, 03 Feb 2014 21:48:46 +0400] rev 25527
8029177: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.java.util.jar: JNI exception pending Summary: Additional review by Chris Ries Reviewed-by: jfranck, ksrini
Wed, 16 Jul 2014 14:35:48 +0200 8044047: Missing null pointer checks for streams
psandoz [Wed, 16 Jul 2014 14:35:48 +0200] rev 25526
8044047: Missing null pointer checks for streams Reviewed-by: dfuchs Contributed-by: paul.sandoz@oracle.com, ivan.gerasimov@oracle.com
Wed, 16 Jul 2014 08:07:38 -0400 Merge
mullan [Wed, 16 Jul 2014 08:07:38 -0400] rev 25525
Merge
Wed, 16 Jul 2014 08:06:40 -0400 4867890: Clarify the return value/exception for java.security.SignedObject.verify
mullan [Wed, 16 Jul 2014 08:06:40 -0400] rev 25524
4867890: Clarify the return value/exception for java.security.SignedObject.verify Reviewed-by: weijun
Wed, 16 Jul 2014 13:02:24 +0400 8035975: Pattern.compile(String, int) fails to throw IllegalArgumentException
igerasim [Wed, 16 Jul 2014 13:02:24 +0400] rev 25523
8035975: Pattern.compile(String, int) fails to throw IllegalArgumentException Reviewed-by: sherman
Tue, 15 Jul 2014 11:22:14 -0700 8049892: Replace uses of 'new Integer()' with appropriate alternative across core classes
prr [Tue, 15 Jul 2014 11:22:14 -0700] rev 25522
8049892: Replace uses of 'new Integer()' with appropriate alternative across core classes Reviewed-by: psandoz, prr Contributed-by: otaviopolianasantana@gmail.com
Tue, 15 Jul 2014 10:21:07 -0700 Merge
amurillo [Tue, 15 Jul 2014 10:21:07 -0700] rev 25521
Merge
Fri, 11 Jul 2014 21:20:11 -0700 Merge
amurillo [Fri, 11 Jul 2014 21:20:11 -0700] rev 25520
Merge
Fri, 11 Jul 2014 17:04:52 -0700 Merge
amurillo [Fri, 11 Jul 2014 17:04:52 -0700] rev 25519
Merge
Fri, 11 Jul 2014 13:02:40 -0700 Merge
amurillo [Fri, 11 Jul 2014 13:02:40 -0700] rev 25518
Merge
(0) -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 +30000 tip