Mon, 25 Mar 2013 16:55:14 -0700 8010521: jdk8 l10n resource file translation update 2
mfang [Mon, 25 Mar 2013 16:55:14 -0700] rev 16570
8010521: jdk8 l10n resource file translation update 2 Reviewed-by: naoto, yhuang
Fri, 22 Mar 2013 10:08:46 -0700 7080464: langtools regression test failures when assertions are enabled
darcy [Fri, 22 Mar 2013 10:08:46 -0700] rev 16569
7080464: langtools regression test failures when assertions are enabled Reviewed-by: jjg
Fri, 22 Mar 2013 12:44:48 +0000 8010387: Javac crashes when diagnostic mentions anonymous inner class' type variables
mcimadamore [Fri, 22 Mar 2013 12:44:48 +0000] rev 16568
8010387: Javac crashes when diagnostic mentions anonymous inner class' type variables Summary: Rich formatter doesn't preprocess supertypes of an anonymous inner class Reviewed-by: jjg
Fri, 22 Mar 2013 12:43:09 +0000 8010303: Graph inference: missing incorporation step causes spurious inference error
mcimadamore [Fri, 22 Mar 2013 12:43:09 +0000] rev 16567
8010303: Graph inference: missing incorporation step causes spurious inference error Summary: Multiple equality constraints on inference vars are not used to generate new inference constraints Reviewed-by: jjg
Fri, 22 Mar 2013 12:41:13 +0000 8009820: AssertionError when compiling java code with two identical static imports
mcimadamore [Fri, 22 Mar 2013 12:41:13 +0000] rev 16566
8009820: AssertionError when compiling java code with two identical static imports Summary: Speculative attribution is carried out twice with same method symbol in case of static imports Reviewed-by: jjg
Fri, 22 Mar 2013 12:39:34 +0000 8010101: Intersection type cast issues redundant unchecked warning
mcimadamore [Fri, 22 Mar 2013 12:39:34 +0000] rev 16565
8010101: Intersection type cast issues redundant unchecked warning Summary: Code for checking intersection type cast is incorrectly swapping operands, leading to spurious warnings Reviewed-by: jjg
Fri, 22 Mar 2013 12:38:12 +0000 8009649: Lambda back-end should generate invokespecial for method handles referring to private instance methods
mcimadamore [Fri, 22 Mar 2013 12:38:12 +0000] rev 16564
8009649: Lambda back-end should generate invokespecial for method handles referring to private instance methods Summary: Private lambda methods should be accessed through invokespecial Reviewed-by: jjg
Wed, 20 Mar 2013 17:41:40 -0700 8010364: Clarify javax.lang.model API for Type Annotations
darcy [Wed, 20 Mar 2013 17:41:40 -0700] rev 16563
8010364: Clarify javax.lang.model API for Type Annotations Reviewed-by: jjg, abuckley
Tue, 19 Mar 2013 19:16:59 -0700 8010317: DocLint incorrectly reports some <pre> tags as empty
jjg [Tue, 19 Mar 2013 19:16:59 -0700] rev 16562
8010317: DocLint incorrectly reports some <pre> tags as empty Reviewed-by: darcy
Tue, 19 Mar 2013 17:05:57 -0700 8010333: Remove com.sun.tools.javac.Server
jjg [Tue, 19 Mar 2013 17:05:57 -0700] rev 16561
8010333: Remove com.sun.tools.javac.Server Reviewed-by: darcy
Tue, 19 Mar 2013 17:04:03 -0700 8010361: fix some langtools findbugs issues
jjg [Tue, 19 Mar 2013 17:04:03 -0700] rev 16560
8010361: fix some langtools findbugs issues Reviewed-by: darcy
Tue, 19 Mar 2013 15:13:44 -0700 8010315: doclint errors in javac public API
jjg [Tue, 19 Mar 2013 15:13:44 -0700] rev 16559
8010315: doclint errors in javac public API Reviewed-by: darcy
Tue, 19 Mar 2013 13:10:40 -0700 8010179: Remove transitional target values from javac
darcy [Tue, 19 Mar 2013 13:10:40 -0700] rev 16558
8010179: Remove transitional target values from javac Reviewed-by: jjg, mcimadamore
Mon, 18 Mar 2013 18:33:13 -0700 8007803: Implement javax.lang.model API for Type Annotations
jjg [Mon, 18 Mar 2013 18:33:13 -0700] rev 16557
8007803: Implement javax.lang.model API for Type Annotations Reviewed-by: darcy
Mon, 18 Mar 2013 14:40:32 -0700 8008425: Remove interim new javax.lang.model API for type-annotations
jjg [Mon, 18 Mar 2013 14:40:32 -0700] rev 16556
8008425: Remove interim new javax.lang.model API for type-annotations Reviewed-by: darcy
Mon, 18 Mar 2013 08:46:09 -0700 8005220: RFE to write javap tests for repeating annotations.
jjg [Mon, 18 Mar 2013 08:46:09 -0700] rev 16555
8005220: RFE to write javap tests for repeating annotations. Reviewed-by: jjg Contributed-by: peter.jensen@oracle.com
Fri, 15 Mar 2013 23:46:14 -0700 Merge
lana [Fri, 15 Mar 2013 23:46:14 -0700] rev 16554
Merge
Fri, 15 Mar 2013 13:39:04 +0100 8007767: TargetAnnoCombo.java need to be updated to add a new test mode
mnunez [Fri, 15 Mar 2013 13:39:04 +0100] rev 16553
8007767: TargetAnnoCombo.java need to be updated to add a new test mode Reviewed-by: jjg, strarup
Fri, 15 Mar 2013 09:02:26 +0000 5053846: javac: MethodRef entries are duplicated in the constant pool
vromero [Fri, 15 Mar 2013 09:02:26 +0000] rev 16552
5053846: javac: MethodRef entries are duplicated in the constant pool Reviewed-by: mcimadamore
Thu, 14 Mar 2013 22:54:17 -0700 8010010: NPE generating serializedLambdaName for nested lambda
rfield [Thu, 14 Mar 2013 22:54:17 -0700] rev 16551
8010010: NPE generating serializedLambdaName for nested lambda Reviewed-by: mcimadamore
Thu, 14 Mar 2013 10:33:31 -0700 8005428: Update jdeps to read the same profile information as by javac
mchung [Thu, 14 Mar 2013 10:33:31 -0700] rev 16550
8005428: Update jdeps to read the same profile information as by javac Reviewed-by: alanb
Thu, 14 Mar 2013 08:30:16 +0000 8008582: jtreg failures after conversion of shell tests to Java
vromero [Thu, 14 Mar 2013 08:30:16 +0000] rev 16549
8008582: jtreg failures after conversion of shell tests to Java Reviewed-by: jjg
Thu, 14 Mar 2013 01:45:44 -0400 8009429: Miscellaneous profiles cleanup
dholmes [Thu, 14 Mar 2013 01:45:44 -0400] rev 16548
8009429: Miscellaneous profiles cleanup Reviewed-by: jjg, alanb
Wed, 13 Mar 2013 14:47:15 -0700 8009684: Default top left frame should be "All Packages" in the generated javadoc documentation
bpatel [Wed, 13 Mar 2013 14:47:15 -0700] rev 16547
8009684: Default top left frame should be "All Packages" in the generated javadoc documentation Reviewed-by: jjg
Wed, 13 Mar 2013 22:03:09 +0100 8006547: Repeating annotations: No Target on container annotation with all targets on base annotation gives compiler error
jfranck [Wed, 13 Mar 2013 22:03:09 +0100] rev 16546
8006547: Repeating annotations: No Target on container annotation with all targets on base annotation gives compiler error Reviewed-by: jjg
Thu, 28 Mar 2013 10:55:14 -0700 Added tag jdk8-b83 for changeset fd242a461861
katleman [Thu, 28 Mar 2013 10:55:14 -0700] rev 16545
Added tag jdk8-b83 for changeset fd242a461861
Wed, 05 Jul 2017 18:48:02 +0200 Merge
duke [Wed, 05 Jul 2017 18:48:02 +0200] rev 16544
Merge
Mon, 01 Apr 2013 21:35:19 -0700 Merge
lana [Mon, 01 Apr 2013 21:35:19 -0700] rev 16543
Merge
Tue, 26 Mar 2013 12:00:55 -0700 Merge
lana [Tue, 26 Mar 2013 12:00:55 -0700] rev 16542
Merge
Mon, 18 Mar 2013 18:34:44 -0700 8007803: Implement javax.lang.model API for Type Annotations
jjg [Mon, 18 Mar 2013 18:34:44 -0700] rev 16541
8007803: Implement javax.lang.model API for Type Annotations Reviewed-by: darcy
Thu, 28 Mar 2013 10:54:47 -0700 Added tag jdk8-b83 for changeset 74e3fc2986f0
katleman [Thu, 28 Mar 2013 10:54:47 -0700] rev 16540
Added tag jdk8-b83 for changeset 74e3fc2986f0
Wed, 05 Jul 2017 18:47:56 +0200 Merge
duke [Wed, 05 Jul 2017 18:47:56 +0200] rev 16539
Merge
Thu, 28 Mar 2013 10:54:36 -0700 Added tag jdk8-b83 for changeset 8ca744a5d6f4
katleman [Thu, 28 Mar 2013 10:54:36 -0700] rev 16538
Added tag jdk8-b83 for changeset 8ca744a5d6f4
Wed, 05 Jul 2017 18:47:51 +0200 Merge
duke [Wed, 05 Jul 2017 18:47:51 +0200] rev 16537
Merge
Mon, 01 Apr 2013 21:42:31 -0700 Merge
lana [Mon, 01 Apr 2013 21:42:31 -0700] rev 16536
Merge
Tue, 26 Mar 2013 12:08:00 -0700 Merge
lana [Tue, 26 Mar 2013 12:08:00 -0700] rev 16535
Merge
Tue, 26 Mar 2013 18:26:19 +0530 8010720: Linkage problem with java.lang.String.length()
sundar [Tue, 26 Mar 2013 18:26:19 +0530] rev 16534
8010720: Linkage problem with java.lang.String.length() Reviewed-by: hannesw, lagergren
Tue, 26 Mar 2013 08:42:35 +0100 8010706: -Dnashorn.args system property to create command lines to wrapped nashorn.jar:s
lagergren [Tue, 26 Mar 2013 08:42:35 +0100] rev 16533
8010706: -Dnashorn.args system property to create command lines to wrapped nashorn.jar:s Reviewed-by: hannesw, sundar
Mon, 25 Mar 2013 18:20:16 +0530 8010709: org on the top level doesn't resolve
sundar [Mon, 25 Mar 2013 18:20:16 +0530] rev 16532
8010709: org on the top level doesn't resolve Reviewed-by: lagergren, hannesw
Mon, 25 Mar 2013 12:01:06 +0100 8017010: index evaluation to a temporary location for index operator much change temporaries to slots, but never scoped vars
lagergren [Mon, 25 Mar 2013 12:01:06 +0100] rev 16531
8017010: index evaluation to a temporary location for index operator much change temporaries to slots, but never scoped vars Reviewed-by: hannesw, sundar
Sat, 23 Mar 2013 00:58:39 +0100 8010652: Eliminate non-child references in Block/FunctionNode, and make few node types immutable
attila [Sat, 23 Mar 2013 00:58:39 +0100] rev 16530
8010652: Eliminate non-child references in Block/FunctionNode, and make few node types immutable Reviewed-by: jlaskey, lagergren
Tue, 19 Mar 2013 11:03:24 -0300 8009969: CodeCoverage should use template
jlaskey [Tue, 19 Mar 2013 11:03:24 -0300] rev 16529
8009969: CodeCoverage should use template Reviewed-by: jlaskey, sundar Contributed-by: pavel.stepanov@oracle.com
Mon, 18 Mar 2013 21:03:11 +0530 8010199: javax.script.Invocable implementation for nashorn does not return null when matching functions are missing
sundar [Mon, 18 Mar 2013 21:03:11 +0530] rev 16528
8010199: javax.script.Invocable implementation for nashorn does not return null when matching functions are missing Reviewed-by: lagergren, jlaskey
Fri, 15 Mar 2013 21:52:40 +0530 8010145: removed workaround "init.js" in nashorn repo
sundar [Fri, 15 Mar 2013 21:52:40 +0530] rev 16527
8010145: removed workaround "init.js" in nashorn repo Reviewed-by: jlaskey, lagergren
Fri, 15 Mar 2013 16:07:13 +0100 8010147: Forgot to add EXPECTED files for lazy and eager sunspider test
lagergren [Fri, 15 Mar 2013 16:07:13 +0100] rev 16526
8010147: Forgot to add EXPECTED files for lazy and eager sunspider test Reviewed-by: sundar, jlaskey
Thu, 14 Mar 2013 14:49:55 +0100 8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings
lagergren [Thu, 14 Mar 2013 14:49:55 +0100] rev 16525
8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings Reviewed-by: sundar, jlaskey
Tue, 12 Mar 2013 21:17:47 +0530 8009868: For loop with "true" as condition results in AssertionError in codegen
sundar [Tue, 12 Mar 2013 21:17:47 +0530] rev 16524
8009868: For loop with "true" as condition results in AssertionError in codegen Reviewed-by: jlaskey, hannesw, lagergren
Tue, 12 Mar 2013 15:30:53 +0100 8009718: Lazy execution architecture continued - ScriptFunctionData is either final or recompilable. Moved ScriptFunctionData creation logic away from runtime to compile time. Prepared for method generation/specialization. Got rid of ScriptFunctionImplTrampoline whose semantics could be done as part of the relinking anyway. Merge with the lookup package change.
lagergren [Tue, 12 Mar 2013 15:30:53 +0100] rev 16523
8009718: Lazy execution architecture continued - ScriptFunctionData is either final or recompilable. Moved ScriptFunctionData creation logic away from runtime to compile time. Prepared for method generation/specialization. Got rid of ScriptFunctionImplTrampoline whose semantics could be done as part of the relinking anyway. Merge with the lookup package change. Reviewed-by: attila, jlaskey
Tue, 12 Mar 2013 18:12:42 +0530 8009757: Package access clean up and refactoring
sundar [Tue, 12 Mar 2013 18:12:42 +0530] rev 16522
8009757: Package access clean up and refactoring Reviewed-by: jlaskey, lagergren, attila
Thu, 28 Mar 2013 10:55:17 -0700 Added tag jdk8-b83 for changeset 4f4788d62566
katleman [Thu, 28 Mar 2013 10:55:17 -0700] rev 16521
Added tag jdk8-b83 for changeset 4f4788d62566
Wed, 05 Jul 2017 18:47:43 +0200 Merge
duke [Wed, 05 Jul 2017 18:47:43 +0200] rev 16520
Merge
Mon, 01 Apr 2013 21:34:39 -0700 Merge
lana [Mon, 01 Apr 2013 21:34:39 -0700] rev 16519
Merge
Tue, 26 Mar 2013 12:00:13 -0700 Merge
lana [Tue, 26 Mar 2013 12:00:13 -0700] rev 16518
Merge
Mon, 25 Mar 2013 18:03:32 -0700 Merge
mfang [Mon, 25 Mar 2013 18:03:32 -0700] rev 16517
Merge
Mon, 25 Mar 2013 16:53:02 -0700 8010521: jdk8 l10n resource file translation update 2
mfang [Mon, 25 Mar 2013 16:53:02 -0700] rev 16516
8010521: jdk8 l10n resource file translation update 2 Reviewed-by: naoto, yhuang
Thu, 28 Mar 2013 10:53:52 -0700 Added tag jdk8-b83 for changeset d2d074c62b67
katleman [Thu, 28 Mar 2013 10:53:52 -0700] rev 16515
Added tag jdk8-b83 for changeset d2d074c62b67
Wed, 05 Jul 2017 18:47:36 +0200 Merge
duke [Wed, 05 Jul 2017 18:47:36 +0200] rev 16514
Merge
Tue, 02 Apr 2013 15:31:24 -0700 Merge
katleman [Tue, 02 Apr 2013 15:31:24 -0700] rev 16513
Merge
Tue, 02 Apr 2013 14:13:13 -0400 8011278: Allow using a system-installed giflib
omajid [Tue, 02 Apr 2013 14:13:13 -0400] rev 16512
8011278: Allow using a system-installed giflib Reviewed-by: andrew, prr
Thu, 28 Mar 2013 09:36:43 +0100 8010908: Images target failes when configured with --disable-zip-debug-info
erikj [Thu, 28 Mar 2013 09:36:43 +0100] rev 16511
8010908: Images target failes when configured with --disable-zip-debug-info Reviewed-by: tbell
Mon, 01 Apr 2013 21:40:54 -0700 Merge
lana [Mon, 01 Apr 2013 21:40:54 -0700] rev 16510
Merge
Tue, 26 Mar 2013 12:04:35 -0700 Merge
lana [Tue, 26 Mar 2013 12:04:35 -0700] rev 16509
Merge
Mon, 25 Mar 2013 18:14:52 -0700 8010787: changeset for 8007703 is missing the deleted files
mchung [Mon, 25 Mar 2013 18:14:52 -0700] rev 16508
8010787: changeset for 8007703 is missing the deleted files Reviewed-by: dholmes, alanb, erikj
Mon, 25 Mar 2013 17:19:16 -0700 8007703: Remove com.sun.servicetag API
mchung [Mon, 25 Mar 2013 17:19:16 -0700] rev 16507
8007703: Remove com.sun.servicetag API Reviewed-by: dholmes, alanb, erikj
Mon, 25 Mar 2013 14:29:13 +0000 8010668: builtin JNI libraries should not be unloaded
chegar [Mon, 25 Mar 2013 14:29:13 +0000] rev 16506
8010668: builtin JNI libraries should not be unloaded Reviewed-by: chegar, alanb Contributed-by: Bill Pittore <bill.pittore@oracle.com>
Mon, 25 Mar 2013 19:25:01 +0530 8010704: The test closed/java/lang/SecurityManager/CheckPackageDefinition.java failed after fix for 8009869
sundar [Mon, 25 Mar 2013 19:25:01 +0530] rev 16505
8010704: The test closed/java/lang/SecurityManager/CheckPackageDefinition.java failed after fix for 8009869 Reviewed-by: lagergren, hannesw
Sat, 23 Mar 2013 11:49:39 +0800 8009875: Provide a default udp_preference_limit for krb5.conf
weijun [Sat, 23 Mar 2013 11:49:39 +0800] rev 16504
8009875: Provide a default udp_preference_limit for krb5.conf Reviewed-by: valeriep
Sat, 23 Mar 2013 11:49:28 +0800 8009970: Several LoginModule classes need extra permission to load AuthResources
weijun [Sat, 23 Mar 2013 11:49:28 +0800] rev 16503
8009970: Several LoginModule classes need extra permission to load AuthResources Reviewed-by: mullan
Fri, 22 Mar 2013 15:01:24 +0100 8004172: Update jstat counter names to reflect metaspace changes
stefank [Fri, 22 Mar 2013 15:01:24 +0100] rev 16502
8004172: Update jstat counter names to reflect metaspace changes Reviewed-by: mchung Contributed-by: Erik Helin <erik.helin@oracle.com>
Fri, 22 Mar 2013 15:01:14 +0100 8005116: NPG: Rename -permstat option for jmap in jdk8 to -clstats
stefank [Fri, 22 Mar 2013 15:01:14 +0100] rev 16501
8005116: NPG: Rename -permstat option for jmap in jdk8 to -clstats Reviewed-by: jmasa, sla Contributed-by: Erik Helin <erik.helin@oracle.com>
Fri, 22 Mar 2013 19:59:14 +0800 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
weijun [Fri, 22 Mar 2013 19:59:14 +0800] rev 16500
8010531: Add BadKdc* tests to problem list for solaris-sparcv9 Reviewed-by: alanb
Thu, 21 Mar 2013 17:33:15 +0000 8009251: Add proxy handling and keep-alive fixes to jsse
robm [Thu, 21 Mar 2013 17:33:15 +0000] rev 16499
8009251: Add proxy handling and keep-alive fixes to jsse Reviewed-by: chegar
Thu, 21 Mar 2013 19:19:08 +0530 8009869: Need to modify java.security property package.access to include nashorn packages
sundar [Thu, 21 Mar 2013 19:19:08 +0530] rev 16498
8009869: Need to modify java.security property package.access to include nashorn packages Reviewed-by: ahgross, jlaskey, lagergren
Wed, 20 Mar 2013 22:39:51 -0400 8006818: SunEC and SunPKCS11 providers should be in all profiles
dholmes [Wed, 20 Mar 2013 22:39:51 -0400] rev 16497
8006818: SunEC and SunPKCS11 providers should be in all profiles Reviewed-by: dholmes, alanb, valeriep Contributed-by: Jen Dority <jen.dority@oracle.com>
Wed, 20 Mar 2013 15:21:14 -0700 8010427: Refine Method.isDefault implementation
darcy [Wed, 20 Mar 2013 15:21:14 -0700] rev 16496
8010427: Refine Method.isDefault implementation Reviewed-by: acorn, dlsmith
Wed, 20 Mar 2013 09:50:07 -0700 8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration
mchung [Wed, 20 Mar 2013 09:50:07 -0700] rev 16495
8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration Reviewed-by: alanb
Wed, 20 Mar 2013 12:06:30 -0400 Merge
mullan [Wed, 20 Mar 2013 12:06:30 -0400] rev 16494
Merge
Wed, 20 Mar 2013 11:23:16 -0400 Merge
mullan [Wed, 20 Mar 2013 11:23:16 -0400] rev 16493
Merge
Wed, 20 Mar 2013 10:58:20 -0400 8010112: NullPointerException in sun.security.provider.certpath.CertId()
mullan [Wed, 20 Mar 2013 10:58:20 -0400] rev 16492
8010112: NullPointerException in sun.security.provider.certpath.CertId() Reviewed-by: vinnie
Wed, 20 Mar 2013 14:39:20 +0000 8010282: sun.net.www.protocol.jar.JarFileFactory.close(JarFile) should be thread-safe
chegar [Wed, 20 Mar 2013 14:39:20 +0000] rev 16491
8010282: sun.net.www.protocol.jar.JarFileFactory.close(JarFile) should be thread-safe Reviewed-by: khazra, alanb
Wed, 20 Mar 2013 13:21:53 +0400 8006193: (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public
uta [Wed, 20 Mar 2013 13:21:53 +0400] rev 16490
8006193: (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public Reviewed-by: alanb
Tue, 19 Mar 2013 16:05:34 -0700 8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong
mduigou [Tue, 19 Mar 2013 16:05:34 -0700] rev 16489
8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong Reviewed-by: mduigou, darcy, alanb, jjb Contributed-by: Brian Goetz <brian.goetz@oracle.com>
Mon, 18 Mar 2013 14:21:13 -0400 8007607: security native code doesn't always use malloc, realloc, and calloc correctly
jzavgren [Mon, 18 Mar 2013 14:21:13 -0400] rev 16488
8007607: security native code doesn't always use malloc, realloc, and calloc correctly Reviewed-by: chegar, dsamersoff, valeriep
Tue, 19 Mar 2013 06:01:14 -0400 8009426: "profiles" target fails due to nashorn if "images" is not built first
dholmes [Tue, 19 Mar 2013 06:01:14 -0400] rev 16487
8009426: "profiles" target fails due to nashorn if "images" is not built first Reviewed-by: alanb
Tue, 19 Mar 2013 09:53:36 +0100 8006637: Failure to filter out native frame events on Solaris
sla [Tue, 19 Mar 2013 09:53:36 +0100] rev 16486
8006637: Failure to filter out native frame events on Solaris Summary: Test is confused by other threads calling String.intern(). Add a thread filter to avoid this. Reviewed-by: sspitsyn, alanb
Sun, 17 Mar 2013 09:55:03 +0000 8010142: ProblemList.txt updates (3/2013)
chegar [Sun, 17 Mar 2013 09:55:03 +0000] rev 16485
8010142: ProblemList.txt updates (3/2013) Reviewed-by: alanb
Wed, 06 Mar 2013 16:59:42 +0400 8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field
vlivanov [Wed, 06 Mar 2013 16:59:42 +0400] rev 16484
8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field Reviewed-by: jrose, twisti
Fri, 15 Mar 2013 23:31:19 -0700 Merge
lana [Fri, 15 Mar 2013 23:31:19 -0700] rev 16483
Merge
Fri, 15 Mar 2013 19:30:28 +0530 8010136: Make jrunscript's init.js to work on nashorn
sundar [Fri, 15 Mar 2013 19:30:28 +0530] rev 16482
8010136: Make jrunscript's init.js to work on nashorn Reviewed-by: lagergren, hannesw
Thu, 14 Mar 2013 11:29:16 -0700 8008576: Calendar mismatch using Host LocaleProviderAdapter
naoto [Thu, 14 Mar 2013 11:29:16 -0700] rev 16481
8008576: Calendar mismatch using Host LocaleProviderAdapter Reviewed-by: okutsu
Thu, 14 Mar 2013 16:59:06 +0000 7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
alanb [Thu, 14 Mar 2013 16:59:06 +0000] rev 16480
7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1) Reviewed-by: alanb, chegar Contributed-by: yiming.wang@oracle.com
Thu, 14 Mar 2013 16:03:10 +0000 8005716: Enhance JNI specification to allow support of static JNI libraries in Embedded JREs
alanb [Thu, 14 Mar 2013 16:03:10 +0000] rev 16479
8005716: Enhance JNI specification to allow support of static JNI libraries in Embedded JREs Reviewed-by: dlong, alanb, mduigou Contributed-by: bill.pittore@oracle.com, bob.vandette@oracle.com
Thu, 14 Mar 2013 01:47:59 -0400 8009429: Miscellaneous profiles cleanup
dholmes [Thu, 14 Mar 2013 01:47:59 -0400] rev 16478
8009429: Miscellaneous profiles cleanup 8009428: Revert changes to $ substitution performed as part of nashorn integration Reviewed-by: alanb, erikj
Thu, 14 Mar 2013 00:21:34 +0000 8009650: HttpClient available() check throws SocketException when connection has been closed
robm [Thu, 14 Mar 2013 00:21:34 +0000] rev 16477
8009650: HttpClient available() check throws SocketException when connection has been closed Reviewed-by: chegar, khazra, dsamersoff Contributed-by: sdouglas@redhat.com
Wed, 13 Mar 2013 14:50:40 -0700 8001334: Remove use of JVM_* functions from java.io code
dxu [Wed, 13 Mar 2013 14:50:40 -0700] rev 16476
8001334: Remove use of JVM_* functions from java.io code Summary: Replace JVM_* functions with direct system calls in java io area Reviewed-by: alanb, uta, martin
Wed, 13 Mar 2013 11:24:48 -0400 8002070: Remove the stack search for a resource bundle for Logger to use
jgish [Wed, 13 Mar 2013 11:24:48 -0400] rev 16475
8002070: Remove the stack search for a resource bundle for Logger to use Summary: The fragile, vulnerable, stack crawling has been eliminated from findResourceBundle(String) Reviewed-by: mchung, alanb
Wed, 13 Mar 2013 17:58:45 +0000 8009751: (se) Selector spin when select, close and interestOps(0) invoked at same time (lnx)
alanb [Wed, 13 Mar 2013 17:58:45 +0000] rev 16474
8009751: (se) Selector spin when select, close and interestOps(0) invoked at same time (lnx) Reviewed-by: zhouyx, chegar, robm
Wed, 13 Mar 2013 13:22:02 +0400 7190897: (fs) Files.isWritable method returns false when the path is writable (win)
uta [Wed, 13 Mar 2013 13:22:02 +0400] rev 16473
7190897: (fs) Files.isWritable method returns false when the path is writable (win) Summary: The [GetEffectiveRightsFromAcl] based implementation was changed to the [AccessCheck] based. Reviewed-by: alanb
Tue, 26 Mar 2013 11:58:53 -0700 Merge
lana [Tue, 26 Mar 2013 11:58:53 -0700] rev 16472
Merge
Fri, 22 Mar 2013 19:56:20 +0400 7123476: DesktopOpenTests:When enter the file path and click the open button,it crash
denis [Fri, 22 Mar 2013 19:56:20 +0400] rev 16471
7123476: DesktopOpenTests:When enter the file path and click the open button,it crash Reviewed-by: art, anthony
Thu, 21 Mar 2013 16:50:35 +0400 8007146: [macosx] Setting a display mode crashes JDK under VNC
alexsch [Thu, 21 Mar 2013 16:50:35 +0400] rev 16470
8007146: [macosx] Setting a display mode crashes JDK under VNC Reviewed-by: serb
Wed, 20 Mar 2013 20:41:03 +0400 6550588: java.awt.Desktop cannot open file with Windows UNC filename
alitvinov [Wed, 20 Mar 2013 20:41:03 +0400] rev 16469
6550588: java.awt.Desktop cannot open file with Windows UNC filename Reviewed-by: art, uta
Wed, 20 Mar 2013 14:02:25 +0400 8009880: TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be modified again
kshefov [Wed, 20 Mar 2013 14:02:25 +0400] rev 16468
8009880: TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be modified again Reviewed-by: malenkov, alexsch
Tue, 19 Mar 2013 17:51:52 +0400 8009881: TEST_BUG: javax/swing/JTree/8004298/bug8004298.java should be modified
kshefov [Tue, 19 Mar 2013 17:51:52 +0400] rev 16467
8009881: TEST_BUG: javax/swing/JTree/8004298/bug8004298.java should be modified Reviewed-by: serb, alexsch
Mon, 18 Mar 2013 22:10:11 +0400 8000435: [macosx] Button painting error under Java 7 on Mac
serb [Mon, 18 Mar 2013 22:10:11 +0400] rev 16466
8000435: [macosx] Button painting error under Java 7 on Mac Reviewed-by: denis, alexsch
Fri, 15 Mar 2013 16:39:07 -0700 Merge
lana [Fri, 15 Mar 2013 16:39:07 -0700] rev 16465
Merge
Fri, 15 Mar 2013 17:02:24 +0400 8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX.
alexsch [Fri, 15 Mar 2013 17:02:24 +0400] rev 16464
8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX. Reviewed-by: serb, alexp
Thu, 14 Mar 2013 12:15:17 +0400 8000183: 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
malenkov [Thu, 14 Mar 2013 12:15:17 +0400] rev 16463
8000183: 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs Reviewed-by: alexsch, serb
Thu, 28 Mar 2013 10:55:03 -0700 Added tag jdk8-b83 for changeset a93e7eb6663c
katleman [Thu, 28 Mar 2013 10:55:03 -0700] rev 16462
Added tag jdk8-b83 for changeset a93e7eb6663c
Wed, 05 Jul 2017 18:47:22 +0200 Merge
duke [Wed, 05 Jul 2017 18:47:22 +0200] rev 16461
Merge
Thu, 28 Mar 2013 19:02:00 -0700 Added tag hs25-b25 for changeset 4c619ad74be5
amurillo [Thu, 28 Mar 2013 19:02:00 -0700] rev 16460
Added tag hs25-b25 for changeset 4c619ad74be5
Thu, 28 Mar 2013 19:01:59 -0700 Merge
amurillo [Thu, 28 Mar 2013 19:01:59 -0700] rev 16459
Merge
Thu, 28 Mar 2013 15:42:11 -0700 Merge
collins [Thu, 28 Mar 2013 15:42:11 -0700] rev 16458
Merge
Wed, 27 Mar 2013 09:49:51 -0700 8009152: A number of jtreg tests need review/improvement
collins [Wed, 27 Mar 2013 09:49:51 -0700] rev 16457
8009152: A number of jtreg tests need review/improvement Summary: Added a new test_env.txt file to capture common shell variable. Added concept of COMPILEJAVA for use when TESTJAVA is a JRE. If COMPILEJAVA not set then TESTJAVA will be the default with assumption it is a JDK. Reviewed-by: kvn, brutisso, coleenp
Sat, 23 Mar 2013 14:59:02 -0400 Merge
jprovino [Sat, 23 Mar 2013 14:59:02 -0400] rev 16456
Merge
Thu, 21 Mar 2013 10:18:05 -0400 8009904: jvmtiClassFileReconstituter.cpp needs to be excluded from the minimal jvm
jprovino [Thu, 21 Mar 2013 10:18:05 -0400] rev 16455
8009904: jvmtiClassFileReconstituter.cpp needs to be excluded from the minimal jvm Summary: jvmtiClassFileReconstituter.cpp needs to be added to the list of files to exclude when JVMTI is excluded from the jvm Reviewed-by: dholmes, sspitsyn
Thu, 28 Mar 2013 09:07:44 +0100 Merge
brutisso [Thu, 28 Mar 2013 09:07:44 +0100] rev 16454
Merge
Wed, 27 Mar 2013 10:55:37 +0100 8010818: NPG: Remove metaspace memory pools
ehelin [Wed, 27 Mar 2013 10:55:37 +0100] rev 16453
8010818: NPG: Remove metaspace memory pools Reviewed-by: mgerdin, stefank
Mon, 25 Mar 2013 11:00:19 +0100 Merge
stefank [Mon, 25 Mar 2013 11:00:19 +0100] rev 16452
Merge
Fri, 22 Mar 2013 16:10:01 +0100 8000754: NPG: Implement a MemoryPool MXBean for Metaspace
ehelin [Fri, 22 Mar 2013 16:10:01 +0100] rev 16451
8000754: NPG: Implement a MemoryPool MXBean for Metaspace Reviewed-by: jmasa, stefank
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip