“c79c53a27f65610323c9cb93342dc8372a12344d”上不存在“test/java/util/concurrent/Phaser/TieredArriveLoops.java”
- 15 11月, 2017 1 次提交
-
-
由 serb 提交于
Reviewed-by: prr, azvegint, rhalade, skoivu
-
- 15 8月, 2016 2 次提交
- 14 1月, 2015 2 次提交
- 20 10月, 2014 1 次提交
-
-
由 aivanov 提交于
8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized Reviewed-by: serb, ant
-
- 03 2月, 2015 1 次提交
-
-
由 azvegint 提交于
Reviewed-by: ant, prr, serb
-
- 16 1月, 2015 1 次提交
-
-
由 azvegint 提交于
Reviewed-by: alexsch, serb
-
- 06 6月, 2015 1 次提交
-
-
由 alexsch 提交于
Reviewed-by: serb, azvegint
-
- 23 5月, 2015 1 次提交
-
-
由 serb 提交于
Reviewed-by: azvegint, ant
-
- 04 12月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Fix numerious javadoc and html errors and warnings Reviewed-by: yan
-
- 19 11月, 2013 1 次提交
-
-
由 serb 提交于
Reviewed-by: anthony, art
-
- 29 10月, 2013 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch, smarks
-
- 05 10月, 2013 1 次提交
-
-
- 25 9月, 2013 1 次提交
-
-
由 alexsch 提交于
Reviewed-by: serb, anthony
-
- 17 6月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: darcy
-
- 17 5月, 2013 1 次提交
-
-
由 pchelko 提交于
Reviewed-by: serb, art
-
- 31 1月, 2013 1 次提交
-
-
由 ptbrunet 提交于
Reviewed-by: art, anthony, alexsch
-
- 16 1月, 2013 1 次提交
-
-
由 mcherkas 提交于
Reviewed-by: art, anthony
-
- 31 8月, 2012 1 次提交
-
-
由 ant 提交于
7157015: [macosx] Situation when KeyEventDispatcher doesn't work on AWT but does on Swing. 7121442: Regression : Reopen CR 6458497 still reproducible using JDK 7. Reviewed-by: art, leonidr
-
- 22 5月, 2012 1 次提交
-
-
由 ant 提交于
Reviewed-by: art
-
- 04 5月, 2012 1 次提交
-
-
由 bagiras 提交于
7146237: closed/java/awt/Focus/SetFocusTraversalKeysTest/SetFocusTraversalTest.html failed since 1.8.0b19 Reviewed-by: art, anthony
-
- 16 11月, 2011 1 次提交
-
-
由 bagiras 提交于
Reviewed-by: art, ant
-
- 10 5月, 2011 1 次提交
-
-
由 anthony 提交于
Summary: The behavior introduced with 6852592 is now enabled by the new system property only Reviewed-by: dcherepanov
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 26 11月, 2010 1 次提交
-
-
由 anthony 提交于
Summary: Introduce sun.awt.AWTAccessor.getContainerAccessor().validateUnconditionally() Reviewed-by: art
-
- 11 11月, 2010 1 次提交
-
-
由 dcherepanov 提交于
Reviewed-by: art, anthony
-
- 14 10月, 2010 1 次提交
-
-
由 anthony 提交于
6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html Summary: Extend iteration to this container in isRecursivelyVisibleUpToHeavyweightContainer() Reviewed-by: art, dcherepanov
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 14 4月, 2010 1 次提交
-
-
由 uta 提交于
Reviewed-by: art, anthony, peterz
-
- 23 10月, 2009 1 次提交
-
-
由 anthony 提交于
Reviewed-by: art, dcherepanov
-
- 21 10月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: Introduce validate roots in AWT Reviewed-by: alexp, art, dcherepanov
-
- 14 10月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: Use isRecursivelyVisibleUpToHeavyweightContainer() instead of isRecursivelyVisible() to determine if the peer needs to be hidden. Reviewed-by: art, dcherepanov
-
- 01 10月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: The recursiveShowHeavyweightChildren() must be invoked unconditionally in mixOnShowing() Reviewed-by: art, dcherepanov
-
- 30 9月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Replace calls to Logger with sun.util.logging.PlatformLogger Reviewed-by: prr, art, alexp, dcherepanov, igor, dav, anthony
-
- 15 9月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: The specification is updated Reviewed-by: art, dcherepanov
-
- 19 5月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: The peer gets recreated if the visual of the new GC differs from the previous one Reviewed-by: art, dcherepanov
-
- 20 4月, 2009 1 次提交
-
-
由 dcherepanov 提交于
Reviewed-by: anthony
-
- 17 4月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: The Container.recursiveApplyCurrentShape() is now recursively called for all hw containers, even those having non-null layout Reviewed-by: art, dcherepanov
-
- 04 3月, 2009 1 次提交
-
-
由 art 提交于
6784816: Remove AWT tree lock from Container methods: getComponent, getComponents, getComponentCount Reviewed-by: anthony, dav
-