提交 acecf66e 编写于 作者: V vinnie

Merge

...@@ -50,3 +50,4 @@ b3f3240135f0c10b9f2481c174b81b7fcf0daa60 jdk7-b71 ...@@ -50,3 +50,4 @@ b3f3240135f0c10b9f2481c174b81b7fcf0daa60 jdk7-b71
f708138c9aca4b389872838fe6773872fce3609e jdk7-b73 f708138c9aca4b389872838fe6773872fce3609e jdk7-b73
eacb36e30327e7ae33baa068e82ddccbd91eaae2 jdk7-b74 eacb36e30327e7ae33baa068e82ddccbd91eaae2 jdk7-b74
8885b22565077236a927e824ef450742e434a230 jdk7-b75 8885b22565077236a927e824ef450742e434a230 jdk7-b75
8fb602395be0f7d5af4e7e93b7df2d960faf9d17 jdk7-b76
...@@ -390,7 +390,7 @@ clean:: ...@@ -390,7 +390,7 @@ clean::
LOCALES_GEN_SH = localelist.sh LOCALES_GEN_SH = localelist.sh
$(GENSRCDIR)/sun/util/CoreResourceBundleControl.java: \ $(GENSRCDIR)/sun/util/CoreResourceBundleControl.java: \
$(SHARE_SRC)/classes/sun/util/CoreResourceBundleControl-XLocales.java $(LOCALES_GEN_SH) $(SHARE_SRC)/classes/sun/util/CoreResourceBundleControl-XLocales.java.template $(LOCALES_GEN_SH)
@$(prep-target) @$(prep-target)
NAWK="$(NAWK)" SED="$(SED)" $(SH) $(LOCALES_GEN_SH) "$(JRE_NONEXIST_LOCALES)" \ NAWK="$(NAWK)" SED="$(SED)" $(SH) $(LOCALES_GEN_SH) "$(JRE_NONEXIST_LOCALES)" \
$< $@ $< $@
......
...@@ -68,7 +68,7 @@ NonEuro_Resources_properties := $(FILES_compiled_properties) ...@@ -68,7 +68,7 @@ NonEuro_Resources_properties := $(FILES_compiled_properties)
FILES_java := $(FILES_java_orig) FILES_java := $(FILES_java_orig)
FILES_compiled_properties := $(FILES_compiled_properties_orig) FILES_compiled_properties := $(FILES_compiled_properties_orig)
LocaleDataMetaInfo_Src=$(SHARE_SRC)/classes/sun/util/LocaleDataMetaInfo-XLocales.java LocaleDataMetaInfo_Src=$(SHARE_SRC)/classes/sun/util/LocaleDataMetaInfo-XLocales.java.template
LocaleDataMetaInfo_Dest=$(GENSRCDIR)/sun/util/LocaleDataMetaInfo.java LocaleDataMetaInfo_Dest=$(GENSRCDIR)/sun/util/LocaleDataMetaInfo.java
LOCALEGEN_SH=localegen.sh LOCALEGEN_SH=localegen.sh
RESOURCE_NAMES="FormatData CollationData TimeZoneNames LocaleNames CurrencyNames CalendarData" RESOURCE_NAMES="FormatData CollationData TimeZoneNames LocaleNames CurrencyNames CalendarData"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# #
# This script is to generate the supported locale list string and replace the # This script is to generate the supported locale list string and replace the
# LocaleDataMetaInfo-XLocales.java in <ws>/src/share/classes/sun/util # LocaleDataMetaInfo-XLocales.java.template in <ws>/src/share/classes/sun/util
# #
# SORT, NAWK & SED is passed in as environment variables. # SORT, NAWK & SED is passed in as environment variables.
# #
......
...@@ -96,6 +96,7 @@ OTHER_CPPFLAGS += $(LIBARCH_DEFINES) ...@@ -96,6 +96,7 @@ OTHER_CPPFLAGS += $(LIBARCH_DEFINES)
ifneq ($(PLATFORM), windows) # UNIX systems ifneq ($(PLATFORM), windows) # UNIX systems
LD_RUNPATH_EXTRAS += ..
LIB_LOCATION = $(LIBDIR)/$(LIBARCH)/jli LIB_LOCATION = $(LIBDIR)/$(LIBARCH)/jli
# Note: its important to keep this order meaning -lc is the # Note: its important to keep this order meaning -lc is the
# last library otherwise it could cause compatibility issues # last library otherwise it could cause compatibility issues
......
...@@ -61,8 +61,5 @@ OTHER_CPPFLAGS += -DLAUNCHER_NAME='"$(LAUNCHER_NAME)"' ...@@ -61,8 +61,5 @@ OTHER_CPPFLAGS += -DLAUNCHER_NAME='"$(LAUNCHER_NAME)"'
ifeq ($(PLATFORM), solaris) ifeq ($(PLATFORM), solaris)
LDFLAGS += -R$(OPENWIN_LIB) LDFLAGS += -R$(OPENWIN_LIB)
endif
ifeq ($(PLATFORM), solaris)
LDFLAGS += -M mapfile-$(ARCH) LDFLAGS += -M mapfile-$(ARCH)
endif endif
...@@ -834,7 +834,7 @@ $(SCH_GEN)/SocketOptionRegistry.java: $(GENSOR_EXE) ...@@ -834,7 +834,7 @@ $(SCH_GEN)/SocketOptionRegistry.java: $(GENSOR_EXE)
GENCSSRC = $(BUILDDIR)/tools/CharsetMapping GENCSSRC = $(BUILDDIR)/tools/CharsetMapping
CHARSETMAPPING_JARFILE = $(BUILDTOOLJARDIR)/charsetmapping.jar CHARSETMAPPING_JARFILE = $(BUILDTOOLJARDIR)/charsetmapping.jar
$(FILES_gensbcs_out): $(GENCSSRC)/SingleByte-X.java $(GENCSSRC)/sbcs $(FILES_gensbcs_out): $(GENCSSRC)/SingleByte-X.java.template $(GENCSSRC)/sbcs
@$(prep-target) @$(prep-target)
$(BOOT_JAVA_CMD) -jar $(CHARSETMAPPING_JARFILE) $(GENCSSRC) $(SCS_GEN) sbcs $(BOOT_JAVA_CMD) -jar $(CHARSETMAPPING_JARFILE) $(GENCSSRC) $(SCS_GEN) sbcs
......
...@@ -194,10 +194,8 @@ endif ...@@ -194,10 +194,8 @@ endif
# For backwards compatability, make a link of the 32-bit client JVM to $(LIBDIR) # For backwards compatability, make a link of the 32-bit client JVM to $(LIBDIR)
IMPORT_LIST += $(LIB_LOCATION)/$(JVM_NAME) IMPORT_LIST += $(LIB_LOCATION)/$(JVM_NAME)
# create a link from lib/libjvm.so to client/libjvm.so
$(LIB_LOCATION)/$(JVM_NAME): $(LIB_LOCATION)/$(CLIENT_LOCATION)/$(JVM_NAME) $(LIB_LOCATION)/$(JVM_NAME): $(LIB_LOCATION)/$(CLIENT_LOCATION)/$(JVM_NAME)
@$(prep-target) @$(prep-target)
$(LN) -s $(CLIENT_LOCATION)/$(JVM_NAME) $@
# solaris ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ solaris # solaris ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ solaris
endif # 32bit solaris endif # 32bit solaris
......
...@@ -411,7 +411,7 @@ Creating your own NetBeans project ...@@ -411,7 +411,7 @@ Creating your own NetBeans project
java/util/regex/,\ java/util/regex/,\
java/util/spi/,\ java/util/spi/,\
java/util/zip/,\ java/util/zip/,\
**/*-XLocales.java **/*-XLocales.java.template
jtreg.tests=\ jtreg.tests=\
java/util/**/*Collection/ \ java/util/**/*Collection/ \
java/util/**/*Map/ \ java/util/**/*Map/ \
......
...@@ -21,4 +21,4 @@ ...@@ -21,4 +21,4 @@
# CA 95054 USA or visit www.sun.com if you need additional information or # CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions. # have any questions.
# #
tzdata2009l tzdata2009r
...@@ -102,15 +102,38 @@ Rule ChileAQ 2000 max - Mar Sun>=9 3:00u 0 - ...@@ -102,15 +102,38 @@ Rule ChileAQ 2000 max - Mar Sun>=9 3:00u 0 -
# Davis, Vestfold Hills, -6835+07759, since 1957-01-13 # Davis, Vestfold Hills, -6835+07759, since 1957-01-13
# (except 1964-11 - 1969-02) # (except 1964-11 - 1969-02)
# Mawson, Holme Bay, -6736+06253, since 1954-02-13 # Mawson, Holme Bay, -6736+06253, since 1954-02-13
# From Steffen Thorsen (2009-03-11):
# Three Australian stations in Antarctica have changed their time zone:
# Casey moved from UTC+8 to UTC+11
# Davis moved from UTC+7 to UTC+5
# Mawson moved from UTC+6 to UTC+5
# The changes occurred on 2009-10-18 at 02:00 (local times).
#
# Government source: (Australian Antarctic Division)
# <a href="http://www.aad.gov.au/default.asp?casid=37079">
# http://www.aad.gov.au/default.asp?casid=37079
# </a>
#
# We have more background information here:
# <a href="http://www.timeanddate.com/news/time/antarctica-new-times.html">
# http://www.timeanddate.com/news/time/antarctica-new-times.html
# </a>
# Zone NAME GMTOFF RULES FORMAT [UNTIL] # Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Antarctica/Casey 0 - zzz 1969 Zone Antarctica/Casey 0 - zzz 1969
8:00 - WST # Western (Aus) Standard Time 8:00 - WST 2009 Oct 18 2:00
# Western (Aus) Standard Time
11:00 - CAST # Casey Time
Zone Antarctica/Davis 0 - zzz 1957 Jan 13 Zone Antarctica/Davis 0 - zzz 1957 Jan 13
7:00 - DAVT 1964 Nov # Davis Time 7:00 - DAVT 1964 Nov # Davis Time
0 - zzz 1969 Feb 0 - zzz 1969 Feb
7:00 - DAVT 7:00 - DAVT 2009 Oct 18 2:0
5:00 - DAVT
Zone Antarctica/Mawson 0 - zzz 1954 Feb 13 Zone Antarctica/Mawson 0 - zzz 1954 Feb 13
6:00 - MAWT # Mawson Time 6:00 - MAWT 2009 Oct 18 2:00
# Mawson Time
5:00 - MAWT
# References: # References:
# <a href="http://www.antdiv.gov.au/aad/exop/sfo/casey/casey_aws.html"> # <a href="http://www.antdiv.gov.au/aad/exop/sfo/casey/casey_aws.html">
# Casey Weather (1998-02-26) # Casey Weather (1998-02-26)
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
# CA 95054 USA or visit www.sun.com if you need additional information or # CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions. # have any questions.
# #
# <pre>
# This file is in the public domain, so clarified as of # This file is in the public domain, so clarified as of
# 2009-05-17 by Arthur David Olson. # 2009-05-17 by Arthur David Olson.
...@@ -194,11 +193,30 @@ Zone Asia/Bahrain 3:22:20 - LMT 1920 # Al Manamah ...@@ -194,11 +193,30 @@ Zone Asia/Bahrain 3:22:20 - LMT 1920 # Al Manamah
# #
# No DST end date has been announced yet. # No DST end date has been announced yet.
# From Arthur David Olson (2009-07-11): # From Alexander Krivenyshev (2009-09-25):
# Arbitrarily end DST at the end of 2009 so that a POSIX-sytle time zone string # Bangladesh won't go back to Standard Time from October 1, 2009,
# can appear in the Dhaka binary file and for the benefit of old glibc # instead it will continue DST measure till the cabinet makes a fresh decision.
# reimplementations of the time zone software that mishandle permanent DST. #
# A change will be required once the end date is known. # Following report by same newspaper-"The Daily Star Friday":
# "DST change awaits cabinet decision-Clock won't go back by 1-hr from Oct 1"
# <a href="http://www.thedailystar.net/newDesign/news-details.php?nid=107021">
# http://www.thedailystar.net/newDesign/news-details.php?nid=107021
# </a>
# or
# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html">
# http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html
# </a>
# From Steffen Thorsen (2009-10-13):
# IANS (Indo-Asian News Service) now reports:
# Bangladesh has decided that the clock advanced by an hour to make
# maximum use of daylight hours as an energy saving measure would
# "continue for an indefinite period."
#
# One of many places where it is published:
# <a href="http://www.thaindian.com/newsportal/business/bangladesh-to-continue-indefinitely-with-advanced-time_100259987.html">
# http://www.thaindian.com/newsportal/business/bangladesh-to-continue-indefinitely-with-advanced-time_100259987.html
# </a>
# Zone NAME GMTOFF RULES FORMAT [UNTIL] # Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Asia/Dhaka 6:01:40 - LMT 1890 Zone Asia/Dhaka 6:01:40 - LMT 1890
...@@ -208,8 +226,7 @@ Zone Asia/Dhaka 6:01:40 - LMT 1890 ...@@ -208,8 +226,7 @@ Zone Asia/Dhaka 6:01:40 - LMT 1890
6:30 - BURT 1951 Sep 30 6:30 - BURT 1951 Sep 30
6:00 - DACT 1971 Mar 26 # Dacca Time 6:00 - DACT 1971 Mar 26 # Dacca Time
6:00 - BDT 2009 Jun 19 23:00 # Bangladesh Time 6:00 - BDT 2009 Jun 19 23:00 # Bangladesh Time
6:00 1:00 BDST 2010 6:00 1:00 BDST
6:00 - BDT
# Bhutan # Bhutan
# Zone NAME GMTOFF RULES FORMAT [UNTIL] # Zone NAME GMTOFF RULES FORMAT [UNTIL]
...@@ -373,14 +390,84 @@ Zone Asia/Kashgar 5:03:56 - LMT 1928 # or Kashi or Kaxgar ...@@ -373,14 +390,84 @@ Zone Asia/Kashgar 5:03:56 - LMT 1928 # or Kashi or Kaxgar
5:00 - KAST 1980 May 5:00 - KAST 1980 May
8:00 PRC C%sT 8:00 PRC C%sT
# From Lee Yiu Chung (2009-10-24):
# I found there are some mistakes for the historial DST rule for Hong
# Kong. Accoring to the DST record from Hong Kong Observatory (actually,
# it is not [an] observatory, but the official meteorological agency of HK,
# and also serves as the official timing agency), there are some missing
# and incorrect rules. Although the exact switch over time is missing, I
# think 3:30 is correct. The official DST record for Hong Kong can be
# obtained from
# <a href="http://www.hko.gov.hk/gts/time/Summertime.htm">
# http://www.hko.gov.hk/gts/time/Summertime.htm
# </a>.
# From Arthur David Olson (2009-10-28):
# Here are the dates given at
# <a href="http://www.hko.gov.hk/gts/time/Summertime.htm">
# http://www.hko.gov.hk/gts/time/Summertime.htm
# </a>
# as of 2009-10-28:
# Year Period
# 1941 1 Apr to 30 Sep
# 1942 Whole year
# 1943 Whole year
# 1944 Whole year
# 1945 Whole year
# 1946 20 Apr to 1 Dec
# 1947 13 Apr to 30 Dec
# 1948 2 May to 31 Oct
# 1949 3 Apr to 30 Oct
# 1950 2 Apr to 29 Oct
# 1951 1 Apr to 28 Oct
# 1952 6 Apr to 25 Oct
# 1953 5 Apr to 1 Nov
# 1954 21 Mar to 31 Oct
# 1955 20 Mar to 6 Nov
# 1956 18 Mar to 4 Nov
# 1957 24 Mar to 3 Nov
# 1958 23 Mar to 2 Nov
# 1959 22 Mar to 1 Nov
# 1960 20 Mar to 6 Nov
# 1961 19 Mar to 5 Nov
# 1962 18 Mar to 4 Nov
# 1963 24 Mar to 3 Nov
# 1964 22 Mar to 1 Nov
# 1965 18 Apr to 17 Oct
# 1966 17 Apr to 16 Oct
# 1967 16 Apr to 22 Oct
# 1968 21 Apr to 20 Oct
# 1969 20 Apr to 19 Oct
# 1970 19 Apr to 18 Oct
# 1971 18 Apr to 17 Oct
# 1972 16 Apr to 22 Oct
# 1973 22 Apr to 21 Oct
# 1973/74 30 Dec 73 to 20 Oct 74
# 1975 20 Apr to 19 Oct
# 1976 18 Apr to 17 Oct
# 1977 Nil
# 1978 Nil
# 1979 13 May to 21 Oct
# 1980 to Now Nil
# The page does not give start or end times of day.
# The page does not give a start date for 1942.
# The page does not givw an end date for 1945.
# The Japanese occupation of Hong Kong began on 1941-12-25.
# The Japanese surrender of Hong Kong was signed 1945-09-15.
# For lack of anything better, use start of those days as the transition times.
# Hong Kong (Xianggang) # Hong Kong (Xianggang)
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
Rule HK 1941 only - Apr 1 3:30 1:00 S
Rule HK 1941 only - Sep 30 3:30 0 -
Rule HK 1946 only - Apr 20 3:30 1:00 S Rule HK 1946 only - Apr 20 3:30 1:00 S
Rule HK 1946 only - Dec 1 3:30 0 - Rule HK 1946 only - Dec 1 3:30 0 -
Rule HK 1947 only - Apr 13 3:30 1:00 S Rule HK 1947 only - Apr 13 3:30 1:00 S
Rule HK 1947 only - Dec 30 3:30 0 - Rule HK 1947 only - Dec 30 3:30 0 -
Rule HK 1948 only - May 2 3:30 1:00 S Rule HK 1948 only - May 2 3:30 1:00 S
Rule HK 1948 1952 - Oct lastSun 3:30 0 - Rule HK 1948 1951 - Oct lastSun 3:30 0 -
Rule HK 1952 only - Oct 25 3:30 0 -
Rule HK 1949 1953 - Apr Sun>=1 3:30 1:00 S Rule HK 1949 1953 - Apr Sun>=1 3:30 1:00 S
Rule HK 1953 only - Nov 1 3:30 0 - Rule HK 1953 only - Nov 1 3:30 0 -
Rule HK 1954 1964 - Mar Sun>=18 3:30 1:00 S Rule HK 1954 1964 - Mar Sun>=18 3:30 1:00 S
...@@ -388,13 +475,15 @@ Rule HK 1954 only - Oct 31 3:30 0 - ...@@ -388,13 +475,15 @@ Rule HK 1954 only - Oct 31 3:30 0 -
Rule HK 1955 1964 - Nov Sun>=1 3:30 0 - Rule HK 1955 1964 - Nov Sun>=1 3:30 0 -
Rule HK 1965 1977 - Apr Sun>=16 3:30 1:00 S Rule HK 1965 1977 - Apr Sun>=16 3:30 1:00 S
Rule HK 1965 1977 - Oct Sun>=16 3:30 0 - Rule HK 1965 1977 - Oct Sun>=16 3:30 0 -
Rule HK 1979 1980 - May Sun>=8 3:30 1:00 S Rule HK 1973 only - Dec 30 3:30 1:00 S
Rule HK 1979 1980 - Oct Sun>=16 3:30 0 - Rule HK 1979 only - May Sun>=8 3:30 1:00 S
Rule HK 1979 only - Oct Sun>=16 3:30 0 -
# Zone NAME GMTOFF RULES FORMAT [UNTIL] # Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Asia/Hong_Kong 7:36:36 - LMT 1904 Oct 30 Zone Asia/Hong_Kong 7:36:36 - LMT 1904 Oct 30
8:00 HK HK%sT 1941 Dec 25
9:00 - JST 1945 Sep 15
8:00 HK HK%sT 8:00 HK HK%sT
############################################################################### ###############################################################################
# Taiwan # Taiwan
...@@ -1696,16 +1785,66 @@ Zone Asia/Muscat 3:54:20 - LMT 1920 ...@@ -1696,16 +1785,66 @@ Zone Asia/Muscat 3:54:20 - LMT 1920
# advance clocks in the country by one hour from April 15 to # advance clocks in the country by one hour from April 15 to
# conserve energy" # conserve energy"
# From Arthur David Olson (2009-04-10): # From Steffen Thorsen (2009-09-17):
# Assume for now that Pakistan will end DST in 2009 as it did in 2008. # "The News International," Pakistan reports that: "The Federal
# Government has decided to restore the previous time by moving the
# clocks backward by one hour from October 1. A formal announcement to
# this effect will be made after the Prime Minister grants approval in
# this regard."
# <a href="http://www.thenews.com.pk/updates.asp?id=87168">
# http://www.thenews.com.pk/updates.asp?id=87168
# </a>
# From Alexander Krivenyshev (2009-09-28):
# According to Associated Press Of Pakistan, it is confirmed that
# Pakistan clocks across the country would be turned back by an hour from October
# 1, 2009.
#
# "Clocks to go back one hour from 1 Oct"
# <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2">
# http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2
# </a>
# or
# <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan07.htm">
# http://www.worldtimezone.com/dst_news/dst_news_pakistan07.htm
# </a>
# From Steffen Thorsen (2009-09-29):
# Alexander Krivenyshev wrote:
# > According to Associated Press Of Pakistan, it is confirmed that
# > Pakistan clocks across the country would be turned back by an hour from October
# > 1, 2009.
#
# Now they seem to have changed their mind, November 1 is the new date:
# <a href="http://www.thenews.com.pk/top_story_detail.asp?Id=24742">
# http://www.thenews.com.pk/top_story_detail.asp?Id=24742
# </a>
# "The country's clocks will be reversed by one hour on November 1.
# Officials of Federal Ministry for Interior told this to Geo News on
# Monday."
#
# And more importantly, it seems that these dates will be kept every year:
# "It has now been decided that clocks will be wound forward by one hour
# on April 15 and reversed by an hour on November 1 every year without
# obtaining prior approval, the officials added."
#
# We have confirmed this year's end date with both with the Ministry of
# Water and Power and the Pakistan Electric Power Company:
# <a href="http://www.timeanddate.com/news/time/pakistan-ends-dst09.html">
# http://www.timeanddate.com/news/time/pakistan-ends-dst09.html
# </a>
# From Christoph Goehre (2009-10-01):
# [T]he German Consulate General in Karachi reported me today that Pakistan
# will go back to standard time on 1st of November.
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
Rule Pakistan 2002 only - Apr Sun>=2 0:01 1:00 S Rule Pakistan 2002 only - Apr Sun>=2 0:01 1:00 S
Rule Pakistan 2002 only - Oct Sun>=2 0:01 0 - Rule Pakistan 2002 only - Oct Sun>=2 0:01 0 -
Rule Pakistan 2008 only - Jun 1 0:00 1:00 S Rule Pakistan 2008 only - Jun 1 0:00 1:00 S
Rule Pakistan 2008 only - Nov 1 0:00 0 - Rule Pakistan 2008 only - Nov 1 0:00 0 -
Rule Pakistan 2009 only - Apr 15 0:00 1:00 S Rule Pakistan 2009 max - Apr 15 0:00 1:00 S
Rule Pakistan 2009 only - Nov 1 0:00 0 - Rule Pakistan 2009 max - Nov 1 0:00 0 -
# Zone NAME GMTOFF RULES FORMAT [UNTIL] # Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Asia/Karachi 4:28:12 - LMT 1907 Zone Asia/Karachi 4:28:12 - LMT 1907
5:30 - IST 1942 Sep 5:30 - IST 1942 Sep
...@@ -1858,6 +1997,42 @@ Zone Asia/Karachi 4:28:12 - LMT 1907 ...@@ -1858,6 +1997,42 @@ Zone Asia/Karachi 4:28:12 - LMT 1907
# http://www.worldtimezone.com/dst_news/dst_news_westbank01.html # http://www.worldtimezone.com/dst_news/dst_news_westbank01.html
# </a> # </a>
# From Steffen Thorsen (2009-08-31):
# Palestine's Council of Ministers announced that they will revert back to
# winter time on Friday, 2009-09-04.
#
# One news source:
# <a href="http://www.safa.ps/ara/?action=showdetail&seid=4158">
# http://www.safa.ps/ara/?action=showdetail&seid=4158
# </a>
# (Palestinian press agency, Arabic),
# Google translate: "Decided that the Palestinian government in Ramallah
# headed by Salam Fayyad, the start of work in time for the winter of
# 2009, starting on Friday approved the fourth delay Sept. clock sixty
# minutes per hour as of Friday morning."
#
# We are not sure if Gaza will do the same, last year they had a different
# end date, we will keep this page updated:
# <a href="http://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html">
# http://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html
# </a>
# From Alexander Krivenyshev (2009-09-02):
# Seems that Gaza Strip will go back to Winter Time same date as West Bank.
#
# According to Palestinian Ministry Of Interior, West Bank and Gaza Strip plan
# to change time back to Standard time on September 4, 2009.
#
# "Winter time unite the West Bank and Gaza"
# (from Palestinian National Authority):
# <a href="http://www.moi.gov.ps/en/?page=633167343250594025&nid=11505
# http://www.moi.gov.ps/en/?page=633167343250594025&nid=11505
# </a>
# or
# <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip02.html>
# http://www.worldtimezone.com/dst_news/dst_news_gazastrip02.html
# </a>
# The rules for Egypt are stolen from the `africa' file. # The rules for Egypt are stolen from the `africa' file.
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
Rule EgyptAsia 1957 only - May 10 0:00 1:00 S Rule EgyptAsia 1957 only - May 10 0:00 1:00 S
...@@ -1876,7 +2051,7 @@ Rule Palestine 2006 only - Sep 22 0:00 0 - ...@@ -1876,7 +2051,7 @@ Rule Palestine 2006 only - Sep 22 0:00 0 -
Rule Palestine 2007 only - Sep Thu>=8 2:00 0 - Rule Palestine 2007 only - Sep Thu>=8 2:00 0 -
Rule Palestine 2008 only - Aug lastFri 2:00 0 - Rule Palestine 2008 only - Aug lastFri 2:00 0 -
Rule Palestine 2009 max - Mar lastFri 0:00 1:00 S Rule Palestine 2009 max - Mar lastFri 0:00 1:00 S
Rule Palestine 2009 max - Sep lastMon 2:00 0 - Rule Palestine 2009 max - Sep Fri>=1 2:00 0 -
# Zone NAME GMTOFF RULES FORMAT [UNTIL] # Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Asia/Gaza 2:17:52 - LMT 1900 Oct Zone Asia/Gaza 2:17:52 - LMT 1900 Oct
...@@ -2154,9 +2329,23 @@ Rule Syria 2007 only - Nov Fri>=1 0:00 0 - ...@@ -2154,9 +2329,23 @@ Rule Syria 2007 only - Nov Fri>=1 0:00 0 -
# http://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html # http://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html
# </a> # </a>
# From Steffen Thorsen (2009-10-27):
# The Syrian Arab News Network on 2009-09-29 reported that Syria will
# revert back to winter (standard) time on midnight between Thursday
# 2009-10-29 and Friday 2009-10-30:
# <a href="http://www.sana.sy/ara/2/2009/09/29/247012.htm">
# http://www.sana.sy/ara/2/2009/09/29/247012.htm (Arabic)
# </a>
# From Arthur David Olson (2009-10-28):
# We'll see if future DST switching times turn out to be end of the last
# Thursday of the month or the start of the last Friday of the month or
# something else. For now, use the start of the last Friday.
Rule Syria 2008 only - Apr Fri>=1 0:00 1:00 S Rule Syria 2008 only - Apr Fri>=1 0:00 1:00 S
Rule Syria 2008 max - Nov 1 0:00 0 - Rule Syria 2008 only - Nov 1 0:00 0 -
Rule Syria 2009 max - Mar lastFri 0:00 1:00 S Rule Syria 2009 max - Mar lastFri 0:00 1:00 S
Rule Syria 2009 max - Oct lastFri 0:00 0 -
# Zone NAME GMTOFF RULES FORMAT [UNTIL] # Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Asia/Damascus 2:25:12 - LMT 1920 # Dimashq Zone Asia/Damascus 2:25:12 - LMT 1920 # Dimashq
......
...@@ -465,10 +465,56 @@ Zone Pacific/Pago_Pago 12:37:12 - LMT 1879 Jul 5 ...@@ -465,10 +465,56 @@ Zone Pacific/Pago_Pago 12:37:12 - LMT 1879 Jul 5
# http://www.worldtimezone.com/dst_news/dst_news_samoa01.html # http://www.worldtimezone.com/dst_news/dst_news_samoa01.html
# </a> # </a>
# From Steffen Thorsen (2009-08-27):
# Samoa's parliament passed the Daylight Saving Bill 2009, and will start
# daylight saving time on the first Sunday of October 2009 and end on the
# last Sunday of March 2010. We hope that the full text will be published
# soon, but we believe that the bill is only valid for 2009-2010. Samoa's
# Daylight Saving Act 2009 will be enforced as soon as the Head of State
# executes a proclamation publicizing this Act.
#
# Some background information here, which will be updated once we have
# more details:
# <a href="http://www.timeanddate.com/news/time/samoa-dst-plan-2009.html">
# http://www.timeanddate.com/news/time/samoa-dst-plan-2009.html
# </a>
# From Alexander Krivenyshev (2009-10-03):
# First, my deepest condolences to people of Samoa islands and all families and
# loved ones around the world who lost their lives in the earthquake and tsunami.
#
# Considering the recent devastation on Samoa by earthquake and tsunami and that
# many government offices/ ministers are closed- not sure if "Daylight Saving
# Bill 2009" will be implemented in next few days- on October 4, 2009.
#
# Here is reply from Consulate-General of Samoa in New Zealand
# ---------------------------
# Consul General
# consulgeneral@samoaconsulate.org.nz
#
# Talofa Alexander,
#
# Thank you for your sympathy for our country but at this time we have not
# been informed about the Daylight Savings Time Change. Most Ministries in
# Apia are closed or relocating due to weather concerns.
#
# When we do find out if they are still proceeding with the time change we
# will advise you soonest.
#
# Kind Regards,
# Lana
# for: Consul General
# From Steffen Thorsen (2009-10-05):
# We have called a hotel in Samoa and asked about local time there - they
# are still on standard time.
Zone Pacific/Apia 12:33:04 - LMT 1879 Jul 5 Zone Pacific/Apia 12:33:04 - LMT 1879 Jul 5
-11:26:56 - LMT 1911 -11:26:56 - LMT 1911
-11:30 - SAMT 1950 # Samoa Time -11:30 - SAMT 1950 # Samoa Time
-11:00 - WST # Samoa Time -11:00 - WST 2009 Oct 4
-11:00 1:00 WSDT 2010 Mar 28
-11:00 - WST
# Solomon Is # Solomon Is
# excludes Bougainville, for which see Papua New Guinea # excludes Bougainville, for which see Papua New Guinea
......
...@@ -2094,9 +2094,43 @@ Zone Asia/Novosibirsk 5:31:40 - LMT 1919 Dec 14 6:00 ...@@ -2094,9 +2094,43 @@ Zone Asia/Novosibirsk 5:31:40 - LMT 1919 Dec 14 6:00
6:00 Russia NOV%sT 1992 Jan 19 2:00s 6:00 Russia NOV%sT 1992 Jan 19 2:00s
7:00 Russia NOV%sT 1993 May 23 # say Shanks & P. 7:00 Russia NOV%sT 1993 May 23 # say Shanks & P.
6:00 Russia NOV%sT 6:00 Russia NOV%sT
# From Alexander Krivenyshev (2009-10-13):
# Kemerovo oblast' (Kemerovo region) in Russia will change current time zone on
# March 28, 2010:
# from current Russia Zone 6 - Krasnoyarsk Time Zone (KRA) UTC +0700
# to Russia Zone 5 - Novosibirsk Time Zone (NOV) UTC +0600
#
# This is according to Government of Russia decree # 740, on September
# 14, 2009 "Application in the territory of the Kemerovo region the Fifth
# time zone." ("Russia Zone 5" or old "USSR Zone 5" is GMT +0600)
#
# Russian Government web site (Russian language)
# <a href="http://www.government.ru/content/governmentactivity/rfgovernmentdecisions/archiv">
# http://www.government.ru/content/governmentactivity/rfgovernmentdecisions/archive/2009/09/14/991633.htm
# </a>
# or Russian-English translation by WorldTimeZone.com with reference
# map to local region and new Russia Time Zone map after March 28, 2010
# <a href="http://www.worldtimezone.com/dst_news/dst_news_russia03.html">
# http://www.worldtimezone.com/dst_news/dst_news_russia03.html
# </a>
#
# Thus, when Russia will switch to DST on the night of March 28, 2010
# Kemerovo region (Kemerovo oblast') will not change the clock.
#
# As a result, Kemerovo oblast' will be in the same time zone as
# Novosibirsk, Omsk, Tomsk, Barnaul and Altai Republic.
Zone Asia/Novokuznetsk 5:48:48 - NMT 1920 Jan 6
6:00 - KRAT 1930 Jun 21 # Krasnoyarsk Time
7:00 Russia KRA%sT 1991 Mar 31 2:00s
6:00 Russia KRA%sT 1992 Jan 19 2:00s
7:00 Russia KRA%sT 2010 Mar 28 2:00s
6:00 Russia NOV%sT # Novosibirsk/Novokuznetsk Time
# #
# From Oscar van Vlijmen (2001-08-25): [This region consists of] # From Oscar van Vlijmen (2001-08-25): [This region consists of]
# Kemerovskaya oblast', Krasnoyarskij kraj, # Krasnoyarskij kraj,
# Tajmyrskij (Dolgano-Nenetskij) avtonomnyj okrug, # Tajmyrskij (Dolgano-Nenetskij) avtonomnyj okrug,
# Respublika Tuva, Respublika Khakasiya, Evenkijskij avtonomnyj okrug. # Respublika Tuva, Respublika Khakasiya, Evenkijskij avtonomnyj okrug.
Zone Asia/Krasnoyarsk 6:11:20 - LMT 1920 Jan 6 Zone Asia/Krasnoyarsk 6:11:20 - LMT 1920 Jan 6
......
...@@ -237,9 +237,23 @@ Rule Arg 2000 only - Mar 3 0:00 0 - ...@@ -237,9 +237,23 @@ Rule Arg 2000 only - Mar 3 0:00 0 -
# http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc
# </a> # </a>
# From fullinet (2009-10-18):
# As announced in
# <a hef="http://www.argentina.gob.ar/argentina/portal/paginas.dhtml?pagina=356">
# http://www.argentina.gob.ar/argentina/portal/paginas.dhtml?pagina=356
# </a>
# (an official .gob.ar) under title: "Sin Cambio de Hora" (english: "No hour change")
#
# "Por el momento, el Gobierno Nacional resolvio no modificar la hora
# oficial, decision que estaba en estudio para su implementacion el
# domingo 18 de octubre. Desde el Ministerio de Planificacion se anuncio
# que la Argentina hoy, en estas condiciones meteorologicas, no necesita
# la modificacion del huso horario, ya que 2009 nos encuentra con
# crecimiento en la produccion y distribucion energetica."
Rule Arg 2007 only - Dec 30 0:00 1:00 S Rule Arg 2007 only - Dec 30 0:00 1:00 S
Rule Arg 2008 max - Mar Sun>=15 0:00 0 - Rule Arg 2008 2009 - Mar Sun>=15 0:00 0 -
Rule Arg 2008 max - Oct Sun>=15 0:00 1:00 S Rule Arg 2008 only - Oct Sun>=15 0:00 1:00 S
# From Mariano Absatz (2004-05-21): # From Mariano Absatz (2004-05-21):
# Today it was officially published that the Province of Mendoza is changing # Today it was officially published that the Province of Mendoza is changing
...@@ -411,15 +425,40 @@ Rule Arg 2008 max - Oct Sun>=15 0:00 1:00 S ...@@ -411,15 +425,40 @@ Rule Arg 2008 max - Oct Sun>=15 0:00 1:00 S
# during 2009, this timezone change will run from 00:00 the third Sunday # during 2009, this timezone change will run from 00:00 the third Sunday
# in March until 24:00 of the second Saturday in October. # in March until 24:00 of the second Saturday in October.
# From Arthur David Olson (2009-03-16): # From Mariano Absatz (2009-10-16):
# The unofficial claim at # ...the Province of San Luis is a case in itself.
# <a href="http://www.timeanddate.com/news/time/san-luis-new-time-zone.html"> #
# http://www.timeanddate.com/news/time/san-luis-new-time-zone.html # The Law at
# <a href="http://www.diputadossanluis.gov.ar/diputadosasp/paginas/verNorma.asp?NormaID=276>"
# http://www.diputadossanluis.gov.ar/diputadosasp/paginas/verNorma.asp?NormaID=276
# </a> # </a>
# is that "The province will most likely follow the next daylight saving schedule, # is ambiguous because establishes a calendar from the 2nd Sunday in
# which is planned for the second Sunday in October." # October at 0:00 thru the 2nd Saturday in March at 24:00 and the
# complement of that starting on the 2nd Sunday of March at 0:00 and
# ending on the 2nd Saturday of March at 24:00.
#
# This clearly breaks every time the 1st of March or October is a Sunday.
#
# IMHO, the "spirit of the Law" is to make the changes at 0:00 on the 2nd
# Sunday of October and March.
# #
# The problem is that the changes in the rest of the Provinces that did
# change in 2007/2008, were made according to the Federal Law and Decrees
# that did so on the 3rd Sunday of October and March.
#
# In fact, San Luis actually switched from UTC-4 to UTC-3 last Sunday
# (October 11th) at 0:00.
#
# So I guess a new set of rules, besides "Arg", must be made and the last
# America/Argentina/San_Luis entries should change to use these...
#
# I'm enclosing a patch that does what I say... regretfully, the San Luis
# timezone must be called "WART/WARST" even when most of the time (like,
# right now) WARST == ART... that is, since last Sunday, all the country
# is using UTC-3, but in my patch, San Luis calls it "WARST" and the rest
# of the country calls it "ART".
# ...
# Zone NAME GMTOFF RULES FORMAT [UNTIL] # Zone NAME GMTOFF RULES FORMAT [UNTIL]
# #
# Buenos Aires (BA), Capital Federal (CF), # Buenos Aires (BA), Capital Federal (CF),
...@@ -552,6 +591,10 @@ Zone America/Argentina/Mendoza -4:35:16 - LMT 1894 Oct 31 ...@@ -552,6 +591,10 @@ Zone America/Argentina/Mendoza -4:35:16 - LMT 1894 Oct 31
-3:00 - ART -3:00 - ART
# #
# San Luis (SL) # San Luis (SL)
Rule SanLuis 2008 max - Mar Sun>=8 0:00 0 -
Rule SanLuis 2007 max - Oct Sun>=8 0:00 1:00 S
Zone America/Argentina/San_Luis -4:25:24 - LMT 1894 Oct 31 Zone America/Argentina/San_Luis -4:25:24 - LMT 1894 Oct 31
-4:16:48 - CMT 1920 May -4:16:48 - CMT 1920 May
-4:00 - ART 1930 Dec -4:00 - ART 1930 Dec
...@@ -566,8 +609,7 @@ Zone America/Argentina/San_Luis -4:25:24 - LMT 1894 Oct 31 ...@@ -566,8 +609,7 @@ Zone America/Argentina/San_Luis -4:25:24 - LMT 1894 Oct 31
-3:00 - ART 2004 May 31 -3:00 - ART 2004 May 31
-4:00 - WART 2004 Jul 25 -4:00 - WART 2004 Jul 25
-3:00 Arg AR%sT 2008 Jan 21 -3:00 Arg AR%sT 2008 Jan 21
-3:00 - ART 2009 Mar 15 -4:00 SanLuis WAR%sT
-4:00 Arg WAR%sT
# #
# Santa Cruz (SC) # Santa Cruz (SC)
Zone America/Argentina/Rio_Gallegos -4:36:52 - LMT 1894 Oct 31 Zone America/Argentina/Rio_Gallegos -4:36:52 - LMT 1894 Oct 31
......
...@@ -352,6 +352,7 @@ RU +5312+05009 Europe/Samara Moscow+01 - Samara, Udmurtia ...@@ -352,6 +352,7 @@ RU +5312+05009 Europe/Samara Moscow+01 - Samara, Udmurtia
RU +5651+06036 Asia/Yekaterinburg Moscow+02 - Urals RU +5651+06036 Asia/Yekaterinburg Moscow+02 - Urals
RU +5500+07324 Asia/Omsk Moscow+03 - west Siberia RU +5500+07324 Asia/Omsk Moscow+03 - west Siberia
RU +5502+08255 Asia/Novosibirsk Moscow+03 - Novosibirsk RU +5502+08255 Asia/Novosibirsk Moscow+03 - Novosibirsk
RU +5345+08707 Asia/Novokuznetsk Moscow+03 - Novokuznetsk
RU +5601+09250 Asia/Krasnoyarsk Moscow+04 - Yenisei River RU +5601+09250 Asia/Krasnoyarsk Moscow+04 - Yenisei River
RU +5216+10420 Asia/Irkutsk Moscow+05 - Lake Baikal RU +5216+10420 Asia/Irkutsk Moscow+05 - Lake Baikal
RU +6200+12940 Asia/Yakutsk Moscow+06 - Lena River RU +6200+12940 Asia/Yakutsk Moscow+06 - Lena River
......
...@@ -82,7 +82,9 @@ $(FILES_DAT): $(FILES_MAP) ...@@ -82,7 +82,9 @@ $(FILES_DAT): $(FILES_MAP)
$(FILES_MAP) $(FILES_DAT) sjis0213 $(FILES_MAP) $(FILES_DAT) sjis0213
$(FILES_genout_extcs): $(GENCSDATASRC)/SingleByte-X.java $(GENCSDATASRC)/DoubleByte-X.java \ $(FILES_genout_extcs): \
$(GENCSDATASRC)/SingleByte-X.java.template \
$(GENCSDATASRC)/DoubleByte-X.java.template \
$(GENCSDATASRC)/extsbcs $(GENCSDATASRC)/dbcs $(GENCSDATASRC)/extsbcs $(GENCSDATASRC)/dbcs
@$(prep-target) @$(prep-target)
$(RM) -r $(GENCSEXT) $(RM) -r $(GENCSEXT)
......
...@@ -63,7 +63,7 @@ public class GenerateDBCS { ...@@ -63,7 +63,7 @@ public class GenerateDBCS {
int b2Min = toInteger(fields[8]); int b2Min = toInteger(fields[8]);
int b2Max = toInteger(fields[9]); int b2Max = toInteger(fields[9]);
System.out.printf("%s,%s,%s,%b,%s%n", clzName, csName, hisName, isASCII, pkgName); System.out.printf("%s,%s,%s,%b,%s%n", clzName, csName, hisName, isASCII, pkgName);
genClass(args[0], args[1], "DoubleByte-X.java", genClass(args[0], args[1], "DoubleByte-X.java.template",
clzName, csName, hisName, pkgName, clzName, csName, hisName, pkgName,
isASCII, type, isASCII, type,
b1Min, b1Max, b2Min, b2Max); b1Min, b1Max, b2Min, b2Max);
......
...@@ -55,7 +55,7 @@ public class GenerateSBCS { ...@@ -55,7 +55,7 @@ public class GenerateSBCS {
String pkgName = fields[4]; String pkgName = fields[4];
System.out.printf("%s,%s,%s,%b,%s%n", clzName, csName, hisName, isASCII, pkgName); System.out.printf("%s,%s,%s,%b,%s%n", clzName, csName, hisName, isASCII, pkgName);
genClass(args[0], args[1], "SingleByte-X.java", genClass(args[0], args[1], "SingleByte-X.java.template",
clzName, csName, hisName, pkgName, isASCII); clzName, csName, hisName, pkgName, isASCII);
} }
} }
......
/* /*
* Copyright 1995-2008 Sun Microsystems, Inc. All Rights Reserved. * Copyright 1995-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -41,15 +41,13 @@ ...@@ -41,15 +41,13 @@
* options are turned into "-foo" options to the vm. This option * options are turned into "-foo" options to the vm. This option
* filtering is handled in a number of places in the launcher, some of * filtering is handled in a number of places in the launcher, some of
* it in machine-dependent code. In this file, the function * it in machine-dependent code. In this file, the function
* CheckJVMType removes vm style options and TranslateApplicationArgs * CheckJvmType removes vm style options and TranslateApplicationArgs
* removes "-J" prefixes. On unix platforms, the * removes "-J" prefixes. The CreateExecutionEnvironment function processes
* CreateExecutionEnvironment function from the unix java_md.c file * and removes -d<n> options. On unix, there is a possibility that the running
* processes and removes -d<n> options. However, in case * data model may not match to the desired data model, in this case an exec is
* CreateExecutionEnvironment does not need to exec because * required to start the desired model. If the data models match, then
* LD_LIBRARY_PATH is set acceptably and the data model does not need * ParseArguments will remove the -d<n> flags. If the data models do not match
* to be changed, ParseArguments will screen out the redundant -d<n> * the CreateExecutionEnviroment will remove the -d<n> flags.
* options and prevent them from being passed to the vm; this is done
* by RemovableOption.
*/ */
...@@ -1891,11 +1889,11 @@ DumpState() ...@@ -1891,11 +1889,11 @@ DumpState()
* Return JNI_TRUE for an option string that has no effect but should * Return JNI_TRUE for an option string that has no effect but should
* _not_ be passed on to the vm; return JNI_FALSE otherwise. On * _not_ be passed on to the vm; return JNI_FALSE otherwise. On
* Solaris SPARC, this screening needs to be done if: * Solaris SPARC, this screening needs to be done if:
* 1) LD_LIBRARY_PATH does _not_ need to be reset and * -d32 or -d64 is passed to a binary with an unmatched data model
* 2) -d32 or -d64 is passed to a binary with a matching data model * (the exec in CreateExecutionEnvironment removes -d<n> options and points the
* (the exec in SetLibraryPath removes -d<n> options and points the * exec to the proper binary). In the case of when the data model and the
* exec to the proper binary). When this exec is not done, these options * requested version is matched, an exec would not occur, and these options
* would end up getting passed onto the vm. * were erroneously passed to the vm.
*/ */
jboolean jboolean
RemovableOption(char * option) RemovableOption(char * option)
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
package com.sun.jmx.mbeanserver; package com.sun.jmx.mbeanserver;
import java.lang.annotation.Annotation; import java.lang.annotation.Annotation;
import java.lang.ref.SoftReference;
import java.lang.reflect.AnnotatedElement; import java.lang.reflect.AnnotatedElement;
import java.lang.reflect.Constructor; import java.lang.reflect.Constructor;
import java.lang.reflect.Method; import java.lang.reflect.Method;
...@@ -33,8 +34,13 @@ import java.lang.reflect.Modifier; ...@@ -33,8 +34,13 @@ import java.lang.reflect.Modifier;
import java.lang.reflect.Proxy; import java.lang.reflect.Proxy;
import java.lang.reflect.UndeclaredThrowableException; import java.lang.reflect.UndeclaredThrowableException;
import java.util.Arrays; import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap; import java.util.HashMap;
import java.util.List;
import java.util.LinkedList;
import java.util.Locale;
import java.util.Map; import java.util.Map;
import java.util.WeakHashMap;
import javax.management.Descriptor; import javax.management.Descriptor;
import javax.management.DescriptorKey; import javax.management.DescriptorKey;
...@@ -506,11 +512,25 @@ public class Introspector { ...@@ -506,11 +512,25 @@ public class Introspector {
} else { } else {
// Java Beans introspection // Java Beans introspection
// //
BeanInfo bi = java.beans.Introspector.getBeanInfo(complex.getClass()); Class<?> clazz = complex.getClass();
PropertyDescriptor[] pds = bi.getPropertyDescriptors(); Method readMethod = null;
for (PropertyDescriptor pd : pds) if (BeansHelper.isAvailable()) {
if (pd.getName().equals(element)) Object bi = BeansHelper.getBeanInfo(clazz);
return pd.getReadMethod().invoke(complex); Object[] pds = BeansHelper.getPropertyDescriptors(bi);
for (Object pd: pds) {
if (BeansHelper.getPropertyName(pd).equals(element)) {
readMethod = BeansHelper.getReadMethod(pd);
break;
}
}
} else {
// Java Beans not available so use simple introspection
// to locate method
readMethod = SimpleIntrospector.getReadMethod(clazz, element);
}
if (readMethod != null)
return readMethod.invoke(complex);
throw new AttributeNotFoundException( throw new AttributeNotFoundException(
"Could not find the getter method for the property " + "Could not find the getter method for the property " +
element + " using the Java Beans introspector"); element + " using the Java Beans introspector");
...@@ -524,4 +544,235 @@ public class Introspector { ...@@ -524,4 +544,235 @@ public class Introspector {
new AttributeNotFoundException(e.getMessage()), e); new AttributeNotFoundException(e.getMessage()), e);
} }
} }
/**
* A simple introspector that uses reflection to analyze a class and
* identify its "getter" methods. This class is intended for use only when
* Java Beans is not present (which implies that there isn't explicit
* information about the bean available).
*/
private static class SimpleIntrospector {
private SimpleIntrospector() { }
private static final String GET_METHOD_PREFIX = "get";
private static final String IS_METHOD_PREFIX = "is";
// cache to avoid repeated lookups
private static final Map<Class<?>,SoftReference<List<Method>>> cache =
Collections.synchronizedMap(
new WeakHashMap<Class<?>,SoftReference<List<Method>>> ());
/**
* Returns the list of methods cached for the given class, or {@code null}
* if not cached.
*/
private static List<Method> getCachedMethods(Class<?> clazz) {
// return cached methods if possible
SoftReference<List<Method>> ref = cache.get(clazz);
if (ref != null) {
List<Method> cached = ref.get();
if (cached != null)
return cached;
}
return null;
}
/**
* Returns {@code true} if the given method is a "getter" method (where
* "getter" method is a public method of the form getXXX or "boolean
* isXXX")
*/
static boolean isReadMethod(Method method) {
// ignore static methods
int modifiers = method.getModifiers();
if (Modifier.isStatic(modifiers))
return false;
String name = method.getName();
Class<?>[] paramTypes = method.getParameterTypes();
int paramCount = paramTypes.length;
if (paramCount == 0 && name.length() > 2) {
// boolean isXXX()
if (name.startsWith(IS_METHOD_PREFIX))
return (method.getReturnType() == boolean.class);
// getXXX()
if (name.length() > 3 && name.startsWith(GET_METHOD_PREFIX))
return (method.getReturnType() != void.class);
}
return false;
}
/**
* Returns the list of "getter" methods for the given class. The list
* is ordered so that isXXX methods appear before getXXX methods - this
* is for compatability with the JavaBeans Introspector.
*/
static List<Method> getReadMethods(Class<?> clazz) {
// return cached result if available
List<Method> cachedResult = getCachedMethods(clazz);
if (cachedResult != null)
return cachedResult;
// get list of public methods, filtering out methods that have
// been overridden to return a more specific type.
List<Method> methods =
StandardMBeanIntrospector.getInstance().getMethods(clazz);
methods = MBeanAnalyzer.eliminateCovariantMethods(methods);
// filter out the non-getter methods
List<Method> result = new LinkedList<Method>();
for (Method m: methods) {
if (isReadMethod(m)) {
// favor isXXX over getXXX
if (m.getName().startsWith(IS_METHOD_PREFIX)) {
result.add(0, m);
} else {
result.add(m);
}
}
}
// add result to cache
cache.put(clazz, new SoftReference<List<Method>>(result));
return result;
}
/**
* Returns the "getter" to read the given property from the given class or
* {@code null} if no method is found.
*/
static Method getReadMethod(Class<?> clazz, String property) {
// first character in uppercase (compatability with JavaBeans)
property = property.substring(0, 1).toUpperCase(Locale.ENGLISH) +
property.substring(1);
String getMethod = GET_METHOD_PREFIX + property;
String isMethod = IS_METHOD_PREFIX + property;
for (Method m: getReadMethods(clazz)) {
String name = m.getName();
if (name.equals(isMethod) || name.equals(getMethod)) {
return m;
}
}
return null;
}
}
/**
* A class that provides access to the JavaBeans Introspector and
* PropertyDescriptors without creating a static dependency on java.beans.
*/
private static class BeansHelper {
private static final Class<?> introspectorClass =
getClass("java.beans.Introspector");
private static final Class<?> beanInfoClass =
(introspectorClass == null) ? null : getClass("java.beans.BeanInfo");
private static final Class<?> getPropertyDescriptorClass =
(beanInfoClass == null) ? null : getClass("java.beans.PropertyDescriptor");
private static final Method getBeanInfo =
getMethod(introspectorClass, "getBeanInfo", Class.class);
private static final Method getPropertyDescriptors =
getMethod(beanInfoClass, "getPropertyDescriptors");
private static final Method getPropertyName =
getMethod(getPropertyDescriptorClass, "getName");
private static final Method getReadMethod =
getMethod(getPropertyDescriptorClass, "getReadMethod");
private static Class<?> getClass(String name) {
try {
return Class.forName(name, true, null);
} catch (ClassNotFoundException e) {
return null;
}
}
private static Method getMethod(Class<?> clazz,
String name,
Class<?>... paramTypes)
{
if (clazz != null) {
try {
return clazz.getMethod(name, paramTypes);
} catch (NoSuchMethodException e) {
throw new AssertionError(e);
}
} else {
return null;
}
}
private BeansHelper() { }
/**
* Returns {@code true} if java.beans is available.
*/
static boolean isAvailable() {
return introspectorClass != null;
}
/**
* Invokes java.beans.Introspector.getBeanInfo(Class)
*/
static Object getBeanInfo(Class<?> clazz) throws Exception {
try {
return getBeanInfo.invoke(null, clazz);
} catch (InvocationTargetException e) {
Throwable cause = e.getCause();
if (cause instanceof Exception)
throw (Exception)cause;
throw new AssertionError(e);
} catch (IllegalAccessException iae) {
throw new AssertionError(iae);
}
}
/**
* Invokes java.beans.BeanInfo.getPropertyDescriptors()
*/
static Object[] getPropertyDescriptors(Object bi) {
try {
return (Object[])getPropertyDescriptors.invoke(bi);
} catch (InvocationTargetException e) {
Throwable cause = e.getCause();
if (cause instanceof RuntimeException)
throw (RuntimeException)cause;
throw new AssertionError(e);
} catch (IllegalAccessException iae) {
throw new AssertionError(iae);
}
}
/**
* Invokes java.beans.PropertyDescriptor.getName()
*/
static String getPropertyName(Object pd) {
try {
return (String)getPropertyName.invoke(pd);
} catch (InvocationTargetException e) {
Throwable cause = e.getCause();
if (cause instanceof RuntimeException)
throw (RuntimeException)cause;
throw new AssertionError(e);
} catch (IllegalAccessException iae) {
throw new AssertionError(iae);
}
}
/**
* Invokes java.beans.PropertyDescriptor.getReadMethod()
*/
static Method getReadMethod(Object pd) {
try {
return (Method)getReadMethod.invoke(pd);
} catch (InvocationTargetException e) {
Throwable cause = e.getCause();
if (cause instanceof RuntimeException)
throw (RuntimeException)cause;
throw new AssertionError(e);
} catch (IllegalAccessException iae) {
throw new AssertionError(iae);
}
}
}
} }
...@@ -175,7 +175,7 @@ abstract class MBeanIntrospector<M> { ...@@ -175,7 +175,7 @@ abstract class MBeanIntrospector<M> {
/** /**
* Get the methods to be analyzed to build the MBean interface. * Get the methods to be analyzed to build the MBean interface.
*/ */
List<Method> getMethods(final Class<?> mbeanType) throws Exception { List<Method> getMethods(final Class<?> mbeanType) {
return Arrays.asList(mbeanType.getMethods()); return Arrays.asList(mbeanType.getMethods());
} }
......
...@@ -99,4 +99,58 @@ public interface ExtendedGSSContext extends GSSContext { ...@@ -99,4 +99,58 @@ public interface ExtendedGSSContext extends GSSContext {
*/ */
public Object inquireSecContext(InquireType type) public Object inquireSecContext(InquireType type)
throws GSSException; throws GSSException;
/**
* Requests that the delegation policy be respected. When a true value is
* requested, the underlying context would use the delegation policy
* defined by the environment as a hint to determine whether credentials
* delegation should be performed. This request can only be made on the
* context initiator's side and it has to be done prior to the first
* call to <code>initSecContext</code>.
* <p>
* When this flag is false, delegation will only be tried when the
* {@link GSSContext#requestCredDeleg(boolean) credentials delegation flag}
* is true.
* <p>
* When this flag is true but the
* {@link GSSContext#requestCredDeleg(boolean) credentials delegation flag}
* is false, delegation will be only tried if the delegation policy permits
* delegation.
* <p>
* When both this flag and the
* {@link GSSContext#requestCredDeleg(boolean) credentials delegation flag}
* are true, delegation will be always tried. However, if the delegation
* policy does not permit delegation, the value of
* {@link #getDelegPolicyState} will be false, even
* if delegation is performed successfully.
* <p>
* In any case, if the delegation is not successful, the value returned
* by {@link GSSContext#getCredDelegState()} is false, and the value
* returned by {@link #getDelegPolicyState()} is also false.
* <p>
* Not all mechanisms support delegation policy. Therefore, the
* application should check to see if the request was honored with the
* {@link #getDelegPolicyState() getDelegPolicyState} method. When
* delegation policy is not supported, <code>requestDelegPolicy</code>
* should return silently without throwing an exception.
* <p>
* Note: for the Kerberos 5 mechanism, the delegation policy is expressed
* through the OK-AS-DELEGATE flag in the service ticket. When it's true,
* the KDC permits delegation to the target server. In a cross-realm
* environment, in order for delegation be permitted, all cross-realm TGTs
* on the authentication path must also have the OK-AS-DELAGATE flags set.
* @param state true if the policy should be respected
* @throws GSSException containing the following
* major error codes:
* {@link GSSException#FAILURE GSSException.FAILURE}
*/
public void requestDelegPolicy(boolean state) throws GSSException;
/**
* Returns the delegation policy response. Called after a security context
* is established. This method can be only called on the initiator's side.
* See {@link ExtendedGSSContext#requestDelegPolicy}.
* @return the delegation policy response
*/
public boolean getDelegPolicyState();
} }
...@@ -57,7 +57,10 @@ public class JavaStatic { ...@@ -57,7 +57,10 @@ public class JavaStatic {
id = ((JavaObjectRef)value).getId(); id = ((JavaObjectRef)value).getId();
} }
value = value.dereference(snapshot, field); value = value.dereference(snapshot, field);
if (value.isHeapAllocated()) { if (value.isHeapAllocated() &&
clazz.getLoader() == snapshot.getNullThing()) {
// static fields are only roots if they are in classes
// loaded by the root classloader.
JavaHeapObject ho = (JavaHeapObject) value; JavaHeapObject ho = (JavaHeapObject) value;
String s = "Static reference from " + clazz.getName() String s = "Static reference from " + clazz.getName()
+ "." + field.getName(); + "." + field.getName();
......
...@@ -4,7 +4,10 @@ package com.sun.tracing; ...@@ -4,7 +4,10 @@ package com.sun.tracing;
import java.util.HashSet; import java.util.HashSet;
import java.io.PrintStream; import java.io.PrintStream;
import java.lang.reflect.Field; import java.lang.reflect.Field;
import java.util.logging.Logger; import java.security.AccessController;
import java.security.PrivilegedActionException;
import java.security.PrivilegedExceptionAction;
import sun.security.action.GetPropertyAction;
import sun.tracing.NullProviderFactory; import sun.tracing.NullProviderFactory;
import sun.tracing.PrintStreamProviderFactory; import sun.tracing.PrintStreamProviderFactory;
...@@ -52,23 +55,17 @@ public abstract class ProviderFactory { ...@@ -52,23 +55,17 @@ public abstract class ProviderFactory {
HashSet<ProviderFactory> factories = new HashSet<ProviderFactory>(); HashSet<ProviderFactory> factories = new HashSet<ProviderFactory>();
// Try to instantiate a DTraceProviderFactory // Try to instantiate a DTraceProviderFactory
String prop = null; String prop = AccessController.doPrivileged(
try { prop = System.getProperty("com.sun.tracing.dtrace"); } new GetPropertyAction("com.sun.tracing.dtrace"));
catch (java.security.AccessControlException e) {
Logger.getAnonymousLogger().fine(
"Cannot access property com.sun.tracing.dtrace");
}
if ( (prop == null || !prop.equals("disable")) && if ( (prop == null || !prop.equals("disable")) &&
DTraceProviderFactory.isSupported() ) { DTraceProviderFactory.isSupported() ) {
factories.add(new DTraceProviderFactory()); factories.add(new DTraceProviderFactory());
} }
// Try to instantiate an output stream factory // Try to instantiate an output stream factory
try { prop = System.getProperty("sun.tracing.stream"); } prop = AccessController.doPrivileged(
catch (java.security.AccessControlException e) { new GetPropertyAction("sun.tracing.stream"));
Logger.getAnonymousLogger().fine(
"Cannot access property sun.tracing.stream");
}
if (prop != null) { if (prop != null) {
for (String spec : prop.split(",")) { for (String spec : prop.split(",")) {
PrintStream ps = getPrintStreamFromSpec(spec); PrintStream ps = getPrintStreamFromSpec(spec);
...@@ -89,22 +86,29 @@ public abstract class ProviderFactory { ...@@ -89,22 +86,29 @@ public abstract class ProviderFactory {
} }
} }
private static PrintStream getPrintStreamFromSpec(String spec) { private static PrintStream getPrintStreamFromSpec(final String spec) {
try { try {
// spec is in the form of <class>.<field>, where <class> is // spec is in the form of <class>.<field>, where <class> is
// a fully specified class name, and <field> is a static member // a fully specified class name, and <field> is a static member
// in that class. The <field> must be a 'PrintStream' or subtype // in that class. The <field> must be a 'PrintStream' or subtype
// in order to be used. // in order to be used.
int fieldpos = spec.lastIndexOf('.'); final int fieldpos = spec.lastIndexOf('.');
Class<?> cls = Class.forName(spec.substring(0, fieldpos)); final Class<?> cls = Class.forName(spec.substring(0, fieldpos));
Field f = cls.getField(spec.substring(fieldpos + 1));
Class<?> fieldType = f.getType(); Field f = AccessController.doPrivileged(new PrivilegedExceptionAction<Field>() {
public Field run() throws NoSuchFieldException {
return cls.getField(spec.substring(fieldpos + 1));
}
});
return (PrintStream)f.get(null); return (PrintStream)f.get(null);
} catch (Exception e) { } catch (ClassNotFoundException e) {
Logger.getAnonymousLogger().warning( throw new AssertionError(e);
"Could not parse sun.tracing.stream property: " + e); } catch (IllegalAccessException e) {
throw new AssertionError(e);
} catch (PrivilegedActionException e) {
throw new AssertionError(e);
} }
return null;
} }
} }
...@@ -229,6 +229,21 @@ public class Applet extends Panel { ...@@ -229,6 +229,21 @@ public class Applet extends Panel {
resize(d.width, d.height); resize(d.width, d.height);
} }
/**
* Indicates if this container is a validate root.
* <p>
* {@code Applet} objects are the validate roots, and, therefore, they
* override this method to return {@code true}.
*
* @return {@code true}
* @since 1.7
* @see java.awt.Container#isValidateRoot
*/
@Override
public boolean isValidateRoot() {
return true;
}
/** /**
* Requests that the argument string be displayed in the * Requests that the argument string be displayed in the
* "status window". Many browsers and applet viewers * "status window". Many browsers and applet viewers
......
/* /*
* Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved. * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -92,7 +92,15 @@ import java.security.BasicPermission; ...@@ -92,7 +92,15 @@ import java.security.BasicPermission;
* <td>Enter full-screen exclusive mode</td> * <td>Enter full-screen exclusive mode</td>
* <td>Entering full-screen exclusive mode allows direct access to * <td>Entering full-screen exclusive mode allows direct access to
* low-level graphics card memory. This could be used to spoof the * low-level graphics card memory. This could be used to spoof the
* system, since the program is in direct control of rendering.</td> * system, since the program is in direct control of rendering. Depending on
* the implementation, the security warning may not be shown for the windows
* used to enter the full-screen exclusive mode (assuming that the {@code
* fullScreenExclusive} permission has been granted to this application). Note
* that this behavior does not mean that the {@code
* showWindowWithoutWarningBanner} permission will be automatically granted to
* the application which has the {@code fullScreenExclusive} permission:
* non-full-screen windows will continue to be shown with the security
* warning.</td>
* </tr> * </tr>
* *
* <tr> * <tr>
......
...@@ -2764,8 +2764,11 @@ public abstract class Component implements ImageObserver, MenuContainer, ...@@ -2764,8 +2764,11 @@ public abstract class Component implements ImageObserver, MenuContainer,
} }
/** /**
* Ensures that this component has a valid layout. This method is * Validates this component.
* primarily intended to operate on instances of <code>Container</code>. * <p>
* The meaning of the term <i>validating</i> is defined by the ancestors of
* this class. See {@link Container#validate} for more details.
*
* @see #invalidate * @see #invalidate
* @see #doLayout() * @see #doLayout()
* @see LayoutManager * @see LayoutManager
...@@ -2794,12 +2797,24 @@ public abstract class Component implements ImageObserver, MenuContainer, ...@@ -2794,12 +2797,24 @@ public abstract class Component implements ImageObserver, MenuContainer,
} }
/** /**
* Invalidates this component. This component and all parents * Invalidates this component and its ancestors.
* above it are marked as needing to be laid out. This method can * <p>
* be called often, so it needs to execute quickly. * All the ancestors of this component up to the nearest validate root are
* marked invalid also. If there is no a validate root container for this
* component, all of its ancestors up to the root of the hierarchy are
* marked invalid as well. Marking a container <i>invalid</i> indicates
* that the container needs to be laid out.
* <p>
* This method is called automatically when any layout-related information
* changes (e.g. setting the bounds of the component, or adding the
* component to a container).
* <p>
* This method might be called often, so it should work fast.
*
* @see #validate * @see #validate
* @see #doLayout * @see #doLayout
* @see LayoutManager * @see LayoutManager
* @see java.awt.Container#isValidateRoot
* @since JDK1.0 * @since JDK1.0
*/ */
public void invalidate() { public void invalidate() {
...@@ -2818,11 +2833,20 @@ public abstract class Component implements ImageObserver, MenuContainer, ...@@ -2818,11 +2833,20 @@ public abstract class Component implements ImageObserver, MenuContainer,
if (!isMaximumSizeSet()) { if (!isMaximumSizeSet()) {
maxSize = null; maxSize = null;
} }
invalidateParent();
}
}
/**
* Invalidates the parent of this component if any.
*
* This method MUST BE invoked under the TreeLock.
*/
void invalidateParent() {
if (parent != null) { if (parent != null) {
parent.invalidateIfValid(); parent.invalidateIfValid();
} }
} }
}
/** Invalidates the component unless it is already invalid. /** Invalidates the component unless it is already invalid.
*/ */
...@@ -6727,12 +6751,13 @@ public abstract class Component implements ImageObserver, MenuContainer, ...@@ -6727,12 +6751,13 @@ public abstract class Component implements ImageObserver, MenuContainer,
} }
} }
} else { } else {
// It's native. If the parent is lightweight it // It's native. If the parent is lightweight it will need some
// will need some help. // help.
Container parent = this.parent; Container parent = getContainer();
if (parent != null && parent.peer instanceof LightweightPeer) { if (parent != null && parent.isLightweight()) {
relocateComponent(); relocateComponent();
if (!isRecursivelyVisible()) { if (!parent.isRecursivelyVisibleUpToHeavyweightContainer())
{
peer.setVisible(false); peer.setVisible(false);
} }
} }
......
...@@ -1492,20 +1492,59 @@ public class Container extends Component { ...@@ -1492,20 +1492,59 @@ public class Container extends Component {
} }
/** /**
* Invalidates the container. The container and all parents * Indicates if this container is a <i>validate root</i>.
* above it are marked as needing to be laid out. This method can * <p>
* be called often, so it needs to execute quickly. * Layout-related changes, such as bounds of the validate root descendants,
* do not affect the layout of the validate root parent. This peculiarity
* enables the {@code invalidate()} method to stop invalidating the
* component hierarchy when the method encounters a validate root.
* <p>
* If a component hierarchy contains validate roots, the {@code validate()}
* method must be invoked on the validate root of a previously invalidated
* component, rather than on the top-level container (such as a {@code
* Frame} object) to restore the validity of the hierarchy later.
* <p>
* The {@code Window} class and the {@code Applet} class are the validate
* roots in AWT. Swing introduces more validate roots.
* *
* <p> If the {@code LayoutManager} installed on this container is * @return whether this container is a validate root
* an instance of {@code LayoutManager2}, then * @see #invalidate
* {@link LayoutManager2#invalidateLayout(Container)} is invoked on * @see java.awt.Component#invalidate
* it supplying this {@code Container} as the argument. * @see javax.swing.JComponent#isValidateRoot
* @see javax.swing.JComponent#revalidate
* @since 1.7
*/
public boolean isValidateRoot() {
return false;
}
/**
* Invalidates the parent of the container unless the container
* is a validate root.
*/
@Override
void invalidateParent() {
if (!isValidateRoot()) {
super.invalidateParent();
}
}
/**
* Invalidates the container.
* <p>
* If the {@code LayoutManager} installed on this container is an instance
* of the {@code LayoutManager2} interface, then
* the {@link LayoutManager2#invalidateLayout(Container)} method is invoked
* on it supplying this {@code Container} as the argument.
* <p>
* Afterwards this method marks this container invalid, and invalidates its
* ancestors. See the {@link Component#invalidate} method for more details.
* *
* @see #validate * @see #validate
* @see #layout * @see #layout
* @see LayoutManager * @see LayoutManager2
* @see LayoutManager2#invalidateLayout(Container)
*/ */
@Override
public void invalidate() { public void invalidate() {
LayoutManager layoutMgr = this.layoutMgr; LayoutManager layoutMgr = this.layoutMgr;
if (layoutMgr instanceof LayoutManager2) { if (layoutMgr instanceof LayoutManager2) {
...@@ -1518,35 +1557,37 @@ public class Container extends Component { ...@@ -1518,35 +1557,37 @@ public class Container extends Component {
/** /**
* Validates this container and all of its subcomponents. * Validates this container and all of its subcomponents.
* <p> * <p>
* The <code>validate</code> method is used to cause a container * Validating a container means laying out its subcomponents.
* to lay out its subcomponents again. It should be invoked when * Layout-related changes, such as setting the bounds of a component, or
* this container's subcomponents are modified (added to or * adding a component to the container, invalidate the container
* removed from the container, or layout-related information * automatically. Note that the ancestors of the container may be
* changed) after the container has been displayed. * invalidated also (see {@link Component#invalidate} for details.)
* * Therefore, to restore the validity of the hierarchy, the {@code
* <p>If this {@code Container} is not valid, this method invokes * validate()} method should be invoked on a validate root of an
* invalidated component, or on the top-most container if the hierarchy
* does not contain validate roots.
* <p>
* Validating the container may be a quite time-consuming operation. For
* performance reasons a developer may postpone the validation of the
* hierarchy till a set of layout-related operations completes, e.g. after
* adding all the children to the container.
* <p>
* If this {@code Container} is not valid, this method invokes
* the {@code validateTree} method and marks this {@code Container} * the {@code validateTree} method and marks this {@code Container}
* as valid. Otherwise, no action is performed. * as valid. Otherwise, no action is performed.
* <p>
* Note that the {@code invalidate()} method may invalidate not only the
* component it is called upon, but also the parents of the component.
* Therefore, to restore the validity of the hierarchy, the {@code
* validate()} method must be invoked on the top-most invalid container of
* the hierarchy. For performance reasons a developer may postpone the
* validation of the hierarchy till a bunch of layout-related operations
* completes, e.g. after adding all the children to the container.
* *
* @see #add(java.awt.Component) * @see #add(java.awt.Component)
* @see #invalidate * @see #invalidate
* @see Container#isValidateRoot
* @see javax.swing.JComponent#revalidate() * @see javax.swing.JComponent#revalidate()
* @see #validateTree * @see #validateTree
*/ */
public void validate() { public void validate() {
/* Avoid grabbing lock unless really necessary. */
if (!isValid()) {
boolean updateCur = false; boolean updateCur = false;
synchronized (getTreeLock()) { synchronized (getTreeLock()) {
if (!isValid() && peer != null) { if ((!isValid() || descendUnconditionallyWhenValidating)
&& peer != null)
{
ContainerPeer p = null; ContainerPeer p = null;
if (peer instanceof ContainerPeer) { if (peer instanceof ContainerPeer) {
p = (ContainerPeer) peer; p = (ContainerPeer) peer;
...@@ -1557,14 +1598,50 @@ public class Container extends Component { ...@@ -1557,14 +1598,50 @@ public class Container extends Component {
validateTree(); validateTree();
if (p != null) { if (p != null) {
p.endValidate(); p.endValidate();
// Avoid updating cursor if this is an internal call.
// See validateUnconditionally() for details.
if (!descendUnconditionallyWhenValidating) {
updateCur = isVisible(); updateCur = isVisible();
} }
} }
} }
}
if (updateCur) { if (updateCur) {
updateCursorImmediately(); updateCursorImmediately();
} }
} }
/**
* Indicates whether valid containers should also traverse their
* children and call the validateTree() method on them.
*
* Synchronization: TreeLock.
*
* The field is allowed to be static as long as the TreeLock itself is
* static.
*
* @see #validateUnconditionally()
*/
private static boolean descendUnconditionallyWhenValidating = false;
/**
* Unconditionally validate the component hierarchy.
*/
final void validateUnconditionally() {
boolean updateCur = false;
synchronized (getTreeLock()) {
descendUnconditionallyWhenValidating = true;
validate();
if (peer instanceof ContainerPeer) {
updateCur = isVisible();
}
descendUnconditionallyWhenValidating = false;
}
if (updateCur) {
updateCursorImmediately();
}
} }
/** /**
...@@ -1578,16 +1655,20 @@ public class Container extends Component { ...@@ -1578,16 +1655,20 @@ public class Container extends Component {
*/ */
protected void validateTree() { protected void validateTree() {
checkTreeLock(); checkTreeLock();
if (!isValid()) { if (!isValid() || descendUnconditionallyWhenValidating) {
if (peer instanceof ContainerPeer) { if (peer instanceof ContainerPeer) {
((ContainerPeer)peer).beginLayout(); ((ContainerPeer)peer).beginLayout();
} }
if (!isValid()) {
doLayout(); doLayout();
}
for (int i = 0; i < component.size(); i++) { for (int i = 0; i < component.size(); i++) {
Component comp = component.get(i); Component comp = component.get(i);
if ( (comp instanceof Container) if ( (comp instanceof Container)
&& !(comp instanceof Window) && !(comp instanceof Window)
&& !comp.isValid()) { && (!comp.isValid() ||
descendUnconditionallyWhenValidating))
{
((Container)comp).validateTree(); ((Container)comp).validateTree();
} else { } else {
comp.validate(); comp.validate();
...@@ -4092,16 +4173,29 @@ public class Container extends Component { ...@@ -4092,16 +4173,29 @@ public class Container extends Component {
} }
} }
/* /**
* Checks if the container and its direct lightweight containers are
* visible.
*
* Consider the heavyweight container hides or shows the HW descendants * Consider the heavyweight container hides or shows the HW descendants
* automatically. Therefore we care of LW containers' visibility only. * automatically. Therefore we care of LW containers' visibility only.
*
* This method MUST be invoked under the TreeLock.
*/ */
private boolean isRecursivelyVisibleUpToHeavyweightContainer() { final boolean isRecursivelyVisibleUpToHeavyweightContainer() {
if (!isLightweight()) { if (!isLightweight()) {
return true; return true;
} }
return isVisible() && (getContainer() == null ||
getContainer().isRecursivelyVisibleUpToHeavyweightContainer()); for (Container cont = getContainer();
cont != null && cont.isLightweight();
cont = cont.getContainer())
{
if (!cont.isVisible()) {
return false;
}
}
return true;
} }
@Override @Override
......
...@@ -1027,8 +1027,10 @@ public class EventQueue { ...@@ -1027,8 +1027,10 @@ public class EventQueue {
synchronized (lock) { synchronized (lock) {
Toolkit.getEventQueue().postEvent(event); Toolkit.getEventQueue().postEvent(event);
while (!event.isDispatched()) {
lock.wait(); lock.wait();
} }
}
Throwable eventThrowable = event.getThrowable(); Throwable eventThrowable = event.getThrowable();
if (eventThrowable != null) { if (eventThrowable != null) {
......
...@@ -845,8 +845,11 @@ public class Frame extends Window implements MenuContainer { ...@@ -845,8 +845,11 @@ public class Frame extends Window implements MenuContainer {
* others by setting those fields you want to accept from system * others by setting those fields you want to accept from system
* to <code>Integer.MAX_VALUE</code>. * to <code>Integer.MAX_VALUE</code>.
* <p> * <p>
* On some systems only the size portion of the bounds is taken * Note, the given maximized bounds are used as a hint for the native
* into account. * system, because the underlying platform may not support setting the
* location and/or size of the maximized windows. If that is the case, the
* provided values do not affect the appearance of the frame in the
* maximized state.
* *
* @param bounds bounds for the maximized state * @param bounds bounds for the maximized state
* @see #getMaximizedBounds() * @see #getMaximizedBounds()
......
...@@ -767,7 +767,7 @@ public class Window extends Container implements Accessible { ...@@ -767,7 +767,7 @@ public class Window extends Container implements Accessible {
isPacked = true; isPacked = true;
} }
validate(); validateUnconditionally();
} }
/** /**
...@@ -943,7 +943,7 @@ public class Window extends Container implements Accessible { ...@@ -943,7 +943,7 @@ public class Window extends Container implements Accessible {
if (peer == null) { if (peer == null) {
addNotify(); addNotify();
} }
validate(); validateUnconditionally();
isInShow = true; isInShow = true;
if (visible) { if (visible) {
...@@ -2599,6 +2599,21 @@ public class Window extends Container implements Accessible { ...@@ -2599,6 +2599,21 @@ public class Window extends Container implements Accessible {
super.addPropertyChangeListener(propertyName, listener); super.addPropertyChangeListener(propertyName, listener);
} }
/**
* Indicates if this container is a validate root.
* <p>
* {@code Window} objects are the validate roots, and, therefore, they
* override this method to return {@code true}.
*
* @return {@code true}
* @since 1.7
* @see java.awt.Container#isValidateRoot
*/
@Override
public boolean isValidateRoot() {
return true;
}
/** /**
* Dispatches an event to this window or one of its sub components. * Dispatches an event to this window or one of its sub components.
* @param e the event * @param e the event
......
...@@ -1184,7 +1184,7 @@ public class DataFlavor implements Externalizable, Cloneable { ...@@ -1184,7 +1184,7 @@ public class DataFlavor implements Externalizable, Cloneable {
*/ */
public boolean isRepresentationClassRemote() { public boolean isRepresentationClassRemote() {
return java.rmi.Remote.class.isAssignableFrom(representationClass); return DataTransferer.isRemote(representationClass);
} }
/** /**
......
...@@ -78,10 +78,21 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -78,10 +78,21 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
/** /**
* The (potentially null) Object whose notifyAll() method will be called * The (potentially null) Object whose notifyAll() method will be called
* immediately after the Runnable.run() method returns. * immediately after the Runnable.run() method has returned or thrown an exception.
*
* @see #isDispatched
*/ */
protected Object notifier; protected Object notifier;
/**
* Indicates whether the <code>run()</code> method of the <code>runnable</code>
* was executed or not.
*
* @see #isDispatched
* @since 1.7
*/
private volatile boolean dispatched = false;
/** /**
* Set to true if dispatch() catches Throwable and stores it in the * Set to true if dispatch() catches Throwable and stores it in the
* exception instance variable. If false, Throwables are propagated up * exception instance variable. If false, Throwables are propagated up
...@@ -144,7 +155,7 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -144,7 +155,7 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
* source which will execute the runnable's <code>run</code> * source which will execute the runnable's <code>run</code>
* method when dispatched. If notifier is non-<code>null</code>, * method when dispatched. If notifier is non-<code>null</code>,
* <code>notifyAll()</code> will be called on it * <code>notifyAll()</code> will be called on it
* immediately after <code>run</code> returns. * immediately after <code>run</code> has returned or thrown an exception.
* <p>An invocation of the form <tt>InvocationEvent(source, * <p>An invocation of the form <tt>InvocationEvent(source,
* runnable, notifier, catchThrowables)</tt> * runnable, notifier, catchThrowables)</tt>
* behaves in exactly the same way as the invocation of * behaves in exactly the same way as the invocation of
...@@ -159,7 +170,8 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -159,7 +170,8 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
* executed * executed
* @param notifier The {@code Object} whose <code>notifyAll</code> * @param notifier The {@code Object} whose <code>notifyAll</code>
* method will be called after * method will be called after
* <code>Runnable.run</code> has returned * <code>Runnable.run</code> has returned or
* thrown an exception
* @param catchThrowables Specifies whether <code>dispatch</code> * @param catchThrowables Specifies whether <code>dispatch</code>
* should catch Throwable when executing * should catch Throwable when executing
* the <code>Runnable</code>'s <code>run</code> * the <code>Runnable</code>'s <code>run</code>
...@@ -180,8 +192,8 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -180,8 +192,8 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
* Constructs an <code>InvocationEvent</code> with the specified * Constructs an <code>InvocationEvent</code> with the specified
* source and ID which will execute the runnable's <code>run</code> * source and ID which will execute the runnable's <code>run</code>
* method when dispatched. If notifier is non-<code>null</code>, * method when dispatched. If notifier is non-<code>null</code>,
* <code>notifyAll</code> will be called on it * <code>notifyAll</code> will be called on it immediately after
* immediately after <code>run</code> returns. * <code>run</code> has returned or thrown an exception.
* <p>This method throws an * <p>This method throws an
* <code>IllegalArgumentException</code> if <code>source</code> * <code>IllegalArgumentException</code> if <code>source</code>
* is <code>null</code>. * is <code>null</code>.
...@@ -195,7 +207,8 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -195,7 +207,8 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
* <code>run</code> method will be executed * <code>run</code> method will be executed
* @param notifier The <code>Object</code> whose <code>notifyAll</code> * @param notifier The <code>Object</code> whose <code>notifyAll</code>
* method will be called after * method will be called after
* <code>Runnable.run</code> has returned * <code>Runnable.run</code> has returned or
* thrown an exception
* @param catchThrowables Specifies whether <code>dispatch</code> * @param catchThrowables Specifies whether <code>dispatch</code>
* should catch Throwable when executing the * should catch Throwable when executing the
* <code>Runnable</code>'s <code>run</code> * <code>Runnable</code>'s <code>run</code>
...@@ -217,9 +230,12 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -217,9 +230,12 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
/** /**
* Executes the Runnable's <code>run()</code> method and notifies the * Executes the Runnable's <code>run()</code> method and notifies the
* notifier (if any) when <code>run()</code> returns. * notifier (if any) when <code>run()</code> has returned or thrown an exception.
*
* @see #isDispatched
*/ */
public void dispatch() { public void dispatch() {
try {
if (catchExceptions) { if (catchExceptions) {
try { try {
runnable.run(); runnable.run();
...@@ -234,6 +250,8 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -234,6 +250,8 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
else { else {
runnable.run(); runnable.run();
} }
} finally {
dispatched = true;
if (notifier != null) { if (notifier != null) {
synchronized (notifier) { synchronized (notifier) {
...@@ -241,6 +259,7 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -241,6 +259,7 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
} }
} }
} }
}
/** /**
* Returns any Exception caught while executing the Runnable's <code>run() * Returns any Exception caught while executing the Runnable's <code>run()
...@@ -277,6 +296,40 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent { ...@@ -277,6 +296,40 @@ public class InvocationEvent extends AWTEvent implements ActiveEvent {
return when; return when;
} }
/**
* Returns {@code true} if the event is dispatched or any exception is
* thrown while dispatching, {@code false} otherwise. The method should
* be called by a waiting thread that calls the {@code notifier.wait()} method.
* Since spurious wakeups are possible (as explained in {@link Object#wait()}),
* this method should be used in a waiting loop to ensure that the event
* got dispatched:
* <pre>
* while (!event.isDispatched()) {
* notifier.wait();
* }
* </pre>
* If the waiting thread wakes up without dispatching the event,
* the {@code isDispatched()} method returns {@code false}, and
* the {@code while} loop executes once more, thus, causing
* the awakened thread to revert to the waiting mode.
* <p>
* If the {@code notifier.notifyAll()} happens before the waiting thread
* enters the {@code notifier.wait()} method, the {@code while} loop ensures
* that the waiting thread will not enter the {@code notifier.wait()} method.
* Otherwise, there is no guarantee that the waiting thread will ever be woken
* from the wait.
*
* @return {@code true} if the event has been dispatched, or any exception
* has been thrown while dispatching, {@code false} otherwise
* @see #dispatch
* @see #notifier
* @see #catchExceptions
* @since 1.7
*/
public boolean isDispatched() {
return dispatched;
}
/** /**
* Returns a parameter string identifying this event. * Returns a parameter string identifying this event.
* This method is useful for event-logging and for debugging. * This method is useful for event-logging and for debugging.
......
...@@ -30,6 +30,7 @@ import java.util.List; ...@@ -30,6 +30,7 @@ import java.util.List;
import java.util.Collections; import java.util.Collections;
import java.util.Comparator; import java.util.Comparator;
import java.io.IOException; import java.io.IOException;
import sun.util.logging.PlatformLogger;
/** /**
* CookieManager provides a concrete implementation of {@link CookieHandler}, * CookieManager provides a concrete implementation of {@link CookieHandler},
...@@ -263,6 +264,7 @@ public class CookieManager extends CookieHandler ...@@ -263,6 +264,7 @@ public class CookieManager extends CookieHandler
if (cookieJar == null) if (cookieJar == null)
return; return;
PlatformLogger logger = PlatformLogger.getLogger("java.net.CookieManager");
for (String headerKey : responseHeaders.keySet()) { for (String headerKey : responseHeaders.keySet()) {
// RFC 2965 3.2.2, key must be 'Set-Cookie2' // RFC 2965 3.2.2, key must be 'Set-Cookie2'
// we also accept 'Set-Cookie' here for backward compatibility // we also accept 'Set-Cookie' here for backward compatibility
...@@ -277,7 +279,16 @@ public class CookieManager extends CookieHandler ...@@ -277,7 +279,16 @@ public class CookieManager extends CookieHandler
for (String headerValue : responseHeaders.get(headerKey)) { for (String headerValue : responseHeaders.get(headerKey)) {
try { try {
List<HttpCookie> cookies = HttpCookie.parse(headerValue); List<HttpCookie> cookies;
try {
cookies = HttpCookie.parse(headerValue);
} catch (IllegalArgumentException e) {
// Bogus header, make an empty list and log the error
cookies = java.util.Collections.EMPTY_LIST;
if (logger.isLoggable(PlatformLogger.SEVERE)) {
logger.severe("Invalid cookie for " + uri + ": " + headerValue);
}
}
for (HttpCookie cookie : cookies) { for (HttpCookie cookie : cookies) {
if (cookie.getPath() == null) { if (cookie.getPath() == null) {
// If no path is specified, then by default // If no path is specified, then by default
......
...@@ -1036,7 +1036,7 @@ public final class HttpCookie implements Cloneable { ...@@ -1036,7 +1036,7 @@ public final class HttpCookie implements Cloneable {
int version = Integer.parseInt(attrValue); int version = Integer.parseInt(attrValue);
cookie.setVersion(version); cookie.setVersion(version);
} catch (NumberFormatException ignored) { } catch (NumberFormatException ignored) {
throw new IllegalArgumentException("Illegal cookie version attribute"); // Just ignore bogus version, it will default to 0 or 1
} }
} }
}); });
...@@ -1147,12 +1147,15 @@ public final class HttpCookie implements Cloneable { ...@@ -1147,12 +1147,15 @@ public final class HttpCookie implements Cloneable {
} }
private static String stripOffSurroundingQuote(String str) { private static String stripOffSurroundingQuote(String str) {
if (str != null && str.length() > 0 && if (str != null && str.length() > 2 &&
str.charAt(0) == '"' && str.charAt(str.length() - 1) == '"') { str.charAt(0) == '"' && str.charAt(str.length() - 1) == '"') {
return str.substring(1, str.length() - 1); return str.substring(1, str.length() - 1);
} else {
return str;
} }
if (str != null && str.length() > 2 &&
str.charAt(0) == '\'' && str.charAt(str.length() - 1) == '\'') {
return str.substring(1, str.length() - 1);
}
return str;
} }
private static boolean equalsIgnoreCase(String s, String t) { private static boolean equalsIgnoreCase(String s, String t) {
......
...@@ -65,7 +65,7 @@ import javax.print.attribute.PrintServiceAttribute; ...@@ -65,7 +65,7 @@ import javax.print.attribute.PrintServiceAttribute;
* PrinterStateReason PrinterStateReason} objects to an existing * PrinterStateReason PrinterStateReason} objects to an existing
* PrinterStateReasons object and remove them again. However, like class * PrinterStateReasons object and remove them again. However, like class
* {@link java.util.HashMap java.util.HashMap}, class PrinterStateReasons is * {@link java.util.HashMap java.util.HashMap}, class PrinterStateReasons is
* bot multiple thread safe. If a PrinterStateReasons object will be used by * not multiple thread safe. If a PrinterStateReasons object will be used by
* multiple threads, be sure to synchronize its operations (e.g., using a * multiple threads, be sure to synchronize its operations (e.g., using a
* synchronized map view obtained from class {@link java.util.Collections * synchronized map view obtained from class {@link java.util.Collections
* java.util.Collections}). * java.util.Collections}).
......
...@@ -40,7 +40,6 @@ import java.security.PrivilegedExceptionAction; ...@@ -40,7 +40,6 @@ import java.security.PrivilegedExceptionAction;
import java.security.PrivilegedActionException; import java.security.PrivilegedActionException;
import java.security.ProtectionDomain; import java.security.ProtectionDomain;
import sun.security.util.ResourcesMgr; import sun.security.util.ResourcesMgr;
import sun.security.util.SecurityConstants;
/** /**
* <p> A <code>Subject</code> represents a grouping of related information * <p> A <code>Subject</code> represents a grouping of related information
...@@ -239,7 +238,7 @@ public final class Subject implements java.io.Serializable { ...@@ -239,7 +238,7 @@ public final class Subject implements java.io.Serializable {
public void setReadOnly() { public void setReadOnly() {
java.lang.SecurityManager sm = System.getSecurityManager(); java.lang.SecurityManager sm = System.getSecurityManager();
if (sm != null) { if (sm != null) {
sm.checkPermission(new AuthPermission("setReadOnly")); sm.checkPermission(AuthPermissionHolder.SET_READ_ONLY_PERMISSION);
} }
this.readOnly = true; this.readOnly = true;
...@@ -285,7 +284,7 @@ public final class Subject implements java.io.Serializable { ...@@ -285,7 +284,7 @@ public final class Subject implements java.io.Serializable {
java.lang.SecurityManager sm = System.getSecurityManager(); java.lang.SecurityManager sm = System.getSecurityManager();
if (sm != null) { if (sm != null) {
sm.checkPermission(new AuthPermission("getSubject")); sm.checkPermission(AuthPermissionHolder.GET_SUBJECT_PERMISSION);
} }
if (acc == null) { if (acc == null) {
...@@ -343,7 +342,7 @@ public final class Subject implements java.io.Serializable { ...@@ -343,7 +342,7 @@ public final class Subject implements java.io.Serializable {
java.lang.SecurityManager sm = System.getSecurityManager(); java.lang.SecurityManager sm = System.getSecurityManager();
if (sm != null) { if (sm != null) {
sm.checkPermission(SecurityConstants.DO_AS_PERMISSION); sm.checkPermission(AuthPermissionHolder.DO_AS_PERMISSION);
} }
if (action == null) if (action == null)
throw new NullPointerException throw new NullPointerException
...@@ -402,7 +401,7 @@ public final class Subject implements java.io.Serializable { ...@@ -402,7 +401,7 @@ public final class Subject implements java.io.Serializable {
java.lang.SecurityManager sm = System.getSecurityManager(); java.lang.SecurityManager sm = System.getSecurityManager();
if (sm != null) { if (sm != null) {
sm.checkPermission(SecurityConstants.DO_AS_PERMISSION); sm.checkPermission(AuthPermissionHolder.DO_AS_PERMISSION);
} }
if (action == null) if (action == null)
...@@ -456,7 +455,7 @@ public final class Subject implements java.io.Serializable { ...@@ -456,7 +455,7 @@ public final class Subject implements java.io.Serializable {
java.lang.SecurityManager sm = System.getSecurityManager(); java.lang.SecurityManager sm = System.getSecurityManager();
if (sm != null) { if (sm != null) {
sm.checkPermission(SecurityConstants.DO_AS_PRIVILEGED_PERMISSION); sm.checkPermission(AuthPermissionHolder.DO_AS_PRIVILEGED_PERMISSION);
} }
if (action == null) if (action == null)
...@@ -520,7 +519,7 @@ public final class Subject implements java.io.Serializable { ...@@ -520,7 +519,7 @@ public final class Subject implements java.io.Serializable {
java.lang.SecurityManager sm = System.getSecurityManager(); java.lang.SecurityManager sm = System.getSecurityManager();
if (sm != null) { if (sm != null) {
sm.checkPermission(SecurityConstants.DO_AS_PRIVILEGED_PERMISSION); sm.checkPermission(AuthPermissionHolder.DO_AS_PRIVILEGED_PERMISSION);
} }
if (action == null) if (action == null)
...@@ -1044,16 +1043,13 @@ public final class Subject implements java.io.Serializable { ...@@ -1044,16 +1043,13 @@ public final class Subject implements java.io.Serializable {
if (sm != null) { if (sm != null) {
switch (which) { switch (which) {
case Subject.PRINCIPAL_SET: case Subject.PRINCIPAL_SET:
sm.checkPermission(new AuthPermission sm.checkPermission(AuthPermissionHolder.MODIFY_PRINCIPALS_PERMISSION);
("modifyPrincipals"));
break; break;
case Subject.PUB_CREDENTIAL_SET: case Subject.PUB_CREDENTIAL_SET:
sm.checkPermission(new AuthPermission sm.checkPermission(AuthPermissionHolder.MODIFY_PUBLIC_CREDENTIALS_PERMISSION);
("modifyPublicCredentials"));
break; break;
default: default:
sm.checkPermission(new AuthPermission sm.checkPermission(AuthPermissionHolder.MODIFY_PRIVATE_CREDENTIALS_PERMISSION);
("modifyPrivateCredentials"));
break; break;
} }
} }
...@@ -1073,16 +1069,13 @@ public final class Subject implements java.io.Serializable { ...@@ -1073,16 +1069,13 @@ public final class Subject implements java.io.Serializable {
if (sm != null) { if (sm != null) {
switch (which) { switch (which) {
case Subject.PRINCIPAL_SET: case Subject.PRINCIPAL_SET:
sm.checkPermission sm.checkPermission(AuthPermissionHolder.MODIFY_PRINCIPALS_PERMISSION);
(new AuthPermission("modifyPrincipals"));
break; break;
case Subject.PUB_CREDENTIAL_SET: case Subject.PUB_CREDENTIAL_SET:
sm.checkPermission sm.checkPermission(AuthPermissionHolder.MODIFY_PUBLIC_CREDENTIALS_PERMISSION);
(new AuthPermission("modifyPublicCredentials"));
break; break;
default: default:
sm.checkPermission sm.checkPermission(AuthPermissionHolder.MODIFY_PRIVATE_CREDENTIALS_PERMISSION);
(new AuthPermission("modifyPrivateCredentials"));
break; break;
} }
} }
...@@ -1405,4 +1398,27 @@ public final class Subject implements java.io.Serializable { ...@@ -1405,4 +1398,27 @@ public final class Subject implements java.io.Serializable {
return set.add(o); return set.add(o);
} }
} }
static class AuthPermissionHolder {
static final AuthPermission DO_AS_PERMISSION =
new AuthPermission("doAs");
static final AuthPermission DO_AS_PRIVILEGED_PERMISSION =
new AuthPermission("doAsPrivileged");
static final AuthPermission SET_READ_ONLY_PERMISSION =
new AuthPermission("setReadOnly");
static final AuthPermission GET_SUBJECT_PERMISSION =
new AuthPermission("getSubject");
static final AuthPermission MODIFY_PRINCIPALS_PERMISSION =
new AuthPermission("modifyPrincipals");
static final AuthPermission MODIFY_PUBLIC_CREDENTIALS_PERMISSION =
new AuthPermission("modifyPublicCredentials");
static final AuthPermission MODIFY_PRIVATE_CREDENTIALS_PERMISSION =
new AuthPermission("modifyPrivateCredentials");
}
} }
...@@ -795,7 +795,6 @@ public abstract class JComponent extends Container implements Serializable, ...@@ -795,7 +795,6 @@ public abstract class JComponent extends Container implements Serializable,
* @see java.awt.Container#paint * @see java.awt.Container#paint
*/ */
protected void paintChildren(Graphics g) { protected void paintChildren(Graphics g) {
boolean isJComponent;
Graphics sg = g; Graphics sg = g;
synchronized(getTreeLock()) { synchronized(getTreeLock()) {
...@@ -826,12 +825,21 @@ public abstract class JComponent extends Container implements Serializable, ...@@ -826,12 +825,21 @@ public abstract class JComponent extends Container implements Serializable,
} }
} }
boolean printing = getFlag(IS_PRINTING); boolean printing = getFlag(IS_PRINTING);
final Window window = SwingUtilities.getWindowAncestor(this);
final boolean isWindowOpaque = window == null || window.isOpaque();
for (; i >= 0 ; i--) { for (; i >= 0 ; i--) {
Component comp = getComponent(i); Component comp = getComponent(i);
isJComponent = (comp instanceof JComponent); if (comp == null) {
if (comp != null && continue;
(isJComponent || isLightweightComponent(comp)) && }
(comp.isVisible() == true)) {
final boolean isJComponent = comp instanceof JComponent;
// Enable painting of heavyweights in non-opaque windows.
// See 6884960
if ((!isWindowOpaque || isJComponent ||
isLightweightComponent(comp)) && comp.isVisible())
{
Rectangle cr; Rectangle cr;
cr = comp.getBounds(tmpRect); cr = comp.getBounds(tmpRect);
...@@ -887,6 +895,8 @@ public abstract class JComponent extends Container implements Serializable, ...@@ -887,6 +895,8 @@ public abstract class JComponent extends Container implements Serializable,
} }
} }
} else { } else {
// The component is either lightweight, or
// heavyweight in a non-opaque window
if (!printing) { if (!printing) {
comp.paint(cg); comp.paint(cg);
} }
...@@ -4868,7 +4878,9 @@ public abstract class JComponent extends Container implements Serializable, ...@@ -4868,7 +4878,9 @@ public abstract class JComponent extends Container implements Serializable,
* @see #revalidate * @see #revalidate
* @see java.awt.Component#invalidate * @see java.awt.Component#invalidate
* @see java.awt.Container#validate * @see java.awt.Container#validate
* @see java.awt.Container#isValidateRoot
*/ */
@Override
public boolean isValidateRoot() { public boolean isValidateRoot() {
return false; return false;
} }
......
...@@ -1330,7 +1330,7 @@ public class JEditorPane extends JTextComponent { ...@@ -1330,7 +1330,7 @@ public class JEditorPane extends JTextComponent {
*/ */
public Dimension getPreferredSize() { public Dimension getPreferredSize() {
Dimension d = super.getPreferredSize(); Dimension d = super.getPreferredSize();
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
TextUI ui = getUI(); TextUI ui = getUI();
int prefWidth = d.width; int prefWidth = d.width;
...@@ -1452,7 +1452,7 @@ public class JEditorPane extends JTextComponent { ...@@ -1452,7 +1452,7 @@ public class JEditorPane extends JTextComponent {
* match its own, false otherwise * match its own, false otherwise
*/ */
public boolean getScrollableTracksViewportWidth() { public boolean getScrollableTracksViewportWidth() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
TextUI ui = getUI(); TextUI ui = getUI();
int w = port.getWidth(); int w = port.getWidth();
...@@ -1474,7 +1474,7 @@ public class JEditorPane extends JTextComponent { ...@@ -1474,7 +1474,7 @@ public class JEditorPane extends JTextComponent {
* false otherwise * false otherwise
*/ */
public boolean getScrollableTracksViewportHeight() { public boolean getScrollableTracksViewportHeight() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
TextUI ui = getUI(); TextUI ui = getUI();
int h = port.getHeight(); int h = port.getHeight();
......
...@@ -2722,7 +2722,7 @@ public class JList extends JComponent implements Scrollable, Accessible ...@@ -2722,7 +2722,7 @@ public class JList extends JComponent implements Scrollable, Accessible
getVisibleRowCount() <= 0) { getVisibleRowCount() <= 0) {
return true; return true;
} }
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
return port.getWidth() > getPreferredSize().width; return port.getWidth() > getPreferredSize().width;
} }
...@@ -2748,7 +2748,7 @@ public class JList extends JComponent implements Scrollable, Accessible ...@@ -2748,7 +2748,7 @@ public class JList extends JComponent implements Scrollable, Accessible
getVisibleRowCount() <= 0) { getVisibleRowCount() <= 0) {
return true; return true;
} }
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
return port.getHeight() > getPreferredSize().height; return port.getHeight() > getPreferredSize().height;
} }
......
...@@ -725,8 +725,10 @@ public class JRootPane extends JComponent implements Accessible { ...@@ -725,8 +725,10 @@ public class JRootPane extends JComponent implements Accessible {
* because both classes override <code>isValidateRoot</code> to return true. * because both classes override <code>isValidateRoot</code> to return true.
* *
* @see JComponent#isValidateRoot * @see JComponent#isValidateRoot
* @see java.awt.Container#isValidateRoot
* @return true * @return true
*/ */
@Override
public boolean isValidateRoot() { public boolean isValidateRoot() {
return true; return true;
} }
......
...@@ -453,10 +453,12 @@ public class JScrollPane extends JComponent implements ScrollPaneConstants, Acce ...@@ -453,10 +453,12 @@ public class JScrollPane extends JComponent implements ScrollPaneConstants, Acce
* @see java.awt.Container#validate * @see java.awt.Container#validate
* @see JComponent#revalidate * @see JComponent#revalidate
* @see JComponent#isValidateRoot * @see JComponent#isValidateRoot
* @see java.awt.Container#isValidateRoot
* *
* @beaninfo * @beaninfo
* hidden: true * hidden: true
*/ */
@Override
public boolean isValidateRoot() { public boolean isValidateRoot() {
return true; return true;
} }
......
...@@ -947,10 +947,12 @@ public class JSplitPane extends JComponent implements Accessible ...@@ -947,10 +947,12 @@ public class JSplitPane extends JComponent implements Accessible
* *
* @return true * @return true
* @see JComponent#revalidate * @see JComponent#revalidate
* @see java.awt.Container#isValidateRoot
* *
* @beaninfo * @beaninfo
* hidden: true * hidden: true
*/ */
@Override
public boolean isValidateRoot() { public boolean isValidateRoot() {
return true; return true;
} }
......
...@@ -57,6 +57,7 @@ import sun.swing.SwingUtilities2; ...@@ -57,6 +57,7 @@ import sun.swing.SwingUtilities2;
import sun.swing.SwingUtilities2.Section; import sun.swing.SwingUtilities2.Section;
import static sun.swing.SwingUtilities2.Section.*; import static sun.swing.SwingUtilities2.Section.*;
import sun.swing.PrintingStatus; import sun.swing.PrintingStatus;
import sun.swing.SwingLazyValue;
/** /**
* The <code>JTable</code> is used to display and edit regular two-dimensional tables * The <code>JTable</code> is used to display and edit regular two-dimensional tables
...@@ -718,7 +719,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -718,7 +719,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
* @see #addNotify * @see #addNotify
*/ */
protected void configureEnclosingScrollPane() { protected void configureEnclosingScrollPane() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
Container gp = port.getParent(); Container gp = port.getParent();
if (gp instanceof JScrollPane) { if (gp instanceof JScrollPane) {
...@@ -727,7 +728,8 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -727,7 +728,8 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
// example, the rowHeaderView of the scrollPane - // example, the rowHeaderView of the scrollPane -
// an implementor of fixed columns might do this. // an implementor of fixed columns might do this.
JViewport viewport = scrollPane.getViewport(); JViewport viewport = scrollPane.getViewport();
if (viewport == null || viewport.getView() != this) { if (viewport == null ||
SwingUtilities.getUnwrappedView(viewport) != this) {
return; return;
} }
scrollPane.setColumnHeaderView(getTableHeader()); scrollPane.setColumnHeaderView(getTableHeader());
...@@ -750,7 +752,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -750,7 +752,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
* from configureEnclosingScrollPane() and updateUI() in a safe manor. * from configureEnclosingScrollPane() and updateUI() in a safe manor.
*/ */
private void configureEnclosingScrollPaneUI() { private void configureEnclosingScrollPaneUI() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
Container gp = port.getParent(); Container gp = port.getParent();
if (gp instanceof JScrollPane) { if (gp instanceof JScrollPane) {
...@@ -759,7 +761,8 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -759,7 +761,8 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
// example, the rowHeaderView of the scrollPane - // example, the rowHeaderView of the scrollPane -
// an implementor of fixed columns might do this. // an implementor of fixed columns might do this.
JViewport viewport = scrollPane.getViewport(); JViewport viewport = scrollPane.getViewport();
if (viewport == null || viewport.getView() != this) { if (viewport == null ||
SwingUtilities.getUnwrappedView(viewport) != this) {
return; return;
} }
// scrollPane.getViewport().setBackingStoreEnabled(true); // scrollPane.getViewport().setBackingStoreEnabled(true);
...@@ -819,7 +822,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -819,7 +822,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
* @since 1.3 * @since 1.3
*/ */
protected void unconfigureEnclosingScrollPane() { protected void unconfigureEnclosingScrollPane() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
Container gp = port.getParent(); Container gp = port.getParent();
if (gp instanceof JScrollPane) { if (gp instanceof JScrollPane) {
...@@ -828,7 +831,8 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -828,7 +831,8 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
// example, the rowHeaderView of the scrollPane - // example, the rowHeaderView of the scrollPane -
// an implementor of fixed columns might do this. // an implementor of fixed columns might do this.
JViewport viewport = scrollPane.getViewport(); JViewport viewport = scrollPane.getViewport();
if (viewport == null || viewport.getView() != this) { if (viewport == null ||
SwingUtilities.getUnwrappedView(viewport) != this) {
return; return;
} }
scrollPane.setColumnHeaderView(null); scrollPane.setColumnHeaderView(null);
...@@ -5215,7 +5219,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -5215,7 +5219,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
* @see #getFillsViewportHeight * @see #getFillsViewportHeight
*/ */
public boolean getScrollableTracksViewportHeight() { public boolean getScrollableTracksViewportHeight() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
return getFillsViewportHeight() return getFillsViewportHeight()
&& port != null && port != null
&& port.getHeight() > getPreferredSize().height; && port.getHeight() > getPreferredSize().height;
...@@ -5316,7 +5320,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -5316,7 +5320,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
} }
private void setLazyValue(Hashtable h, Class c, String s) { private void setLazyValue(Hashtable h, Class c, String s) {
h.put(c, new UIDefaults.ProxyLazyValue(s)); h.put(c, new SwingLazyValue(s));
} }
private void setLazyRenderer(Class c, String s) { private void setLazyRenderer(Class c, String s) {
......
...@@ -288,9 +288,11 @@ public class JTextField extends JTextComponent implements SwingConstants { ...@@ -288,9 +288,11 @@ public class JTextField extends JTextComponent implements SwingConstants {
* *
* @see JComponent#revalidate * @see JComponent#revalidate
* @see JComponent#isValidateRoot * @see JComponent#isValidateRoot
* @see java.awt.Container#isValidateRoot
*/ */
@Override
public boolean isValidateRoot() { public boolean isValidateRoot() {
return SwingUtilities2.getViewport(this) == null; return SwingUtilities.getParentViewport(this) == null;
} }
......
...@@ -3498,7 +3498,7 @@ public class JTree extends JComponent implements Scrollable, Accessible ...@@ -3498,7 +3498,7 @@ public class JTree extends JComponent implements Scrollable, Accessible
* @see Scrollable#getScrollableTracksViewportWidth * @see Scrollable#getScrollableTracksViewportWidth
*/ */
public boolean getScrollableTracksViewportWidth() { public boolean getScrollableTracksViewportWidth() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
return port.getWidth() > getPreferredSize().width; return port.getWidth() > getPreferredSize().width;
} }
...@@ -3515,7 +3515,7 @@ public class JTree extends JComponent implements Scrollable, Accessible ...@@ -3515,7 +3515,7 @@ public class JTree extends JComponent implements Scrollable, Accessible
* @see Scrollable#getScrollableTracksViewportHeight * @see Scrollable#getScrollableTracksViewportHeight
*/ */
public boolean getScrollableTracksViewportHeight() { public boolean getScrollableTracksViewportHeight() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
return port.getHeight() > getPreferredSize().height; return port.getHeight() > getPreferredSize().height;
} }
......
...@@ -469,49 +469,12 @@ public class JViewport extends JComponent implements Accessible ...@@ -469,49 +469,12 @@ public class JViewport extends JComponent implements Accessible
* is the synchronous version of a <code>revalidate</code>. * is the synchronous version of a <code>revalidate</code>.
*/ */
private void validateView() { private void validateView() {
Component validateRoot = null; Component validateRoot = SwingUtilities.getValidateRoot(this, false);
/* Find the first JComponent ancestor of this component whose
* isValidateRoot() method returns true.
*/
for(Component c = this; c != null; c = c.getParent()) {
if ((c instanceof CellRendererPane) || (c.getPeer() == null)) {
return;
}
if ((c instanceof JComponent) &&
(((JComponent)c).isValidateRoot())) {
validateRoot = c;
break;
}
}
// If no validateRoot, nothing to validate from.
if (validateRoot == null) { if (validateRoot == null) {
return; return;
} }
// Make sure all ancestors are visible.
Component root = null;
for(Component c = validateRoot; c != null; c = c.getParent()) {
// We don't check isVisible here, otherwise if the component
// is contained in something like a JTabbedPane when the
// component is made visible again it won't have scrolled
// to the correct location.
if (c.getPeer() == null) {
return;
}
if ((c instanceof Window) || (c instanceof Applet)) {
root = c;
break;
}
}
// Make sure there is a Window ancestor.
if (root == null) {
return;
}
// Validate the root. // Validate the root.
validateRoot.validate(); validateRoot.validate();
......
...@@ -310,47 +310,13 @@ public class RepaintManager ...@@ -310,47 +310,13 @@ public class RepaintManager
delegate.addInvalidComponent(invalidComponent); delegate.addInvalidComponent(invalidComponent);
return; return;
} }
Component validateRoot = null; Component validateRoot =
SwingUtilities.getValidateRoot(invalidComponent, true);
/* Find the first JComponent ancestor of this component whose
* isValidateRoot() method returns true.
*/
for(Component c = invalidComponent; c != null; c = c.getParent()) {
if ((c instanceof CellRendererPane) || (c.getPeer() == null)) {
return;
}
if ((c instanceof JComponent) && (((JComponent)c).isValidateRoot())) {
validateRoot = c;
break;
}
}
/* There's no validateRoot to apply validate to, so we're done.
*/
if (validateRoot == null) { if (validateRoot == null) {
return; return;
} }
/* If the validateRoot and all of its ancestors aren't visible
* then we don't do anything. While we're walking up the tree
* we find the root Window or Applet.
*/
Component root = null;
for(Component c = validateRoot; c != null; c = c.getParent()) {
if (!c.isVisible() || (c.getPeer() == null)) {
return;
}
if ((c instanceof Window) || (c instanceof Applet)) {
root = c;
break;
}
}
if (root == null) {
return;
}
/* Lazily create the invalidateComponents vector and add the /* Lazily create the invalidateComponents vector and add the
* validateRoot if it's not there already. If this validateRoot * validateRoot if it's not there already. If this validateRoot
* is already in the vector, we're done. * is already in the vector, we're done.
......
...@@ -1967,4 +1967,114 @@ public class SwingUtilities implements SwingConstants ...@@ -1967,4 +1967,114 @@ public class SwingUtilities implements SwingConstants
SwingUtilities.updateComponentTreeUI(component); SwingUtilities.updateComponentTreeUI(component);
} }
} }
/**
* Looks for the first ancestor of the {@code component}
* which is not an instance of {@link JLayer}.
* If this ancestor is an instance of {@code JViewport},
* this {@code JViewport} is returned, otherwise returns {@code null}.
* The following way of obtaining the parent {@code JViewport}
* is not recommended any more:
* <pre>
* JViewport port = null;
* Container parent = component.getParent();
* // not recommended any more
* if(parent instanceof JViewport) {
* port = (JViewport) parent;
* }
* </pre>
* Here is the way to go:
* <pre>
* // the correct way:
* JViewport port = SwingUtilities.getParentViewport(component);
* </pre>
* @param component {@code Component} to get the parent {@code JViewport} of.
* @return the {@code JViewport} instance for the {@code component}
* or {@code null}
* @throws NullPointerException if {@code component} is {@code null}
*
* @since 1.7
*/
public static JViewport getParentViewport(Component component) {
do {
component = component.getParent();
if (component instanceof JViewport) {
return (JViewport) component;
}
} while(component instanceof JLayer);
return null;
}
/**
* Returns the first {@code JViewport}'s descendant
* which is not an instance of {@code JLayer} or {@code null}.
*
* If the {@code viewport}'s view component is not a {@code JLayer},
* this method is equal to {@link JViewport#getView()}
* otherwise {@link JLayer#getView()} will be recursively tested
*
* @return the first {@code JViewport}'s descendant
* which is not an instance of {@code JLayer} or {@code null}.
*
* @throws NullPointerException if {@code viewport} is {@code null}
* @see JViewport#getView()
* @see JLayer
*/
static Component getUnwrappedView(JViewport viewport) {
Component view = viewport.getView();
while (view instanceof JLayer) {
view = ((JLayer)view).getView();
}
return view;
}
/**
* Retrieves the validate root of a given container.
*
* If the container is contained within a {@code CellRendererPane}, this
* method returns {@code null} due to the synthetic nature of the {@code
* CellRendererPane}.
* <p>
* The component hierarchy must be displayable up to the toplevel component
* (either a {@code Frame} or an {@code Applet} object.) Otherwise this
* method returns {@code null}.
* <p>
* If the {@code visibleOnly} argument is {@code true}, the found validate
* root and all its parents up to the toplevel component must also be
* visible. Otherwise this method returns {@code null}.
*
* @return the validate root of the given container or null
* @see java.awt.Component#isDisplayable()
* @see java.awt.Component#isVisible()
* @since 1.7
*/
static Container getValidateRoot(Container c, boolean visibleOnly) {
Container root = null;
for (; c != null; c = c.getParent())
{
if (!c.isDisplayable() || c instanceof CellRendererPane) {
return null;
}
if (c.isValidateRoot()) {
root = c;
break;
}
}
if (root == null) {
return null;
}
for (; c != null; c = c.getParent()) {
if (!c.isDisplayable() || (visibleOnly && !c.isVisible())) {
return null;
}
if (c instanceof Window || c instanceof Applet) {
return root;
}
}
return null;
}
} }
...@@ -486,7 +486,7 @@ public class BasicDirectoryModel extends AbstractListModel implements PropertyCh ...@@ -486,7 +486,7 @@ public class BasicDirectoryModel extends AbstractListModel implements PropertyCh
} }
if (remSize > 0 && addSize == 0) { if (remSize > 0 && addSize == 0) {
fireIntervalRemoved(BasicDirectoryModel.this, remStart, remStart + remSize - 1); fireIntervalRemoved(BasicDirectoryModel.this, remStart, remStart + remSize - 1);
} else if (addSize > 0 && remSize == 0 && fileCache.size() > addSize) { } else if (addSize > 0 && remSize == 0 && addStart + addSize <= fileCache.size()) {
fireIntervalAdded(BasicDirectoryModel.this, addStart, addStart + addSize - 1); fireIntervalAdded(BasicDirectoryModel.this, addStart, addStart + addSize - 1);
} else { } else {
fireContentsChanged(); fireContentsChanged();
......
...@@ -32,6 +32,7 @@ import javax.swing.*; ...@@ -32,6 +32,7 @@ import javax.swing.*;
import javax.swing.plaf.*; import javax.swing.plaf.*;
import sun.swing.SwingUtilities2; import sun.swing.SwingUtilities2;
import sun.swing.PrintColorUIResource; import sun.swing.PrintColorUIResource;
import sun.swing.SwingLazyValue;
/** /**
* The default theme for the {@code MetalLookAndFeel}. * The default theme for the {@code MetalLookAndFeel}.
...@@ -128,7 +129,7 @@ public class OceanTheme extends DefaultMetalTheme { ...@@ -128,7 +129,7 @@ public class OceanTheme extends DefaultMetalTheme {
* @throws NullPointerException if {@code table} is {@code null} * @throws NullPointerException if {@code table} is {@code null}
*/ */
public void addCustomEntriesToTable(UIDefaults table) { public void addCustomEntriesToTable(UIDefaults table) {
Object focusBorder = new UIDefaults.ProxyLazyValue( Object focusBorder = new SwingLazyValue(
"javax.swing.plaf.BorderUIResource$LineBorderUIResource", "javax.swing.plaf.BorderUIResource$LineBorderUIResource",
new Object[] {getPrimary1()}); new Object[] {getPrimary1()});
// .30 0 DDE8F3 white secondary2 // .30 0 DDE8F3 white secondary2
......
...@@ -638,7 +638,7 @@ class SynthTableUI extends BasicTableUI implements SynthUI, ...@@ -638,7 +638,7 @@ class SynthTableUI extends BasicTableUI implements SynthUI,
if ((b == null || b instanceof UIResource if ((b == null || b instanceof UIResource
|| component instanceof SynthBooleanTableCellRenderer) || component instanceof SynthBooleanTableCellRenderer)
&& !table.isCellSelected(row, column)) { && !table.isCellSelected(row, column)) {
if (alternateColor != null && row % 2 == 0) { if (alternateColor != null && row % 2 != 0) {
component.setBackground(alternateColor); component.setBackground(alternateColor);
} }
} }
......
...@@ -214,9 +214,10 @@ public class DefaultTableCellRenderer extends JLabel ...@@ -214,9 +214,10 @@ public class DefaultTableCellRenderer extends JLabel
: table.getBackground(); : table.getBackground();
if (background == null || background instanceof javax.swing.plaf.UIResource) { if (background == null || background instanceof javax.swing.plaf.UIResource) {
Color alternateColor = DefaultLookup.getColor(this, ui, "Table.alternateRowColor"); Color alternateColor = DefaultLookup.getColor(this, ui, "Table.alternateRowColor");
if (alternateColor != null && row % 2 == 0) if (alternateColor != null && row % 2 != 0) {
background = alternateColor; background = alternateColor;
} }
}
super.setForeground(unselectedForeground != null super.setForeground(unselectedForeground != null
? unselectedForeground ? unselectedForeground
: table.getForeground()); : table.getForeground());
......
...@@ -2069,7 +2069,7 @@ public abstract class JTextComponent extends JComponent implements Scrollable, A ...@@ -2069,7 +2069,7 @@ public abstract class JTextComponent extends JComponent implements Scrollable, A
* width to match its own * width to match its own
*/ */
public boolean getScrollableTracksViewportWidth() { public boolean getScrollableTracksViewportWidth() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
return port.getWidth() > getPreferredSize().width; return port.getWidth() > getPreferredSize().width;
} }
...@@ -2090,7 +2090,7 @@ public abstract class JTextComponent extends JComponent implements Scrollable, A ...@@ -2090,7 +2090,7 @@ public abstract class JTextComponent extends JComponent implements Scrollable, A
* to match its own * to match its own
*/ */
public boolean getScrollableTracksViewportHeight() { public boolean getScrollableTracksViewportHeight() {
JViewport port = SwingUtilities2.getViewport(this); JViewport port = SwingUtilities.getParentViewport(this);
if (port != null) { if (port != null) {
return (port.getHeight() > getPreferredSize().height); return (port.getHeight() > getPreferredSize().height);
} }
......
/* /*
* Copyright 2000-2001 Sun Microsystems, Inc. All Rights Reserved. * Copyright 2000-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -678,7 +678,7 @@ public interface GSSContext { ...@@ -678,7 +678,7 @@ public interface GSSContext {
* are not definitive then the method will attempt to treat all * are not definitive then the method will attempt to treat all
* available bytes as part of the token.<p> * available bytes as part of the token.<p>
* *
* Other than the possible blocking behaviour described above, this * Other than the possible blocking behavior described above, this
* method is equivalent to the byte array based {@link #unwrap(byte[], * method is equivalent to the byte array based {@link #unwrap(byte[],
* int, int, MessageProp) unwrap} method.<p> * int, int, MessageProp) unwrap} method.<p>
* *
...@@ -826,7 +826,7 @@ public interface GSSContext { ...@@ -826,7 +826,7 @@ public interface GSSContext {
* are not definitive then the method will attempt to treat all * are not definitive then the method will attempt to treat all
* available bytes as part of the token.<p> * available bytes as part of the token.<p>
* *
* Other than the possible blocking behaviour described above, this * Other than the possible blocking behavior described above, this
* method is equivalent to the byte array based {@link #verifyMIC(byte[], * method is equivalent to the byte array based {@link #verifyMIC(byte[],
* int, int, byte[], int, int, MessageProp) verifyMIC} method.<p> * int, int, byte[], int, int, MessageProp) verifyMIC} method.<p>
* *
...@@ -917,7 +917,7 @@ public interface GSSContext { ...@@ -917,7 +917,7 @@ public interface GSSContext {
* getMutualAuthState} method.<p> * getMutualAuthState} method.<p>
* *
* @param state a boolean value indicating whether mutual * @param state a boolean value indicating whether mutual
* authentication shouls be used or not. * authentication should be used or not.
* @see #getMutualAuthState() * @see #getMutualAuthState()
* *
* @throws GSSException containing the following * @throws GSSException containing the following
...@@ -928,7 +928,7 @@ public interface GSSContext { ...@@ -928,7 +928,7 @@ public interface GSSContext {
/** /**
* Requests that replay detection be enabled for the * Requests that replay detection be enabled for the
* per-message security services after context establishemnt. This * per-message security services after context establishment. This
* request can only be made on the context initiator's side and it has * request can only be made on the context initiator's side and it has
* to be done prior to the first call to * to be done prior to the first call to
* <code>initSecContext</code>. During context establishment replay * <code>initSecContext</code>. During context establishment replay
...@@ -958,7 +958,7 @@ public interface GSSContext { ...@@ -958,7 +958,7 @@ public interface GSSContext {
/** /**
* Requests that sequence checking be enabled for the * Requests that sequence checking be enabled for the
* per-message security services after context establishemnt. This * per-message security services after context establishment. This
* request can only be made on the context initiator's side and it has * request can only be made on the context initiator's side and it has
* to be done prior to the first call to * to be done prior to the first call to
* <code>initSecContext</code>. During context establishment sequence * <code>initSecContext</code>. During context establishment sequence
......
...@@ -358,8 +358,10 @@ class ExecutableInputMethodManager extends InputMethodManager ...@@ -358,8 +358,10 @@ class ExecutableInputMethodManager extends InputMethodManager
AppContext requesterAppContext = SunToolkit.targetToAppContext(requester); AppContext requesterAppContext = SunToolkit.targetToAppContext(requester);
synchronized (lock) { synchronized (lock) {
SunToolkit.postEvent(requesterAppContext, event); SunToolkit.postEvent(requesterAppContext, event);
while (!event.isDispatched()) {
lock.wait(); lock.wait();
} }
}
Throwable eventThrowable = event.getThrowable(); Throwable eventThrowable = event.getThrowable();
if (eventThrowable != null) { if (eventThrowable != null) {
......
...@@ -201,6 +201,8 @@ public abstract class ShellFolder extends File { ...@@ -201,6 +201,8 @@ public abstract class ShellFolder extends File {
private static ShellFolderManager shellFolderManager; private static ShellFolderManager shellFolderManager;
private static Invoker invoker;
static { static {
String managerClassName = (String)Toolkit.getDefaultToolkit(). String managerClassName = (String)Toolkit.getDefaultToolkit().
getDesktopProperty("Shell.shellFolderManager"); getDesktopProperty("Shell.shellFolderManager");
...@@ -225,6 +227,8 @@ public abstract class ShellFolder extends File { ...@@ -225,6 +227,8 @@ public abstract class ShellFolder extends File {
throw new Error ("Could not access Shell Folder Manager: " throw new Error ("Could not access Shell Folder Manager: "
+ managerClass.getName()); + managerClass.getName());
} }
invoker = shellFolderManager.createInvoker();
} }
/** /**
...@@ -486,21 +490,6 @@ public abstract class ShellFolder extends File { ...@@ -486,21 +490,6 @@ public abstract class ShellFolder extends File {
return null; return null;
} }
private static Invoker invoker;
/**
* Provides the single access point to the {@link Invoker}. It is guaranteed that the value
* returned by this method will be always the same.
*
* @return the singleton instance of {@link Invoker}
*/
public static Invoker getInvoker() {
if (invoker == null) {
invoker = shellFolderManager.createInvoker();
}
return invoker;
}
/** /**
* Invokes the {@code task} which doesn't throw checked exceptions * Invokes the {@code task} which doesn't throw checked exceptions
* from its {@code call} method. If invokation is interrupted then Thread.currentThread().isInterrupted() will * from its {@code call} method. If invokation is interrupted then Thread.currentThread().isInterrupted() will
...@@ -522,7 +511,7 @@ public abstract class ShellFolder extends File { ...@@ -522,7 +511,7 @@ public abstract class ShellFolder extends File {
public static <T, E extends Throwable> T invoke(Callable<T> task, Class<E> exceptionClass) public static <T, E extends Throwable> T invoke(Callable<T> task, Class<E> exceptionClass)
throws InterruptedException, E { throws InterruptedException, E {
try { try {
return getInvoker().invoke(task); return invoker.invoke(task);
} catch (Exception e) { } catch (Exception e) {
if (e instanceof RuntimeException) { if (e instanceof RuntimeException) {
// Rethrow unchecked exceptions // Rethrow unchecked exceptions
......
...@@ -320,21 +320,6 @@ public abstract class Font2D { ...@@ -320,21 +320,6 @@ public abstract class Font2D {
lastFontStrike = new SoftReference(strike); lastFontStrike = new SoftReference(strike);
StrikeCache.refStrike(strike); StrikeCache.refStrike(strike);
return strike; return strike;
} else {
/* We have found a cleared reference that has not yet
* been removed by the disposer.
* If we make this reference unreachable by removing it
* from the map,or overwriting it with a new reference to
* a new strike, then it is possible it may never be
* enqueued for disposal. That is the implication of
* the docs for java.lang.ref. So on finding a cleared
* reference, we need to dispose the native resources,
* if they haven't already been freed.
* The reference object needs to have a reference to
* the disposer instance for this to occur.
*/
((StrikeCache.DisposableStrike)strikeRef)
.getDisposer().dispose();
} }
} }
/* When we create a new FontStrike instance, we *must* /* When we create a new FontStrike instance, we *must*
......
...@@ -171,7 +171,7 @@ public final class FontDesignMetrics extends FontMetrics { ...@@ -171,7 +171,7 @@ public final class FontDesignMetrics extends FontMetrics {
* out we can clear the keys from the table. * out we can clear the keys from the table.
*/ */
private static class KeyReference extends SoftReference private static class KeyReference extends SoftReference
implements DisposerRecord { implements DisposerRecord, Disposer.PollDisposable {
static ReferenceQueue queue = Disposer.getQueue(); static ReferenceQueue queue = Disposer.getQueue();
......
...@@ -257,7 +257,6 @@ public final class SunGraphics2D ...@@ -257,7 +257,6 @@ public final class SunGraphics2D
font = defaultFont; font = defaultFont;
} }
loops = sd.getRenderLoops(this);
setDevClip(sd.getBounds()); setDevClip(sd.getBounds());
invalidatePipe(); invalidatePipe();
} }
...@@ -367,6 +366,7 @@ public final class SunGraphics2D ...@@ -367,6 +366,7 @@ public final class SunGraphics2D
shapepipe = invalidpipe; shapepipe = invalidpipe;
textpipe = invalidpipe; textpipe = invalidpipe;
imagepipe = invalidpipe; imagepipe = invalidpipe;
loops = null;
} }
public void validatePipe() { public void validatePipe() {
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册