- 13 11月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: art, dfuchs, lancea
-
- 02 11月, 2013 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch, anthony
-
- 15 10月, 2013 1 次提交
-
-
由 dfuchs 提交于
8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup") Summary: The test 'threadGroup.getParent() == null' can sometimes throw ACE and needs to be wrapped in doPrivileged. Reviewed-by: alanb, mchung, dholmes
-
- 10 10月, 2013 1 次提交
-
-
由 leonidr 提交于
Reviewed-by: anthony, art
-
- 04 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: Break logging and AWT circular dependency, which was at the root cause for 8023258 - Logger.getLogger() after ImageIO.read() returns different logger instance Reviewed-by: mchung, art
-
- 02 8月, 2013 1 次提交
-
-
由 leonidr 提交于
Reviewed-by: art, dcherepanov
-
- 10 5月, 2013 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: mchung, okutsu
-
- 06 5月, 2013 1 次提交
-
-
由 leonidr 提交于
Summary: Do not mark context as disposed until we've posted all the events Reviewed-by: art
-
- 21 3月, 2013 1 次提交
-
-
由 leonidr 提交于
Summary: Do not create the main AppContext for applets Reviewed-by: art, ahgross
-
- 27 11月, 2012 1 次提交
-
-
由 mchung 提交于
6664528: Find log level matching its name or value given at construction time Reviewed-by: alanb, ahgross, jgish, hawtin
-
- 16 4月, 2012 1 次提交
-
-
由 anthony 提交于
Summary: Replace a volatile integer with an AtomicInteger for numAppContexts Reviewed-by: anthony, art, dholmes
-
- 20 12月, 2011 1 次提交
-
-
由 anthony 提交于
Summary: Always create an EQ for the main AppContext in SunToolkit constructor Reviewed-by: art
-
- 14 12月, 2011 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: hawtin, coffeys
-
- 07 12月, 2011 1 次提交
-
-
由 art 提交于
Reviewed-by: anthony, denis, bagiras
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 27 11月, 2009 1 次提交
-
-
由 art 提交于
Reviewed-by: anthony, ant, 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
-
- 13 3月, 2008 3 次提交
-
-
由 son 提交于
Summary: mainAppContext, isDisposed, and numAppContexts has beem made volatile. mostRecentThreadAppContext has been rewritten using ThreadLocal. Reviewed-by: art
-
由 son 提交于
Summary: Added synchronization to AppContext.getAppContexts() Reviewed-by: art
-
由 son 提交于
Summary: AppContext.dispose() should be ready to get exceptions during disposal of toplevels. Also now we mark windows peers as destroyed when native object has been destroyed. Reviewed-by: art
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-