jmasa [Thu, 25 Oct 2012 12:59:37 -0700] rev 14124
8001584: NPG: Incorrect assertion in BinaryTreeDictionary::get_chunk()
Reviewed-by: johnc, tamao
jmasa [Tue, 18 Sep 2012 23:35:42 -0700] rev 14123
7045397: NPG: Add freelists to class loader arenas.
Reviewed-by: coleenp, stefank, jprovino, ohair
coleenp [Mon, 22 Oct 2012 12:01:35 -0400] rev 14122
Merge
zgu [Fri, 19 Oct 2012 18:55:08 -0700] rev 14121
Merge
zgu [Fri, 19 Oct 2012 21:40:07 -0400] rev 14120
7199092: NMT: NMT needs to deal overlapped virtual memory ranges
Summary: Enhanced virtual memory tracking to track committed regions as well as reserved regions, so NMT now can generate virtual memory map.
Reviewed-by: acorn, coleenp
minqi [Fri, 19 Oct 2012 08:58:14 -0700] rev 14119
8001055: Bytes.swap should follow big endian
Summary: This is a mistake change in 6879063 about Bytes.swap. Java byte code order always follows big endian, but in that change, assume they follow native platform order that is not right.
Reviewed-by: coleenp, sspitsyn, dholmes
Contributed-by: yumin.qi@oracle.com
minqi [Fri, 19 Oct 2012 08:56:57 -0700] rev 14118
8000818: SA constant pool need to reference to reference map after permgen removal
Summary: After permgen removal, constant pool changed to put _ldc and _ldc_w (fast_ldc and fast_ldcw) index to reference map, no longer calculated via constant pool cache.
Reviewed-by: coleenp, sspitsyn, dholmes
Contributed-by: yumin.qi@oracle.com
coleenp [Thu, 18 Oct 2012 13:09:47 -0400] rev 14117
7053130: hs_err file does not record specified CLASSPATH
Summary: Added code to write the value of the java.class.path property to the hs_err file.
Reviewed-by: kmo, dholmes, kvn
Contributed-by: harold.seigel@oracle.com
coleenp [Thu, 18 Oct 2012 13:08:13 -0400] rev 14116
7188233: UseVMInterruptibleIO flag deprecate for JDK8
Summary: The -XX:+UseVMInterruptibleIO flag is deprecated for JDK8. The flag will still enable Interruptible IO on Solaris, but users will get a warning.
Reviewed-by: dholmes, acorn, alanb
Contributed-by: harold.seigel@oracle.com
amurillo [Fri, 19 Oct 2012 11:26:17 -0700] rev 14115
8001176: new hotspot build - hs25-b07
Reviewed-by: jcoomes
katleman [Thu, 25 Oct 2012 09:53:16 -0700] rev 14114
Added tag jdk8-b62 for changeset e3e135066607
katleman [Wed, 31 Oct 2012 18:30:07 -0700] rev 14113
Merge
ihse [Mon, 29 Oct 2012 14:06:57 -0700] rev 14112
8001897: build-infra: misc adjustments to configure script
Reviewed-by: ohair
ohair [Fri, 26 Oct 2012 14:29:57 -0700] rev 14111
8000992: Update new build-infra makefiles
Summary: Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also changes from ohair, tbell, and dholmes. Special credit to ohstrom for his smartjavac work.
Reviewed-by: erikj, ihse, dholmes, tbell
lana [Thu, 25 Oct 2012 20:04:23 -0700] rev 14110
Merge
lana [Tue, 23 Oct 2012 09:40:39 -0700] rev 14109
Merge
lana [Fri, 12 Oct 2012 14:46:47 -0700] rev 14108
Merge
alanb [Tue, 09 Oct 2012 13:25:27 +0100] rev 14107
7173494: some jdk tests are not run in test/Makefile
Reviewed-by: chegar, mchung, mduigou, iris
katleman [Thu, 25 Oct 2012 09:52:58 -0700] rev 14106
Added tag jdk8-b62 for changeset b2bf9e584614
duke [Wed, 05 Jul 2017 18:26:51 +0200] rev 14105
Added tag jdk8-b62 for changeset 8d9d430b4244
duke [Wed, 05 Jul 2017 18:26:51 +0200] rev 14104
Merge
duke [Wed, 05 Jul 2017 18:26:46 +0200] rev 14103
Merge
katleman [Thu, 18 Oct 2012 11:09:45 -0700] rev 14102
Added tag jdk8-b61 for changeset 539f9d08a9e5
duke [Wed, 05 Jul 2017 18:26:42 +0200] rev 14101
Merge
katleman [Thu, 18 Oct 2012 11:08:36 -0700] rev 14100
Added tag jdk8-b61 for changeset 3d833bc526da
duke [Wed, 05 Jul 2017 18:26:38 +0200] rev 14099
Merge
katleman [Thu, 18 Oct 2012 11:08:30 -0700] rev 14098
Added tag jdk8-b61 for changeset 877dd5308e32
duke [Wed, 05 Jul 2017 18:26:35 +0200] rev 14097
Merge
katleman [Wed, 24 Oct 2012 13:11:45 -0700] rev 14096
Merge
tbell [Tue, 23 Oct 2012 10:10:39 -0700] rev 14095
7152336: Enable builds on Windows with MinGW/MSYS
Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7
Reviewed-by: ohair, tbell
Contributed-by: volker.simonis@gmail.com
katleman [Thu, 18 Oct 2012 11:07:46 -0700] rev 14094
Added tag jdk8-b61 for changeset e4251351a6dd
duke [Wed, 05 Jul 2017 18:26:30 +0200] rev 14093
Merge
katleman [Wed, 24 Oct 2012 13:14:18 -0700] rev 14092
Merge
tbell [Tue, 23 Oct 2012 10:10:23 -0700] rev 14091
7152336: Enable builds on Windows with MinGW/MSYS
Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7
Reviewed-by: ohair, tbell
Contributed-by: volker.simonis@gmail.com
kamg [Mon, 22 Oct 2012 20:12:19 -0400] rev 14090
8001225: Disable jdk regression test java/lang/System/Versions.java until jdk's classfile version code is updated
Summary: Exclude java/lang/System/Versions.java test
Reviewed-by: sspitsyn, coleenp
twisti [Fri, 19 Oct 2012 17:04:35 -0700] rev 14089
8000989: smaller code changes to make future JSR 292 backports easier
Reviewed-by: jrose
katleman [Thu, 18 Oct 2012 11:09:00 -0700] rev 14088
Added tag jdk8-b61 for changeset 1a8b3b760f60
duke [Wed, 05 Jul 2017 18:26:26 +0200] rev 14087
Merge
amurillo [Fri, 19 Oct 2012 11:03:04 -0700] rev 14086
Added tag hs25-b06 for changeset 57dfd29e4742
amurillo [Fri, 19 Oct 2012 11:03:04 -0700] rev 14085
Merge
coleenp [Thu, 18 Oct 2012 12:29:56 -0400] rev 14084
Merge
nloodin [Wed, 17 Oct 2012 17:36:48 +0200] rev 14083
8000617: It should be possible to allocate memory without the VM dying.
Reviewed-by: coleenp, kamg
rbackman [Tue, 28 Aug 2012 15:15:29 +0200] rev 14082
7093328: JVMTI: jvmtiPrimitiveFieldCallback always report 0's for static primitives
Reviewed-by: dholmes, dcubed
coleenp [Mon, 15 Oct 2012 22:33:19 -0400] rev 14081
Merge
kevinw [Mon, 15 Oct 2012 16:48:48 +0100] rev 14080
7195151: Multiplatform tescase for 6929067
Reviewed-by: kamg, kvn
kamg [Thu, 11 Oct 2012 14:27:54 -0400] rev 14079
7054345: Support version 52.0 class file in HotSpot
Summary: Accept classfiles with major version 52
Reviewed-by: coleenp, acorn
coleenp [Wed, 10 Oct 2012 17:04:33 -0400] rev 14078
7199068: NPG: SharedSkipVerify is meaningless
Summary: Remove the SharedSkipVerify flag
Reviewed-by: kamg, sspitsyn, coleenp
Contributed-by: harold.seigel@oracle.com
jmasa [Wed, 17 Oct 2012 13:59:57 -0700] rev 14077
Merge
johnc [Mon, 15 Oct 2012 10:02:42 -0700] rev 14076
8000831: Heap verification output incorrect/incomplete
Summary: Restore non-silent output of heap verification.
Reviewed-by: ysr, brutisso, jmasa
stefank [Tue, 09 Oct 2012 22:12:25 +0200] rev 14075
8000659: NPG: ClassCastExceptions are unexpectedly thrown when testing nashorn
Summary: Treat the oops in invoke_method_table() as strong roots when ClassUnloading is enabled.
Reviewed-by: kamg, coleenp
johnc [Mon, 08 Oct 2012 09:12:31 -0700] rev 14074
8000358: G1: metaspace information not printed in PrintHeapAtGC output nor in hs_err file
Summary: Missing call to MetaspaceAux::print_on() in G1CollectedHeap::print_on().
Reviewed-by: azeemj, jmasa
Contributed-by: Mikael Gerdin <mikael.gerdin@oracle.com>
johnc [Sat, 06 Oct 2012 01:17:44 -0700] rev 14073
7127708: G1: change task num types from int to uint in concurrent mark
Summary: Change the type of various task num fields, parameters etc to unsigned and rename them to be more consistent with the other collectors. Code changes were also reviewed by Vitaly Davidovich.
Reviewed-by: johnc
Contributed-by: Kaushik Srenevasan <kaushik@twitter.com>
amurillo [Fri, 12 Oct 2012 14:06:27 -0700] rev 14072
8000834: new hotspot build - hs25-b06
Reviewed-by: jcoomes
katleman [Thu, 18 Oct 2012 11:08:05 -0700] rev 14071
Added tag jdk8-b61 for changeset 929432f0c3b6
katleman [Wed, 24 Oct 2012 13:11:42 -0700] rev 14070
Merge
tbell [Tue, 23 Oct 2012 10:10:49 -0700] rev 14069
7152336: Enable builds on Windows with MinGW/MSYS
Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7
Reviewed-by: ohair, tbell
Contributed-by: volker.simonis@gmail.com
katleman [Thu, 18 Oct 2012 11:07:40 -0700] rev 14068
Added tag jdk8-b61 for changeset 0623a2cf29df
duke [Wed, 05 Jul 2017 18:26:11 +0200] rev 14067
Added tag jdk8-b61 for changeset cdaa6122185f
duke [Wed, 05 Jul 2017 18:26:11 +0200] rev 14066
Merge
duke [Wed, 05 Jul 2017 18:26:07 +0200] rev 14065
Merge
lana [Thu, 11 Oct 2012 17:00:54 -0700] rev 14064
Merge
lana [Mon, 08 Oct 2012 15:40:27 -0700] rev 14063
Merge
mcimadamore [Sat, 06 Oct 2012 10:35:38 +0100] rev 14062
7177386: Add attribution support for method references
Summary: Add type-checking/lookup routines for method references
Reviewed-by: jjg, dlsmith
bpatel [Fri, 05 Oct 2012 14:21:09 -0700] rev 14061
4696488: javadoc doesn't handle UNC paths for destination directory
Reviewed-by: jjg
bpatel [Fri, 05 Oct 2012 14:16:32 -0700] rev 14060
7068595: html files in class-use dir do not get loaded correctly when Frames link is clicked
Reviewed-by: jjg
bpatel [Fri, 05 Oct 2012 14:13:47 -0700] rev 14059
7132631: The help-doc.html generates an invalid link to constant-values.html
Reviewed-by: jjg
mcimadamore [Fri, 05 Oct 2012 14:35:24 +0100] rev 14058
7177385: Add attribution support for lambda expressions
Summary: Add support for function descriptor lookup, functional interface inference and lambda expression type-checking
Reviewed-by: jjg, dlsmith
mcimadamore [Thu, 04 Oct 2012 13:04:53 +0100] rev 14057
7177387: Add target-typing support in method context
Summary: Add support for deferred types and speculative attribution
Reviewed-by: jjg, dlsmith
ksrini [Sat, 29 Sep 2012 09:00:58 -0700] rev 14056
7198582: (java) Minor refactor of JavacParser
Reviewed-by: jjg, ksrini
Contributed-by: jan.lahoda@oracle.com
lana [Fri, 28 Sep 2012 14:57:31 -0700] rev 14055
Merge
jfranck [Fri, 28 Sep 2012 11:39:29 -0700] rev 14054
7199925: Separate compilation breaks check that elements have a default for the containing annotation
Reviewed-by: jjg, mcimadamore
mcimadamore [Fri, 28 Sep 2012 18:50:40 +0100] rev 14053
8000241: langtools doesn't build
Summary: bad merge with langtools tip caused build glitch
Reviewed-by: jjg
mcimadamore [Fri, 28 Sep 2012 16:56:53 +0100] rev 14052
8000233: Fix issues in recent push
Summary: Forgot to incorporate review comments in pushed changesets
Reviewed-by: jjg
mcimadamore [Wed, 26 Sep 2012 14:22:41 +0100] rev 14051
7188968: New instance creation expression using diamond is checked twice
Summary: Unify method and constructor check logic
Reviewed-by: jjg
jjg [Tue, 25 Sep 2012 13:11:05 -0700] rev 14050
7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error
Reviewed-by: mcimadamore
jjg [Tue, 25 Sep 2012 13:06:58 -0700] rev 14049
7193657: provide internal ArrayUtils class to simplify common usage of arrays in javac
Reviewed-by: mcimadamore, jjg
Contributed-by: vicenterz@yahoo.es
mcimadamore [Tue, 25 Sep 2012 11:56:46 +0100] rev 14048
7177306: Regression: unchecked method call does not erase return type
Summary: Spurious extra call to Attr.checkMethod when method call is unchecked
Reviewed-by: jjg, dlsmith
mcimadamore [Tue, 25 Sep 2012 11:55:34 +0100] rev 14047
7175433: Inference cleanup: add helper class to handle inference variables
Summary: Add class to handle inference variables instantiation and associated info
Reviewed-by: jjg, dlsmith
mcimadamore [Tue, 25 Sep 2012 11:53:18 +0100] rev 14046
7194586: Add back-end support for invokedynamic
Summary: Add support for invokedynamic bytecode instruction; includes suppot for generation of all related classfile attributes
Reviewed-by: jjg
mcimadamore [Tue, 25 Sep 2012 11:52:37 +0100] rev 14045
7193913: Cleanup Resolve.findMethod
Summary: Refactor method lookup logic in Resolve.findMethod
Reviewed-by: jjg
jjg [Mon, 24 Sep 2012 14:04:34 -0700] rev 14044
7196462: JavacProcessingEnvironment should tolerate BasicJavacTask
Reviewed-by: mcimadamore
katleman [Thu, 11 Oct 2012 09:50:52 -0700] rev 14043
Added tag jdk8-b60 for changeset e8ce51f159dd
duke [Wed, 05 Jul 2017 18:25:59 +0200] rev 14042
Merge
katleman [Thu, 11 Oct 2012 09:49:47 -0700] rev 14041
Added tag jdk8-b60 for changeset ad9498bbcc27
duke [Wed, 05 Jul 2017 18:25:55 +0200] rev 14040
Merge
katleman [Thu, 11 Oct 2012 09:49:41 -0700] rev 14039
Added tag jdk8-b60 for changeset 77de918f1de3
duke [Wed, 05 Jul 2017 18:25:50 +0200] rev 14038
Merge
lana [Thu, 11 Oct 2012 16:57:31 -0700] rev 14037
Merge
lana [Mon, 08 Oct 2012 15:38:19 -0700] rev 14036
Merge
alanb [Fri, 05 Oct 2012 15:08:10 +0100] rev 14035
7195779: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently, NPE in tie class
Reviewed-by: alanb, coffeys
Contributed-by: jaroslav.bachorik@oracle.com
katleman [Thu, 11 Oct 2012 09:49:03 -0700] rev 14034
Added tag jdk8-b60 for changeset 708d4b770214
duke [Wed, 05 Jul 2017 18:25:45 +0200] rev 14033
Merge
lana [Thu, 11 Oct 2012 16:59:50 -0700] rev 14032
Merge
lana [Mon, 08 Oct 2012 15:39:33 -0700] rev 14031
Merge
weijun [Mon, 08 Oct 2012 10:42:43 +0800] rev 14030
7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true
Reviewed-by: mullan
alanb [Sat, 06 Oct 2012 13:56:16 +0100] rev 14029
8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
Reviewed-by: mchung, forax
naoto [Fri, 05 Oct 2012 09:57:50 -0700] rev 14028
7198834: HOST Adapter: one extra empty space in the end of the pattern string
Reviewed-by: okutsu
naoto [Thu, 04 Oct 2012 21:05:06 -0700] rev 14027
Merge
naoto [Thu, 04 Oct 2012 21:03:36 -0700] rev 14026
7200119: Collator.getAvailableLocales() doesn't return Locale.US
Reviewed-by: okutsu
robm [Thu, 04 Oct 2012 19:53:08 +0100] rev 14025
7184932: Remove the temporary Selector usage in the NIO socket adapters
Reviewed-by: alanb
naoto [Thu, 04 Oct 2012 10:04:56 -0700] rev 14024
7196799: CLDR adapter can not be invoked when region code is specified in Locale
7197573: java/util/Locale/LocaleProviders.sh failed.
Reviewed-by: okutsu
vinnie [Thu, 04 Oct 2012 11:54:16 +0100] rev 14023
Merge
vinnie [Tue, 14 Feb 2012 11:18:32 +0000] rev 14022
7133495: [macosx] KeyChain KeyStore implementation retrieves only one private key entry
Reviewed-by: weijun
peytoia [Thu, 04 Oct 2012 18:05:37 +0900] rev 14021
7201151: Fix Contribution : Java cannot get Windows's IME name correctly
Reviewed-by: okutsu
peytoia [Thu, 04 Oct 2012 11:36:22 +0900] rev 14020
7196316: Wrong rounding mode in DecimalFormat after deserialization
Reviewed-by: okutsu
dxu [Wed, 03 Oct 2012 09:03:53 +0100] rev 14019
6910472: Typo in : java.io.ObjectOutputStream.reset() "refered"
Reviewed-by: dholmes, alanb
peytoia [Wed, 03 Oct 2012 15:11:28 +0900] rev 14018
7104012: AIOOBE from RuleBasedBreakIterator.lookupState for some suppl. chars
Reviewed-by: okutsu
alanb [Tue, 02 Oct 2012 12:23:16 +0100] rev 14017
8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit
Reviewed-by: mullan
psandoz [Tue, 02 Oct 2012 10:36:05 +0100] rev 14016
7197642: (sl) ServiceLoader.load(null) doesn't throw NPE
Reviewed-by: alanb
olagneau [Tue, 02 Oct 2012 10:11:57 +0100] rev 14015
7050528: Improve performance of java.text.DecimalFormat.format() call stack
Reviewed-by: darcy
alanb [Mon, 01 Oct 2012 15:36:57 +0100] rev 14014
8000269: Cleanup javadoc warnings
Reviewed-by: lancea, darcy, ulfzibis, iris, naoto, dholmes
dsamersoff [Sat, 29 Sep 2012 15:44:06 +0400] rev 14013
7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh
Summary: Make test self-terminating and independent to cygwin/mks kill behaviour
Reviewed-by: sspitsyn, alanb
lana [Fri, 28 Sep 2012 14:56:38 -0700] rev 14012
Merge
dxu [Fri, 28 Sep 2012 11:14:20 +0100] rev 14011
6950237: Test java/nio/file/Path/CopyAndMove.java does not work correctly when test dir in on VFAT
Reviewed-by: alanb
weijun [Fri, 28 Sep 2012 17:15:48 +0800] rev 14010
7200682: TEST_BUG: keytool/autotest.sh still has problems with libsoftokn.so
Reviewed-by: alanb, smarks
peytoia [Fri, 28 Sep 2012 14:14:26 +0900] rev 14009
7069824: Support for BCP47 locale matching
Reviewed-by: naoto, okutsu
robm [Fri, 28 Sep 2012 04:39:02 +0100] rev 14008
7199219: Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache
Reviewed-by: chegar
robm [Thu, 27 Sep 2012 22:35:07 +0100] rev 14007
7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
Reviewed-by: chegar
andrew [Thu, 27 Sep 2012 17:55:10 +0100] rev 14006
7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK.
Summary: Allow OpenJDK to use the unlimited crypto policy.
Reviewed-by: wetmore, ohair
alanb [Thu, 27 Sep 2012 10:30:56 +0100] rev 14005
7200742: (se) Selector.select does not block when starting Coherence (sol)
Reviewed-by: chegar