Fri, 04 Mar 2011 17:13:19 -0500 7014923: G1: code cleanup
tonyp [Fri, 04 Mar 2011 17:13:19 -0500] rev 8680
7014923: G1: code cleanup Summary: Some G1 code cleanup. Reviewed-by: johnc, jcoomes, jwilhelm
Fri, 18 Mar 2011 01:44:15 -0700 Merge
twisti [Fri, 18 Mar 2011 01:44:15 -0700] rev 8679
Merge
Thu, 17 Mar 2011 18:29:18 -0700 7011865: JSR 292 CTW fails: !THREAD->is_Compiler_thread() failed: Can not load classes with the Compiler thre
jrose [Thu, 17 Mar 2011 18:29:18 -0700] rev 8678
7011865: JSR 292 CTW fails: !THREAD->is_Compiler_thread() failed: Can not load classes with the Compiler thre Reviewed-by: kvn, never
Thu, 17 Mar 2011 12:08:01 -0700 7028394: Newer AMD Processor Prefetch Defaults
kvn [Thu, 17 Mar 2011 12:08:01 -0700] rev 8677
7028394: Newer AMD Processor Prefetch Defaults Summary: This new default has shown improvement across many workloads. Reviewed-by: kvn Contributed-by: tom.deneau@amd.com
Fri, 11 Mar 2011 22:34:57 -0800 7012648: move JSR 292 to package java.lang.invoke and adjust names
jrose [Fri, 11 Mar 2011 22:34:57 -0800] rev 8676
7012648: move JSR 292 to package java.lang.invoke and adjust names Summary: package and class renaming only; delete unused methods and classes Reviewed-by: twisti
Fri, 11 Mar 2011 22:33:47 -0800 6839872: remove implementation inheritance from JSR 292 APIs
jrose [Fri, 11 Mar 2011 22:33:47 -0800] rev 8675
6839872: remove implementation inheritance from JSR 292 APIs Summary: consolidate runtime support in java.dyn.MethodHandleNatives; include transitional compatibility logic Reviewed-by: twisti
Fri, 11 Mar 2011 21:19:15 -0800 Merge
jrose [Fri, 11 Mar 2011 21:19:15 -0800] rev 8674
Merge
Fri, 11 Mar 2011 07:50:51 -0800 7026631: field _klass is incorrectly set for dual type of TypeAryPtr::OOPS
kvn [Fri, 11 Mar 2011 07:50:51 -0800] rev 8673
7026631: field _klass is incorrectly set for dual type of TypeAryPtr::OOPS Summary: add missing check this->dual() != TypeAryPtr::OOPS into TypeAryPtr::klass(). Reviewed-by: never
Wed, 09 Mar 2011 09:15:16 -0800 7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache
kvn [Wed, 09 Mar 2011 09:15:16 -0800] rev 8672
7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache Summary: Use largest_free_block() instead of unallocated_capacity(). Reviewed-by: iveresov, never, ysr
Sun, 06 Mar 2011 22:09:23 -0800 6965570: assert(!needs_patching && x->is_loaded(),"how do we know it's volatile if it's not loaded")
never [Sun, 06 Mar 2011 22:09:23 -0800] rev 8671
6965570: assert(!needs_patching && x->is_loaded(),"how do we know it's volatile if it's not loaded") Reviewed-by: iveresov
Sat, 05 Mar 2011 11:02:04 -0800 6589823: Error: meet not symmetric
kvn [Sat, 05 Mar 2011 11:02:04 -0800] rev 8670
6589823: Error: meet not symmetric Summary: arrays pointers meet must fall to bottom if exact array klasses in upper lattice are not equal or super klass is exact. Reviewed-by: never
Fri, 04 Mar 2011 22:44:50 -0800 Merge
never [Fri, 04 Mar 2011 22:44:50 -0800] rev 8669
Merge
Fri, 04 Mar 2011 20:01:48 -0800 7024866: # assert(limit == NULL || limit <= nm->code_end()) failed: in bounds
never [Fri, 04 Mar 2011 20:01:48 -0800] rev 8668
7024866: # assert(limit == NULL || limit <= nm->code_end()) failed: in bounds Reviewed-by: kvn, iveresov
Fri, 04 Mar 2011 15:14:16 -0800 7020403: Add AdvancedCompilationPolicy for tiered
iveresov [Fri, 04 Mar 2011 15:14:16 -0800] rev 8667
7020403: Add AdvancedCompilationPolicy for tiered Summary: This implements adaptive tiered compilation policy. Reviewed-by: kvn, never
Wed, 16 Mar 2011 23:45:04 -0400 Merge
vladidan [Wed, 16 Mar 2011 23:45:04 -0400] rev 8666
Merge
Wed, 16 Mar 2011 10:47:45 -0400 Merge
vladidan [Wed, 16 Mar 2011 10:47:45 -0400] rev 8665
Merge
Thu, 10 Mar 2011 14:56:11 -0500 7011490: Wrong computation results in Test6880034
vladidan [Thu, 10 Mar 2011 14:56:11 -0500] rev 8664
7011490: Wrong computation results in Test6880034 Summary: incorrect handling of c2i deoptimization on little endian architectures Reviewed-by: never
Wed, 16 Mar 2011 14:57:49 -0400 7019165: Incorrect symbols in pstack output after SymbolTable changes
coleenp [Wed, 16 Mar 2011 14:57:49 -0400] rev 8663
7019165: Incorrect symbols in pstack output after SymbolTable changes Summary: And out lsb which is set for symbols in constant pool slots to distinguish them from strings Reviewed-by: phh, dholmes, never, dcubed
Tue, 15 Mar 2011 06:50:01 -0700 Merge
dcubed [Tue, 15 Mar 2011 06:50:01 -0700] rev 8662
Merge
Tue, 15 Mar 2011 06:37:31 -0700 7024970: 2/3 assert(ServiceThread::is_service_thread(Thread::current())) failed: Service thread must post enqueue
dcubed [Tue, 15 Mar 2011 06:37:31 -0700] rev 8661
7024970: 2/3 assert(ServiceThread::is_service_thread(Thread::current())) failed: Service thread must post enqueue Summary: Change nmethod_lock() to also prevent zombification of the nmethod. CompiledMethodUnload events also need to lock the nmethod. Clean ups in nmethod::make_not_entrant_or_zombie() Reviewed-by: dholmes, kamg, never, dsamersoff, ysr, coleenp, acorn
Tue, 15 Mar 2011 06:35:10 -0700 7024234: 2/3 jvmti tests fail assert(!_oops_are_stale) failed: oops are stale on Win-AMD64
dcubed [Tue, 15 Mar 2011 06:35:10 -0700] rev 8660
7024234: 2/3 jvmti tests fail assert(!_oops_are_stale) failed: oops are stale on Win-AMD64 Summary: Move initialization of the '_instance' field to avoid race with ServiceThread start. Reviewed-by: dholmes, kamg, never, dsamersoff, ysr, coleenp, acorn
Mon, 14 Mar 2011 11:43:56 -0700 Merge
acorn [Mon, 14 Mar 2011 11:43:56 -0700] rev 8659
Merge
Fri, 11 Mar 2011 16:09:55 -0500 7023931: PcDescCache::find_pc_desc should not write _last_pc_desc
phh [Fri, 11 Mar 2011 16:09:55 -0500] rev 8658
7023931: PcDescCache::find_pc_desc should not write _last_pc_desc Summary: Remove _last_pc_desc and use pcdescs[0] instead. Reviewed-by: dcubed, coleenp, ysr
Thu, 10 Mar 2011 17:44:32 +0100 7025485: leverage shared x86-only deoptimization code
bdelsart [Thu, 10 Mar 2011 17:44:32 +0100] rev 8657
7025485: leverage shared x86-only deoptimization code Summary: removed an ifdef IA32 around harmless code useful for some ports Reviewed-by: chrisphi, never
Fri, 11 Mar 2011 22:41:33 -0800 Merge
trims [Fri, 11 Mar 2011 22:41:33 -0800] rev 8656
Merge
Mon, 07 Mar 2011 16:03:28 -0500 7024584: Symbol printouts shouldnt be under PrintGCDetails
coleenp [Mon, 07 Mar 2011 16:03:28 -0500] rev 8655
7024584: Symbol printouts shouldnt be under PrintGCDetails Summary: Put symbol printing under Verbose and WizardMode so you can get this information if you really want it. Reviewed-by: phh, stefank, never, dholmes, jcoomes
Mon, 07 Mar 2011 09:16:08 -0800 Merge
acorn [Mon, 07 Mar 2011 09:16:08 -0800] rev 8654
Merge
Fri, 04 Mar 2011 14:40:46 -0500 6845426: non-static <clinit> method with no args is called during the class initialization process
kamg [Fri, 04 Mar 2011 14:40:46 -0500] rev 8653
6845426: non-static <clinit> method with no args is called during the class initialization process Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50 Reviewed-by: acorn, dholmes, coleenp
Thu, 03 Mar 2011 19:53:03 -0500 7021653: Parfait issue in hotspot/src/share/vm/oops/methodDataOops.hpp
coleenp [Thu, 03 Mar 2011 19:53:03 -0500] rev 8652
7021653: Parfait issue in hotspot/src/share/vm/oops/methodDataOops.hpp Summary: Fix compilation error(s) Reviewed-by: kvn, phh, jcoomes, dholmes
Thu, 03 Mar 2011 19:52:23 -0500 6512830: Error: assert(tag_at(which).is_unresolved_klass(), "Corrupted constant pool")
coleenp [Thu, 03 Mar 2011 19:52:23 -0500] rev 8651
6512830: Error: assert(tag_at(which).is_unresolved_klass(), "Corrupted constant pool") Summary: Redefine classes copies the constant pool while the constant pool may be resolving strings or classes Reviewed-by: dcubed, dsamersoff, acorn
Thu, 03 Mar 2011 19:51:36 -0500 7022999: Can't build with FORCE_TIERED=0
coleenp [Thu, 03 Mar 2011 19:51:36 -0500] rev 8650
7022999: Can't build with FORCE_TIERED=0 Summary: Put UseFastLocking test under #ifdef COMPILER1 Reviewed-by: kvn, phh, never, dcubed
Thu, 17 Mar 2011 17:25:12 -0700 Added tag hs21-b04 for changeset 8f90284bf3fa
trims [Thu, 17 Mar 2011 17:25:12 -0700] rev 8649
Added tag hs21-b04 for changeset 8f90284bf3fa
Thu, 17 Mar 2011 14:32:47 -0700 Added tag jdk7-b134 for changeset 3cb740be56d2
schien [Thu, 17 Mar 2011 14:32:47 -0700] rev 8648
Added tag jdk7-b134 for changeset 3cb740be56d2
Wed, 23 Mar 2011 17:43:38 -0700 Merge
cl [Wed, 23 Mar 2011 17:43:38 -0700] rev 8647
Merge
Tue, 22 Mar 2011 08:15:39 -0700 6896934: README: Document how the drop source bundles work for jaxp/jaxws
ohair [Tue, 22 Mar 2011 08:15:39 -0700] rev 8646
6896934: README: Document how the drop source bundles work for jaxp/jaxws 6896978: README: Updates to openjdk README-builds.html 6903517: README: OpenJDK additions needed - cygwin issues Reviewed-by: dholmes
Thu, 17 Mar 2011 14:32:38 -0700 Added tag jdk7-b134 for changeset 6baee4c33881
schien [Thu, 17 Mar 2011 14:32:38 -0700] rev 8645
Added tag jdk7-b134 for changeset 6baee4c33881
Wed, 05 Jul 2017 17:37:53 +0200 Added tag jdk7-b134 for changeset def8e16dd237
duke [Wed, 05 Jul 2017 17:37:53 +0200] rev 8644
Added tag jdk7-b134 for changeset def8e16dd237
Wed, 05 Jul 2017 17:37:53 +0200 Merge jdk7-b134
duke [Wed, 05 Jul 2017 17:37:53 +0200] rev 8643
Merge
Wed, 05 Jul 2017 17:37:50 +0200 Merge
duke [Wed, 05 Jul 2017 17:37:50 +0200] rev 8642
Merge
Tue, 15 Mar 2011 15:32:21 -0700 Merge
ohair [Tue, 15 Mar 2011 15:32:21 -0700] rev 8641
Merge
Sun, 13 Mar 2011 14:41:25 -0700 Merge
mfang [Sun, 13 Mar 2011 14:41:25 -0700] rev 8640
Merge
Tue, 08 Mar 2011 23:43:09 -0800 7025324: NLS: t13y fix for 7022005 [ja,zh_CN] javadoc, part of navigation bar in generated html are not translated
mfang [Tue, 08 Mar 2011 23:43:09 -0800] rev 8639
7025324: NLS: t13y fix for 7022005 [ja,zh_CN] javadoc, part of navigation bar in generated html are not translated Reviewed-by: yhuang, ogino, jennyh
Thu, 10 Mar 2011 20:51:07 -0800 Merge
lana [Thu, 10 Mar 2011 20:51:07 -0800] rev 8638
Merge
Mon, 07 Mar 2011 13:45:06 -0800 6980021: javac should document @file command line option
jjg [Mon, 07 Mar 2011 13:45:06 -0800] rev 8637
6980021: javac should document @file command line option Reviewed-by: mcimadamore
Mon, 07 Mar 2011 11:37:54 -0800 Merge
lana [Mon, 07 Mar 2011 11:37:54 -0800] rev 8636
Merge
Mon, 07 Mar 2011 14:31:50 +0000 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
mcimadamore [Mon, 07 Mar 2011 14:31:50 +0000] rev 8635
7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes Summary: Disallow diamond on anonymous innner class creation expression (as per JSR 334's EDR) Reviewed-by: jjg
Mon, 07 Mar 2011 14:11:48 +0000 7024568: Very long method resolution causing OOM error
mcimadamore [Mon, 07 Mar 2011 14:11:48 +0000] rev 8634
7024568: Very long method resolution causing OOM error Summary: Resolve.findMethod scans same receiver type more than once in certain inheritance graphs Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
Fri, 04 Mar 2011 19:59:04 -0800 6964914: javadoc does not output number of warnings using user written doclet
jjg [Fri, 04 Mar 2011 19:59:04 -0800] rev 8633
6964914: javadoc does not output number of warnings using user written doclet Reviewed-by: bpatel
Fri, 04 Mar 2011 19:56:02 -0800 6227454: package.html and overview.html may not be read fully
jjg [Fri, 04 Mar 2011 19:56:02 -0800] rev 8632
6227454: package.html and overview.html may not be read fully Reviewed-by: bpatel
Fri, 04 Mar 2011 19:53:03 -0800 6866185: Util.getPackageSourcePath should use lastIndexOf not indexOf and related cleanup
jjg [Fri, 04 Mar 2011 19:53:03 -0800] rev 8631
6866185: Util.getPackageSourcePath should use lastIndexOf not indexOf and related cleanup Reviewed-by: bpatel
Fri, 04 Mar 2011 11:33:37 -0800 6966736: javac verbose output is inconsistent
jjg [Fri, 04 Mar 2011 11:33:37 -0800] rev 8630
6966736: javac verbose output is inconsistent Reviewed-by: mcimadamore
Thu, 03 Mar 2011 18:05:52 +0000 7024212: TestWarnErrorCount fails
mcimadamore [Thu, 03 Mar 2011 18:05:52 +0000] rev 8629
7024212: TestWarnErrorCount fails Summary: TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures Reviewed-by: jjg
Thu, 03 Mar 2011 17:34:58 +0000 7022054: Invalid compiler error on covariant overriding methods with the same erasure
mcimadamore [Thu, 03 Mar 2011 17:34:58 +0000] rev 8628
7022054: Invalid compiler error on covariant overriding methods with the same erasure Summary: Rules for method clash use notion of subsignature, which is sometimes too strict and incompatible with JDK 6 Reviewed-by: jjg
Thu, 03 Mar 2011 17:32:35 +0000 7023703: Valid code doesn't compile
mcimadamore [Thu, 03 Mar 2011 17:32:35 +0000] rev 8627
7023703: Valid code doesn't compile Summary: leftovers cause problems when analyzing loops in Flow.java Reviewed-by: jjg
Thu, 03 Mar 2011 09:43:24 +0000 7023233: False positive for -Xlint:try with nested try with resources blocks
mcimadamore [Thu, 03 Mar 2011 09:43:24 +0000] rev 8626
7023233: False positive for -Xlint:try with nested try with resources blocks Summary: Wrong lint warning issued about unused resource when nested try-with-resource blocks are found Reviewed-by: jjg
Wed, 02 Mar 2011 21:13:55 -0800 6639645: Modeling type implementing missing interfaces
jjg [Wed, 02 Mar 2011 21:13:55 -0800] rev 8625
6639645: Modeling type implementing missing interfaces Reviewed-by: darcy, mcimadamore
Wed, 02 Mar 2011 21:06:17 -0800 6986892: confusing warning given after errors in annotation processing
jjg [Wed, 02 Mar 2011 21:06:17 -0800] rev 8624
6986892: confusing warning given after errors in annotation processing Reviewed-by: darcy
Wed, 02 Mar 2011 14:03:38 -0800 6986895: compiler gives misleading message for no input files
jjg [Wed, 02 Mar 2011 14:03:38 -0800] rev 8623
6986895: compiler gives misleading message for no input files Reviewed-by: darcy
Wed, 02 Mar 2011 10:56:39 +0000 6541876: "Enclosing Instance" error new in 1.6
mcimadamore [Wed, 02 Mar 2011 10:56:39 +0000] rev 8622
6541876: "Enclosing Instance" error new in 1.6 Summary: unqualified 'this' should not be selected in a qualified super() call in a default constructor Reviewed-by: jjg
Tue, 01 Mar 2011 12:00:06 -0800 7021183: 269: assertion failure getting enclosing element of an undefined name
jjg [Tue, 01 Mar 2011 12:00:06 -0800] rev 8621
7021183: 269: assertion failure getting enclosing element of an undefined name Reviewed-by: mcimadamore
Mon, 28 Feb 2011 13:42:24 -0800 7022711: compiler crash in try-with-resources
jjg [Mon, 28 Feb 2011 13:42:24 -0800] rev 8620
7022711: compiler crash in try-with-resources Reviewed-by: mcimadamore
Mon, 28 Feb 2011 13:37:48 -0800 7022741: warning counts are wrong after anno processing
jjg [Mon, 28 Feb 2011 13:37:48 -0800] rev 8619
7022741: warning counts are wrong after anno processing Reviewed-by: mcimadamore
Mon, 28 Feb 2011 12:19:18 -0800 7022337: repeated warnings about bootclasspath not set
jjg [Mon, 28 Feb 2011 12:19:18 -0800] rev 8618
7022337: repeated warnings about bootclasspath not set Reviewed-by: mcimadamore
Mon, 28 Feb 2011 11:50:56 +0000 7015715: lub gets stuck on type with complex supertype
mcimadamore [Mon, 28 Feb 2011 11:50:56 +0000] rev 8617
7015715: lub gets stuck on type with complex supertype Summary: lub should not scan supertypes unnecessarily Reviewed-by: jjg, dlsmith
Mon, 28 Feb 2011 11:48:53 +0000 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore [Mon, 28 Feb 2011 11:48:53 +0000] rev 8616
7015430: Incorrect thrown type determined for unchecked invocations Summary: Thrown types do not get updated after 15.12.2.8, and do not get erased as per 15.12.2.6 Reviewed-by: jjg, dlsmith
Fri, 25 Feb 2011 12:19:00 -0800 7022310: test/tools/javac/diags/Example: args added twice
jjg [Fri, 25 Feb 2011 12:19:00 -0800] rev 8615
7022310: test/tools/javac/diags/Example: args added twice Reviewed-by: mcimadamore
Fri, 25 Feb 2011 12:09:33 -0800 7021650: fix Context issues
jjg [Fri, 25 Feb 2011 12:09:33 -0800] rev 8614
7021650: fix Context issues Reviewed-by: mcimadamore
Thu, 24 Feb 2011 08:40:49 -0800 7018753: tools/javac/varargs/warning/Warn5.java times out on slow machines
jjh [Thu, 24 Feb 2011 08:40:49 -0800] rev 8613
7018753: tools/javac/varargs/warning/Warn5.java times out on slow machines Summary: Use a single file manager for all JavacTasks Reviewed-by: jjg, mcimadamore
Wed, 23 Feb 2011 10:34:45 -0800 Merge
lana [Wed, 23 Feb 2011 10:34:45 -0800] rev 8612
Merge
Wed, 23 Feb 2011 14:17:08 +0000 7019631: issues in test headers in b130
mcimadamore [Wed, 23 Feb 2011 14:17:08 +0000] rev 8611
7019631: issues in test headers in b130 Summary: fix to test headers not containing correct bug ID Reviewed-by: jjg
Wed, 23 Feb 2011 14:16:12 +0000 7020657: Javac rejects a fairly common idiom with raw override and interfaces
mcimadamore [Wed, 23 Feb 2011 14:16:12 +0000] rev 8610
7020657: Javac rejects a fairly common idiom with raw override and interfaces Summary: name clash should not be reported if subinterface/implementing class resolves the clash by defining common overrider Reviewed-by: jjg
Thu, 10 Mar 2011 17:11:19 -0800 Added tag jdk7-b133 for changeset 527e04a21c75
cl [Thu, 10 Mar 2011 17:11:19 -0800] rev 8609
Added tag jdk7-b133 for changeset 527e04a21c75
Wed, 05 Jul 2017 17:37:43 +0200 Merge
duke [Wed, 05 Jul 2017 17:37:43 +0200] rev 8608
Merge
Mon, 14 Mar 2011 12:33:16 -0700 Merge
mfang [Mon, 14 Mar 2011 12:33:16 -0700] rev 8607
Merge
Thu, 10 Mar 2011 13:22:51 -0800 7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
ohair [Thu, 10 Mar 2011 13:22:51 -0800] rev 8606
7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places Reviewed-by: mchung
Thu, 10 Mar 2011 17:11:02 -0800 Added tag jdk7-b133 for changeset f3c2826383e4
cl [Thu, 10 Mar 2011 17:11:02 -0800] rev 8605
Added tag jdk7-b133 for changeset f3c2826383e4
Wed, 05 Jul 2017 17:37:40 +0200 Merge
duke [Wed, 05 Jul 2017 17:37:40 +0200] rev 8604
Merge
Tue, 15 Mar 2011 15:31:44 -0700 Merge
ohair [Tue, 15 Mar 2011 15:31:44 -0700] rev 8603
Merge
Mon, 14 Mar 2011 12:32:45 -0700 Merge
mfang [Mon, 14 Mar 2011 12:32:45 -0700] rev 8602
Merge
Thu, 10 Mar 2011 13:21:59 -0800 7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
ohair [Thu, 10 Mar 2011 13:21:59 -0800] rev 8601
7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places Reviewed-by: mchung
Thu, 10 Mar 2011 20:37:53 -0800 Merge
lana [Thu, 10 Mar 2011 20:37:53 -0800] rev 8600
Merge
Mon, 07 Mar 2011 11:56:06 -0800 Merge
lana [Mon, 07 Mar 2011 11:56:06 -0800] rev 8599
Merge
Wed, 02 Mar 2011 12:00:41 -0800 7023289: jaxp 1.4.5 development jdk7 2nd integration
ohair [Wed, 02 Mar 2011 12:00:41 -0800] rev 8598
7023289: jaxp 1.4.5 development jdk7 2nd integration Reviewed-by: joehw, mchung, alanb
Thu, 10 Mar 2011 17:11:01 -0800 Added tag jdk7-b133 for changeset 97a72738edc8
cl [Thu, 10 Mar 2011 17:11:01 -0800] rev 8597
Added tag jdk7-b133 for changeset 97a72738edc8
Wed, 05 Jul 2017 17:37:36 +0200 Merge
duke [Wed, 05 Jul 2017 17:37:36 +0200] rev 8596
Merge
Thu, 10 Mar 2011 17:10:50 -0800 Added tag jdk7-b133 for changeset 1a8d894467d8
cl [Thu, 10 Mar 2011 17:10:50 -0800] rev 8595
Added tag jdk7-b133 for changeset 1a8d894467d8
Wed, 05 Jul 2017 17:37:33 +0200 Merge
duke [Wed, 05 Jul 2017 17:37:33 +0200] rev 8594
Merge
Wed, 16 Mar 2011 15:01:07 -0700 7027923: Disable VS2003 use in preparation for all VS2003 make logic removal
ohair [Wed, 16 Mar 2011 15:01:07 -0700] rev 8593
7027923: Disable VS2003 use in preparation for all VS2003 make logic removal Reviewed-by: prr
Wed, 16 Mar 2011 09:42:55 -0700 7022473: JDK7 still runs /etc/prtconf to find memory size
katleman [Wed, 16 Mar 2011 09:42:55 -0700] rev 8592
7022473: JDK7 still runs /etc/prtconf to find memory size Reviewed-by: ohair
Wed, 16 Mar 2011 09:30:29 -0700 6973319: incorrect spec version in jdk 7 rt.jar manifest
katleman [Wed, 16 Mar 2011 09:30:29 -0700] rev 8591
6973319: incorrect spec version in jdk 7 rt.jar manifest Reviewed-by: ohair
Tue, 15 Mar 2011 23:46:03 -0700 Merge
ohair [Tue, 15 Mar 2011 23:46:03 -0700] rev 8590
Merge
Tue, 15 Mar 2011 15:21:21 -0700 6710813: SwingSet2 source display tabs do not work since JDK 7 b20
ohair [Tue, 15 Mar 2011 15:21:21 -0700] rev 8589
6710813: SwingSet2 source display tabs do not work since JDK 7 b20 6685150: make/mkdemo/jpda/Makefile creates jpda.jar and src.zip instead of examples.jar Reviewed-by: prr
Tue, 15 Mar 2011 15:32:07 -0700 Merge
ohair [Tue, 15 Mar 2011 15:32:07 -0700] rev 8588
Merge
Mon, 14 Mar 2011 12:01:41 -0700 Merge
asaha [Mon, 14 Mar 2011 12:01:41 -0700] rev 8587
Merge
Wed, 09 Mar 2011 16:44:27 -0800 6908562: JFB Custom Revision Version Build/Makefile changes
asaha [Wed, 09 Mar 2011 16:44:27 -0800] rev 8586
6908562: JFB Custom Revision Version Build/Makefile changes Reviewed-by: ohair, ksrini, katleman
Thu, 10 Mar 2011 14:48:32 -0800 7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
ohair [Thu, 10 Mar 2011 14:48:32 -0800] rev 8585
7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places Reviewed-by: mchung, herrick
Wed, 09 Mar 2011 23:59:58 -0800 7026228: Remove make/modules and make/common/Modules.gmk
mchung [Wed, 09 Mar 2011 23:59:58 -0800] rev 8584
7026228: Remove make/modules and make/common/Modules.gmk Reviewed-by: alanb, ohair
Wed, 09 Mar 2011 23:11:07 -0800 7025631: Remove the modules build support from jdk 7
mchung [Wed, 09 Mar 2011 23:11:07 -0800] rev 8583
7025631: Remove the modules build support from jdk 7 Reviewed-by: alanb, ohair
Thu, 10 Mar 2011 20:49:43 -0800 Merge
lana [Thu, 10 Mar 2011 20:49:43 -0800] rev 8582
Merge
Thu, 10 Mar 2011 19:38:44 -0800 Merge
lana [Thu, 10 Mar 2011 19:38:44 -0800] rev 8581
Merge
Tue, 08 Mar 2011 10:32:18 +0000 7025468: Tests using diamond with anonymous inner classes needs to be reverted
alanb [Tue, 08 Mar 2011 10:32:18 +0000] rev 8580
7025468: Tests using diamond with anonymous inner classes needs to be reverted Reviewed-by: dholmes, forax
Mon, 07 Mar 2011 14:48:27 -0800 Merge
lana [Mon, 07 Mar 2011 14:48:27 -0800] rev 8579
Merge
Mon, 07 Mar 2011 14:14:37 -0800 6994008: PKCS11 should support "RSA" and "RSA/ECB/NoPadding" ciphers
valeriep [Mon, 07 Mar 2011 14:14:37 -0800] rev 8578
6994008: PKCS11 should support "RSA" and "RSA/ECB/NoPadding" ciphers Summary: Add support for RSA_X_509 mechanism and aliasing of "RSA" to "RSA/ECB/PKCS1Padding". Reviewed-by: wetmore
Mon, 07 Mar 2011 11:36:37 -0800 Merge
lana [Mon, 07 Mar 2011 11:36:37 -0800] rev 8577
Merge
Mon, 07 Mar 2011 13:44:47 -0500 Merge
mullan [Mon, 07 Mar 2011 13:44:47 -0500] rev 8576
Merge
Mon, 07 Mar 2011 13:20:55 -0500 7022467: SecretKeyFactory doesn't support algorithm "AES" on Windows and Linux
mullan [Mon, 07 Mar 2011 13:20:55 -0500] rev 8575
7022467: SecretKeyFactory doesn't support algorithm "AES" on Windows and Linux Reviewed-by: wetmore, valeriep
Mon, 07 Mar 2011 14:43:11 +0000 7025105: TEST_BUG test/com/sun/jndi/ldap/NoWaitForReplyTest.java should be cleaned up
coffeys [Mon, 07 Mar 2011 14:43:11 +0000] rev 8574
7025105: TEST_BUG test/com/sun/jndi/ldap/NoWaitForReplyTest.java should be cleaned up Reviewed-by: alanb
Fri, 04 Mar 2011 21:28:35 +0000 Merge
alanb [Fri, 04 Mar 2011 21:28:35 +0000] rev 8573
Merge
Fri, 04 Mar 2011 21:26:50 +0000 7023403: (ch) sun.nio.ch.SolarisEventPort.startPoll failed with AssertionError
alanb [Fri, 04 Mar 2011 21:26:50 +0000] rev 8572
7023403: (ch) sun.nio.ch.SolarisEventPort.startPoll failed with AssertionError Reviewed-by: forax
Fri, 04 Mar 2011 11:35:53 -0800 7023244: (zipfs) langtools CompileTest fails on read-only file system
sherman [Fri, 04 Mar 2011 11:35:53 -0800] rev 8571
7023244: (zipfs) langtools CompileTest fails on read-only file system Summary: replaced checkAccess with Files.isWritable() Reviewed-by: alanb
Fri, 04 Mar 2011 09:32:20 -0800 7023963: (misc) fix diamond anon instances in the jdk
ksrini [Fri, 04 Mar 2011 09:32:20 -0800] rev 8570
7023963: (misc) fix diamond anon instances in the jdk Reviewed-by: alanb, mchung, mcimadamore, dholmes
Fri, 04 Mar 2011 09:33:05 +0000 Merge
alanb [Fri, 04 Mar 2011 09:33:05 +0000] rev 8569
Merge
Fri, 04 Mar 2011 09:29:56 +0000 6944810: (ch) Assert failure in sun.nio.ch.PendingIoCache.clearPendingIoMap [win]
alanb [Fri, 04 Mar 2011 09:29:56 +0000] rev 8568
6944810: (ch) Assert failure in sun.nio.ch.PendingIoCache.clearPendingIoMap [win] Reviewed-by: chegar
Thu, 03 Mar 2011 17:16:13 +0000 Merge
michaelm [Thu, 03 Mar 2011 17:16:13 +0000] rev 8567
Merge
Thu, 03 Mar 2011 17:14:23 +0000 7024264: HttpURLConnection/NetPermission doc issue
michaelm [Thu, 03 Mar 2011 17:14:23 +0000] rev 8566
7024264: HttpURLConnection/NetPermission doc issue Reviewed-by: chegar
Thu, 03 Mar 2011 17:00:04 +0000 Merge
coffeys [Thu, 03 Mar 2011 17:00:04 +0000] rev 8565
Merge
Thu, 03 Mar 2011 16:51:03 +0000 6750362: Very large LDAP requests throw a OOM on LDAP servers which aren't aware of Paged Results Controls
coffeys [Thu, 03 Mar 2011 16:51:03 +0000] rev 8564
6750362: Very large LDAP requests throw a OOM on LDAP servers which aren't aware of Paged Results Controls 6748156: add an new JNDI property to control the boolean flag WaitForReply Reviewed-by: vinnie, robm
Thu, 03 Mar 2011 16:48:53 +0000 6721694: java/lang/Thread/StartOOMTest.java fails with timeout or with crash
chegar [Thu, 03 Mar 2011 16:48:53 +0000] rev 8563
6721694: java/lang/Thread/StartOOMTest.java fails with timeout or with crash Summary: the test is not suitable to be run automatically Reviewed-by: alanb
Thu, 03 Mar 2011 16:44:44 +0000 7018137: HTML4 compliance issues
chegar [Thu, 03 Mar 2011 16:44:44 +0000] rev 8562
7018137: HTML4 compliance issues Summary: move end list items tags to after nested list Reviewed-by: alanb
Thu, 03 Mar 2011 15:34:09 +0000 7018606: (process) test/java/lang/ProcessBuilder/Basic.java failing intermittently (win)
michaelm [Thu, 03 Mar 2011 15:34:09 +0000] rev 8561
7018606: (process) test/java/lang/ProcessBuilder/Basic.java failing intermittently (win) Reviewed-by: alanb
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip