2015-06-16 8079473: allow demangling to be optional in dll_address_to_function_name
bdelsart [Tue, 16 Jun 2015 11:58:25 +0200] rev 31352
8079473: allow demangling to be optional in dll_address_to_function_name Summary: add a demangling boolean argument to dll_address_to_function_name and decode Reviewed-by: dholmes, simonis
2015-06-15 8087121: bscmake fails when building inside VS2013
ctornqvi [Mon, 15 Jun 2015 14:33:51 -0700] rev 31351
8087121: bscmake fails when building inside VS2013 Reviewed-by: hseigel, lfoltan, mgronlun
2015-06-15 8098552: 8079792 breaks Zero builds without precompiled headers.
sgehwolf [Mon, 15 Jun 2015 11:50:16 +0200] rev 31350
8098552: 8079792 breaks Zero builds without precompiled headers. Summary: Include memRegion.hpp in g1BiasedArray.hpp Reviewed-by: ehelin, sjohanss
2015-06-15 Merge
jwilhelm [Mon, 15 Jun 2015 13:48:30 +0200] rev 31349
Merge
2015-06-15 8077279: assert(ic->is_clean()) failed: IC should be clean
sjohanss [Mon, 15 Jun 2015 10:24:38 +0200] rev 31348
8077279: assert(ic->is_clean()) failed: IC should be clean Reviewed-by: rbackman, thartmann
2015-06-15 8098517: Unprotected PrintMalloc in os::realloc
kbarrett [Mon, 15 Jun 2015 01:38:42 -0400] rev 31347
8098517: Unprotected PrintMalloc in os::realloc Summary: Also verify tty != NULL before printing. Reviewed-by: dholmes
2015-06-12 8042668: GC Support for shared heap ranges in CDS
jiangli [Fri, 12 Jun 2015 19:49:54 -0400] rev 31346
8042668: GC Support for shared heap ranges in CDS Summary: Added "Archive Region" support to the G1 GC Reviewed-by: tschatzl, brutisso Contributed-by: tom.benson@oracle.com
2015-06-12 8015086: add interned strings to the shared archive.
jiangli [Fri, 12 Jun 2015 17:29:14 -0400] rev 31345
8015086: add interned strings to the shared archive. Summary: Support saving interned strings in shared CDS archive. Reviewed-by: coleenp, iklam, pliden
2015-06-12 8025608: GC trace events missing nursery size information
david [Fri, 12 Jun 2015 12:55:32 +0200] rev 31344
8025608: GC trace events missing nursery size information Reviewed-by: sjohanss, mgerdin
2015-06-11 8086073: Fix PrintStubCode for empty StubCodeGenerator.
goetz [Thu, 11 Jun 2015 11:07:03 -0400] rev 31343
8086073: Fix PrintStubCode for empty StubCodeGenerator. Reviewed-by: kvn, lfoltan
2015-06-08 8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
ykantser [Mon, 08 Jun 2015 12:54:05 +0200] rev 31342
8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms Reviewed-by: sspitsyn
2015-06-10 Merge
kbarrett [Wed, 10 Jun 2015 07:37:11 +0200] rev 31341
Merge
2015-06-09 8086027: Multiple STATIC_ASSERTs at class scope doesn't work
kbarrett [Tue, 09 Jun 2015 15:05:47 -0400] rev 31340
8086027: Multiple STATIC_ASSERTs at class scope doesn't work Summary: Make supporting typedef name unique via __LINE__ concatenation Reviewed-by: dholmes, brutisso
2015-06-10 Merge
jwilhelm [Wed, 10 Jun 2015 05:59:44 +0200] rev 31339
Merge
2015-06-09 Merge
jwilhelm [Tue, 09 Jun 2015 16:48:55 +0200] rev 31338
Merge
2015-06-10 Merge
coleenp [Wed, 10 Jun 2015 04:39:15 +0200] rev 31337
Merge
2015-06-09 8076161: Runtime stub for throw_null_pointer_exception always constructs log messages
mockner [Tue, 09 Jun 2015 12:22:21 -0400] rev 31336
8076161: Runtime stub for throw_null_pointer_exception always constructs log messages Summary: A LogEvents filter has been added to avoid unnecessary string construction. Reviewed-by: coleenp, hseigel, dholmes
2015-06-09 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp [Tue, 09 Jun 2015 10:26:25 -0400] rev 31335
8035074: hs_err improvement: Add time zone information in the hs_err file 8026335: hs_err improvement: Print exact compressed oops mode and the heap base value. 8026331: hs_err improvement: Print if we have seen any OutOfMemoryErrors or StackOverflowErrors Summary: Add requested things to hs_err file. Reviewed-by: ctornqvi, dholmes
2015-06-08 8085975: Fix warning "converting to jlong from double" of gcc 4.1.2 after 8079561
goetz [Mon, 08 Jun 2015 15:40:28 +0200] rev 31334
8085975: Fix warning "converting to jlong from double" of gcc 4.1.2 after 8079561 Reviewed-by: mgerdin, ehelin
2015-06-08 8080684: PPC64: Fix little-endian build after "8077838: Recent developments for ppc"
simonis [Mon, 08 Jun 2015 17:39:35 +0000] rev 31333
8080684: PPC64: Fix little-endian build after "8077838: Recent developments for ppc" Summary: Also fix the Power8 detection which was broken because we issued an illegal 'lqarx' instruction Reviewed-by: kvn, asmundak
2015-06-05 8054386: Allow Java debugging when CDS is enabled
cjplummer [Fri, 05 Jun 2015 13:40:09 -0700] rev 31332
8054386: Allow Java debugging when CDS is enabled Summary: Map archive RW when debugging is enabled Reviewed-by: sspitsyn, iklam, mseledtsov, dholmes
2015-06-05 7097567: G1: abstract and encapsulate collector phases and transitions between them
drwhite [Fri, 05 Jun 2015 10:27:41 +0200] rev 31331
7097567: G1: abstract and encapsulate collector phases and transitions between them Reviewed-by: mgerdin, tschatzl
2015-06-05 8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
david [Fri, 05 Jun 2015 09:50:09 +0200] rev 31330
8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint Reviewed-by: drwhite, stefank
2015-07-02 Added tag jdk9-b71 for changeset 9419a7f16a5c
katleman [Thu, 02 Jul 2015 08:53:58 -0700] rev 31329
Added tag jdk9-b71 for changeset 9419a7f16a5c
2015-07-02 Merge
lana [Thu, 02 Jul 2015 16:07:39 -0700] rev 31328
Merge
2015-07-02 8130303: Fix bogus check for libX11.so in libraries.m4
simonis [Thu, 02 Jul 2015 09:38:41 +0200] rev 31327
8130303: Fix bogus check for libX11.so in libraries.m4 Reviewed-by: simonis, erikj Contributed-by: matthias.baesken@sap.com
2015-06-30 Merge
amurillo [Tue, 30 Jun 2015 11:20:42 -0700] rev 31326
Merge
2015-06-30 8130092: Backout Update jprt.properties with property listing tests subtrees
amurillo [Mon, 29 Jun 2015 17:17:56 -0700] rev 31325
8130092: Backout Update jprt.properties with property listing tests subtrees Reviewed-by: dholmes
2015-06-27 Merge
amurillo [Fri, 26 Jun 2015 19:11:14 -0700] rev 31324
Merge
2015-06-25 Merge
kvn [Thu, 25 Jun 2015 09:48:23 -0700] rev 31323
Merge
2015-06-20 8098834: Update jprt.properties with property listing tests subtrees
dpochepk [Sat, 20 Jun 2015 11:24:07 +0300] rev 31322
8098834: Update jprt.properties with property listing tests subtrees Reviewed-by: dholmes
2015-06-24 Merge
jwilhelm [Wed, 24 Jun 2015 13:53:34 +0200] rev 31321
Merge
2015-06-24 8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
tschatzl [Wed, 24 Jun 2015 09:41:11 +0200] rev 31320
8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup Summary: The test case needs to use the OS'es allocation granularity to properly determine the boundary values for the test. Reviewed-by: dfazunen, jmasa, ecaspole
2015-06-23 8129518: Remove ParOldGC tests from the jprt hotspot testset
mikael [Tue, 23 Jun 2015 10:20:10 -0700] rev 31319
8129518: Remove ParOldGC tests from the jprt hotspot testset Reviewed-by: dholmes, brutisso
2015-06-23 8081576: serviceability/sa tests fail due to LingeredApp process fails to start
dsamersoff [Tue, 23 Jun 2015 12:30:57 +0300] rev 31318
8081576: serviceability/sa tests fail due to LingeredApp process fails to start Summary: Provide a API to corrctly terminate LingeredApp Reviewed-by: sspitsyn
2015-06-17 8098821: Crash in system dictionary initialization with shared strings
mseledtsov [Wed, 17 Jun 2015 21:43:26 +0000] rev 31317
8098821: Crash in system dictionary initialization with shared strings Summary: map string regions after the compressed class base is known Reviewed-by: iklam, dcubed, coleenp
2015-06-15 Merge
jwilhelm [Mon, 15 Jun 2015 13:48:27 +0200] rev 31316
Merge
2015-06-12 Merge
jiangli [Fri, 12 Jun 2015 19:54:14 -0400] rev 31315
Merge
2015-06-12 8015086: add interned strings to the shared archive.
jiangli [Fri, 12 Jun 2015 17:03:04 -0400] rev 31314
8015086: add interned strings to the shared archive. Summary: Support saving interned strings in shared CDS archive. Reviewed-by: coleenp, iklam, pliden
2015-06-09 Merge
jwilhelm [Tue, 09 Jun 2015 16:48:51 +0200] rev 31313
Merge
2015-06-30 Merge
prr [Tue, 30 Jun 2015 08:51:34 -0700] rev 31312
Merge
2015-06-22 Merge
prr [Mon, 22 Jun 2015 13:29:34 -0700] rev 31311
Merge
2015-06-04 8081814: Modularize the deploy build
erikj [Thu, 04 Jun 2015 18:27:42 +0200] rev 31310
8081814: Modularize the deploy build Reviewed-by: ihse, ddehaven
2015-06-16 Merge
prr [Tue, 16 Jun 2015 13:00:47 -0700] rev 31309
Merge
2015-06-13 8078335: Re-examine jdk.accessibility/share/classes/com/sun/java/accessibility/util location
ptbrunet [Fri, 12 Jun 2015 19:23:53 -0500] rev 31308
8078335: Re-examine jdk.accessibility/share/classes/com/sun/java/accessibility/util location Summary: build jdk.accessibility for all platforms Reviewed-by: erikj, dholmes Contributed-by: peter.brunet@oracle.com
2015-06-30 8130060: Revert use of devkit on macosx in JPRT
erikj [Tue, 30 Jun 2015 09:51:08 +0200] rev 31307
8130060: Revert use of devkit on macosx in JPRT Reviewed-by: tbell
2015-06-29 8129969: Switch JPRT configuration to use devkits for Windows and Macosx
erikj [Mon, 29 Jun 2015 11:00:10 +0200] rev 31306
8129969: Switch JPRT configuration to use devkits for Windows and Macosx Reviewed-by: tbell, dholmes
2015-06-29 8114822: debug build with --disable-debug-symbols fails: java.io.UncheckedIOException
erikj [Mon, 29 Jun 2015 10:55:17 +0200] rev 31305
8114822: debug build with --disable-debug-symbols fails: java.io.UncheckedIOException Reviewed-by: dholmes
2015-07-02 Added tag jdk9-b71 for changeset 1b06d9da3dc3
katleman [Thu, 02 Jul 2015 08:53:57 -0700] rev 31304
Added tag jdk9-b71 for changeset 1b06d9da3dc3
2017-07-05 Added tag jdk9-b71 for changeset f66c18528472
duke [Wed, 05 Jul 2017 20:39:44 +0200] rev 31303
Added tag jdk9-b71 for changeset f66c18528472
2017-07-05 Merge jdk9-b71
duke [Wed, 05 Jul 2017 20:39:43 +0200] rev 31302
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:39:40 +0200] rev 31301
Merge
2015-06-28 Merge
lana [Sun, 28 Jun 2015 16:39:45 -0700] rev 31300
Merge
2015-06-28 4869999: Error on import statement naming package containing no class files
sadayapalam [Sun, 28 Jun 2015 12:58:24 +0530] rev 31299
4869999: Error on import statement naming package containing no class files Summary: Ensure that the compiler does not prematurely decide a package is not observable. Reviewed-by: jlahoda
2015-06-24 8129597: Add tier 3 test definitions to the JDK 9 forest
darcy [Wed, 24 Jun 2015 15:15:56 -0700] rev 31298
8129597: Add tier 3 test definitions to the JDK 9 forest Reviewed-by: smarks, jjg
2015-06-23 8081854: Javadoc should generate named anchors for HTML4 output
bpatel [Tue, 23 Jun 2015 15:41:05 -0700] rev 31297
8081854: Javadoc should generate named anchors for HTML4 output Reviewed-by: ksrini
2015-06-23 8076538: Verify error at runtime due to incorrect classification of a lambda as being instance capturing
sadayapalam [Tue, 23 Jun 2015 17:46:23 +0530] rev 31296
8076538: Verify error at runtime due to incorrect classification of a lambda as being instance capturing Reviewed-by: mcimadamore
2015-06-25 Added tag jdk9-b70 for changeset 2707be8c1d10
katleman [Thu, 25 Jun 2015 10:21:41 -0700] rev 31295
Added tag jdk9-b70 for changeset 2707be8c1d10
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:39:35 +0200] rev 31294
Merge
2015-06-28 Merge
lana [Sun, 28 Jun 2015 16:38:48 -0700] rev 31293
Merge
2015-06-25 8098582: Remove redundant package.html file in javax.xml.ws/wsaddressing
darcy [Wed, 24 Jun 2015 17:12:00 -0700] rev 31292
8098582: Remove redundant package.html file in javax.xml.ws/wsaddressing Reviewed-by: lancea
2015-06-25 Added tag jdk9-b70 for changeset bc215e37d299
katleman [Thu, 25 Jun 2015 10:21:37 -0700] rev 31291
Added tag jdk9-b70 for changeset bc215e37d299
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:39:31 +0200] rev 31290
Merge
2015-06-28 Merge
lana [Sun, 28 Jun 2015 16:39:27 -0700] rev 31289
Merge
2015-06-26 8129956: jaxp: CodeSource.getLocation() might return null
dfuchs [Fri, 26 Jun 2015 17:26:48 +0200] rev 31288
8129956: jaxp: CodeSource.getLocation() might return null Reviewed-by: lancea
2015-06-25 8129880: Cleanup usage of Class.getResource in jaxp
dfuchs [Thu, 25 Jun 2015 20:06:37 +0200] rev 31287
8129880: Cleanup usage of Class.getResource in jaxp Reviewed-by: joehw, mchung
2015-06-25 8080266: Failed to create CharInfo due to ResourceBundle update for modules
fyuan [Thu, 25 Jun 2015 11:06:28 +0200] rev 31286
8080266: Failed to create CharInfo due to ResourceBundle update for modules Summary: Fixed the initialization of LSSerializerImpl. Reviewed-by: joehw, dfuchs
2015-06-24 8129597: Add tier 3 test definitions to the JDK 9 forest
darcy [Wed, 24 Jun 2015 15:18:44 -0700] rev 31285
8129597: Add tier 3 test definitions to the JDK 9 forest Reviewed-by: smarks, jjg
2015-06-23 8129572: Cleanup usage of getResourceAsStream in jaxp
dfuchs [Tue, 23 Jun 2015 19:50:10 +0200] rev 31284
8129572: Cleanup usage of getResourceAsStream in jaxp Reviewed-by: alanb, joehw, mchung, redestad
2015-06-25 Added tag jdk9-b70 for changeset 3a7fb5940d2f
katleman [Thu, 25 Jun 2015 10:21:37 -0700] rev 31283
Added tag jdk9-b70 for changeset 3a7fb5940d2f
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:39:26 +0200] rev 31282
Merge
2015-06-28 Merge
lana [Sun, 28 Jun 2015 16:38:44 -0700] rev 31281
Merge
2015-06-26 8129959: DebugLogger has unnecessary API methods
attila [Fri, 26 Jun 2015 17:49:17 +0200] rev 31280
8129959: DebugLogger has unnecessary API methods Reviewed-by: hannesw, lagergren
2015-06-26 8129950: Wrong condition for checking absence of logger in MethodHandleFactory
attila [Fri, 26 Jun 2015 17:08:14 +0200] rev 31279
8129950: Wrong condition for checking absence of logger in MethodHandleFactory Reviewed-by: hannesw, lagergren
2015-06-24 8129597: Add tier 3 test definitions to the JDK 9 forest
darcy [Wed, 24 Jun 2015 15:19:50 -0700] rev 31278
8129597: Add tier 3 test definitions to the JDK 9 forest Reviewed-by: smarks, jjg
2015-06-23 8129410: Java adapters with class-level overrides should preserve variable arity constructors
attila [Tue, 23 Jun 2015 11:16:48 +0200] rev 31277
8129410: Java adapters with class-level overrides should preserve variable arity constructors Reviewed-by: lagergren, sundar
2015-06-25 Added tag jdk9-b70 for changeset 271525e41254
katleman [Thu, 25 Jun 2015 10:21:42 -0700] rev 31276
Added tag jdk9-b70 for changeset 271525e41254
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:39:21 +0200] rev 31275
Merge
2015-06-25 Added tag jdk9-b70 for changeset 47e9512ea427
katleman [Thu, 25 Jun 2015 10:21:34 -0700] rev 31274
Added tag jdk9-b70 for changeset 47e9512ea427
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:39:17 +0200] rev 31273
Merge
2015-06-28 Merge
lana [Sun, 28 Jun 2015 16:38:22 -0700] rev 31272
Merge
2015-06-28 8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
aefimov [Sun, 28 Jun 2015 23:05:46 +0300] rev 31271
8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src Reviewed-by: igerasim
2015-06-26 7191662: JCE providers should be located via ServiceLoader
valeriep [Fri, 26 Jun 2015 21:34:34 +0000] rev 31270
7191662: JCE providers should be located via ServiceLoader Summary: Enhanced to use ServiceLoader and switched provider to Provider.Service model. Reviewed-by: mullan, alanb, mchung
2015-06-25 8129624: Move jdk_rmi test group from tier 2 to tier 3
darcy [Thu, 25 Jun 2015 11:59:40 -0700] rev 31269
8129624: Move jdk_rmi test group from tier 2 to tier 3 Reviewed-by: alanb, smarks
2015-06-25 8087157: PKCS11 provider not instantiated with security manager
valeriep [Thu, 25 Jun 2015 17:53:52 +0000] rev 31268
8087157: PKCS11 provider not instantiated with security manager Summary: updated java.policy file with sun.misc pkg access permission for SunPKCS11 provider. Reviewed-by: mullan
2015-06-25 8129822: Define "headful" jtreg keyword
darcy [Thu, 25 Jun 2015 08:30:34 -0700] rev 31267
8129822: Define "headful" jtreg keyword Reviewed-by: alanb, alexsch
2015-06-25 8129507: sun/net/www/protocol/http/B6369510.java fails intermittently
msheppar [Thu, 25 Jun 2015 14:23:03 +0100] rev 31266
8129507: sun/net/www/protocol/http/B6369510.java fails intermittently Summary: changed openConnection() to openConnection(Proxy.NO_PROXY) Reviewed-by: chegar
2015-06-25 8129575: Equal DelegationPermission instances may return different hash codes
asmotrak [Thu, 25 Jun 2015 20:20:41 +0800] rev 31265
8129575: Equal DelegationPermission instances may return different hash codes Reviewed-by: mullan, weijun
2015-06-25 8023546: sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
weijun [Thu, 25 Jun 2015 09:03:23 +0800] rev 31264
8023546: sun/security/mscapi/ShortRSAKey1024.sh fails intermittently Reviewed-by: vinnie
2015-06-24 8008577: Use CLDR Locale Data by Default
naoto [Wed, 24 Jun 2015 16:42:11 -0700] rev 31263
8008577: Use CLDR Locale Data by Default Reviewed-by: erikj, okutsu
2015-06-24 8080450: doc for Double/Int/LongSummaryStatistics.toString has errors
smarks [Wed, 24 Jun 2015 16:08:58 -0700] rev 31262
8080450: doc for Double/Int/LongSummaryStatistics.toString has errors Reviewed-by: darcy, lancea
2015-06-24 8129597: Add tier 3 test definitions to the JDK 9 forest
darcy [Wed, 24 Jun 2015 15:15:10 -0700] rev 31261
8129597: Add tier 3 test definitions to the JDK 9 forest Reviewed-by: smarks, jjg
2015-06-24 8129544: ArrayIndexOutOfBoundsException when decoding corrupt Base64 string
sherman [Wed, 24 Jun 2015 11:15:23 -0700] rev 31260
8129544: ArrayIndexOutOfBoundsException when decoding corrupt Base64 string Summary: to take input bytes as unsigned before check range Reviewed-by: alanb
2015-06-24 8129595: New DTLS tests need @modules
kshefov [Wed, 24 Jun 2015 18:50:19 +0300] rev 31259
8129595: New DTLS tests need @modules Reviewed-by: alanb
2015-06-24 8072773: (fs) Files.lines needs a better splitting implementation for stream source
psandoz [Wed, 24 Jun 2015 12:05:30 +0200] rev 31258
8072773: (fs) Files.lines needs a better splitting implementation for stream source Reviewed-by: alanb
2015-06-23 Merge
amurillo [Tue, 23 Jun 2015 14:20:59 -0700] rev 31257
Merge
2015-06-23 Merge
amurillo [Tue, 23 Jun 2015 08:59:06 -0700] rev 31256
Merge
2015-06-19 Merge
amurillo [Thu, 18 Jun 2015 22:38:45 -0700] rev 31255
Merge
2015-06-12 Merge
kvn [Fri, 12 Jun 2015 09:59:30 -0700] rev 31254
Merge
2015-06-11 8074551: GWT can be marked non-compilable due to deopt count pollution
vlivanov [Thu, 11 Jun 2015 14:20:01 +0300] rev 31253
8074551: GWT can be marked non-compilable due to deopt count pollution Reviewed-by: kvn
2015-06-23 8129510: java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java should exclude testing the Teredo tunneling interface on Windows
bpb [Tue, 23 Jun 2015 09:46:22 -0700] rev 31252
8129510: java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java should exclude testing the Teredo tunneling interface on Windows Summary: Suppress testing the Teredo tunneling interface on Windows. Reviewed-by: chegar
2015-06-23 8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException
kshefov [Tue, 23 Jun 2015 16:36:04 +0300] rev 31251
8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException Reviewed-by: vlivanov
2015-06-23 Merge
rriggs [Tue, 23 Jun 2015 09:23:53 -0400] rev 31250
Merge
2015-06-23 8129535: java_props_md.c should compile on VS 2010
rriggs [Tue, 23 Jun 2015 09:21:25 -0400] rev 31249
8129535: java_props_md.c should compile on VS 2010 Summary: Visual Studio 2010 does not allow declarations in the middle of blocks; only at the beginning Reviewed-by: alanb
2015-06-23 8129120: Terminal operation properties should not be back-propagated to upstream operations
psandoz [Tue, 23 Jun 2015 09:49:55 +0200] rev 31248
8129120: Terminal operation properties should not be back-propagated to upstream operations Reviewed-by: briangoetz, chegar
2015-06-22 8129499: Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception
bpb [Mon, 22 Jun 2015 13:30:21 -0700] rev 31247
8129499: Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception Summary: Check for rmid == null before dereferencing the variable. Reviewed-by: rriggs, chegar
2015-06-20 8066504: GetVersionEx in java.base/windows/native/libjava/java_props_md.c might not get correct Windows version 0
rriggs [Sat, 20 Jun 2015 10:03:42 -0400] rev 31246
8066504: GetVersionEx in java.base/windows/native/libjava/java_props_md.c might not get correct Windows version 0 Summary: System property os.name and os.version should report the version of kernel32.dll Reviewed-by: alanb, igerasim
2015-06-19 8081293: java/nio/file/Files/CopyAndMove.java failed with java.nio.file.FileAlreadyExistsException intermittently
bpb [Fri, 19 Jun 2015 09:35:10 -0700] rev 31245
8081293: java/nio/file/Files/CopyAndMove.java failed with java.nio.file.FileAlreadyExistsException intermittently Summary: Print seed used to initialize Random and add ability to specify seed. Reviewed-by: alanb, chegar
2015-06-19 8050409: Test for JAAS getPrivateCredentials
amjiang [Fri, 19 Jun 2015 14:06:24 +0800] rev 31244
8050409: Test for JAAS getPrivateCredentials Reviewed-by: weijun
2015-06-19 8079539: java/util/prefs/CodePointZeroPrefsTest.java fails with "java.util.prefs.BackingStoreException: Couldn't get file lock."
bpb [Thu, 18 Jun 2015 17:20:42 -0700] rev 31243
8079539: java/util/prefs/CodePointZeroPrefsTest.java fails with "java.util.prefs.BackingStoreException: Couldn't get file lock." Summary: Add @run tag with property -Djava.util.prefs.userRoot=. Reviewed-by: alanb
2015-06-25 Added tag jdk9-b70 for changeset d3d7f5a45a5c
katleman [Thu, 25 Jun 2015 10:21:38 -0700] rev 31242
Added tag jdk9-b70 for changeset d3d7f5a45a5c
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:39:06 +0200] rev 31241
Merge
2015-06-28 Merge
lana [Sun, 28 Jun 2015 16:39:04 -0700] rev 31240
Merge
2015-06-23 Merge
amurillo [Tue, 23 Jun 2015 14:20:40 -0700] rev 31239
Merge
2015-06-19 Merge
amurillo [Thu, 18 Jun 2015 22:38:36 -0700] rev 31238
Merge
2015-06-18 Merge
dcubed [Thu, 18 Jun 2015 13:18:12 -0700] rev 31237
Merge
2015-06-04 8080947: Add uint as a valid VM flag type
david [Thu, 04 Jun 2015 14:29:34 +0200] rev 31236
8080947: Add uint as a valid VM flag type Reviewed-by: brutisso, ddmitriev
2015-06-04 Merge
jwilhelm [Thu, 04 Jun 2015 14:19:51 +0200] rev 31235
Merge
2015-06-04 8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file
coleenp [Thu, 04 Jun 2015 08:05:47 -0400] rev 31234
8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file Summary: Use the Events::log function to save redefined classes for output to the hs_err file. Reviewed-by: sspitsyn, jiangli, lfoltan
2015-06-09 8086016: closed/java/text/Format/NumberFormat/BigDecimalCompatibilityTest.java is crashing
roland [Tue, 09 Jun 2015 12:09:03 +0200] rev 31233
8086016: closed/java/text/Format/NumberFormat/BigDecimalCompatibilityTest.java is crashing Summary: Trying to transform ArrayCopyNode in dying part of the graph Reviewed-by: kvn
2015-06-15 8078145: testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED
skovalev [Mon, 15 Jun 2015 16:47:24 +0300] rev 31232
8078145: testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED Reviewed-by: iignatyev, vlivanov
2015-06-12 8086046: escape analysis generates incorrect code as of B67
roland [Fri, 12 Jun 2015 14:10:17 +0200] rev 31231
8086046: escape analysis generates incorrect code as of B67 Summary: load bypasses arraycopy that sets the value after the ArrayCopyNode is expanded Reviewed-by: kvn
2015-06-03 8081790: aarch64: SHA tests fail
enevill [Wed, 03 Jun 2015 08:23:09 +0000] rev 31230
8081790: aarch64: SHA tests fail Summary: Fix SHA tests in JTReg so they recognize aarch64 Reviewed-by: duke Contributed-by: alexander.alexeev@caviumnetworks.com
2015-06-12 Merge
kvn [Fri, 12 Jun 2015 09:59:51 -0700] rev 31229
Merge
2015-06-11 8074551: GWT can be marked non-compilable due to deopt count pollution
vlivanov [Thu, 11 Jun 2015 14:19:40 +0300] rev 31228
8074551: GWT can be marked non-compilable due to deopt count pollution Reviewed-by: kvn
2015-06-23 8129551: aarch64: some regressions introduced by addition of vectorisation code
enevill [Tue, 23 Jun 2015 18:56:17 +0000] rev 31227
8129551: aarch64: some regressions introduced by addition of vectorisation code Summary: Fix regressions Reviewed-by: kvn
2015-06-25 Added tag jdk9-b70 for changeset d4e08333ac48
katleman [Thu, 25 Jun 2015 10:21:35 -0700] rev 31226
Added tag jdk9-b70 for changeset d4e08333ac48
2015-06-28 Merge
lana [Sun, 28 Jun 2015 16:38:02 -0700] rev 31225
Merge
2015-06-23 Merge
amurillo [Tue, 23 Jun 2015 08:59:06 -0700] rev 31224
Merge
2015-06-19 Merge
amurillo [Thu, 18 Jun 2015 22:38:34 -0700] rev 31223
Merge
2015-06-18 Merge
dcubed [Thu, 18 Jun 2015 13:05:59 -0700] rev 31222
Merge
2015-06-04 8080947: Add uint as a valid VM flag type
david [Thu, 04 Jun 2015 14:39:07 +0200] rev 31221
8080947: Add uint as a valid VM flag type Reviewed-by: brutisso, ddmitriev
2015-06-03 8081471: Allow SetupTestFilesCompilation to set LDFLAGS for individual tests
ihse [Wed, 03 Jun 2015 11:03:06 +0200] rev 31220
8081471: Allow SetupTestFilesCompilation to set LDFLAGS for individual tests Reviewed-by: erikj
2015-06-23 8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49
erikj [Tue, 23 Jun 2015 15:11:56 +0200] rev 31219
8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49 Reviewed-by: tbell
2015-06-25 Added tag jdk9-b70 for changeset 7d5061c22f0a
katleman [Thu, 25 Jun 2015 10:21:33 -0700] rev 31218
Added tag jdk9-b70 for changeset 7d5061c22f0a
2017-07-05 Added tag jdk9-b70 for changeset 43d0179ee9de
duke [Wed, 05 Jul 2017 20:38:50 +0200] rev 31217
Added tag jdk9-b70 for changeset 43d0179ee9de
2017-07-05 Merge jdk9-b70
duke [Wed, 05 Jul 2017 20:38:50 +0200] rev 31216
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:38:47 +0200] rev 31215
Merge
2015-06-18 Merge
lana [Thu, 18 Jun 2015 10:24:20 -0700] rev 31214
Merge
2015-06-17 8080826: Group 15: golden files for tests in tools/javac/generics/type* dirs
sogoel [Wed, 17 Jun 2015 13:20:33 -0700] rev 31213
8080826: Group 15: golden files for tests in tools/javac/generics/type* dirs Reviewed-by: jjg
2015-06-16 8074346: Type annotation on a qualified type causes spurious 'cannot find symbol' errors
sadayapalam [Tue, 16 Jun 2015 09:39:59 +0530] rev 31212
8074346: Type annotation on a qualified type causes spurious 'cannot find symbol' errors Summary: Issue clear diagostic when package names in a qualified type name are illegally annotated Reviewed-by: mcimadamore, jlahoda
2015-06-18 Added tag jdk9-b69 for changeset adbe1040a135
lana [Thu, 18 Jun 2015 01:43:17 -0700] rev 31211
Added tag jdk9-b69 for changeset adbe1040a135
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:38:43 +0200] rev 31210
Merge
2015-06-18 Added tag jdk9-b69 for changeset 97f4fef2d420
lana [Thu, 18 Jun 2015 01:43:12 -0700] rev 31209
Added tag jdk9-b69 for changeset 97f4fef2d420
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:38:40 +0200] rev 31208
Merge
2015-06-18 Merge
lana [Thu, 18 Jun 2015 10:25:10 -0700] rev 31207
Merge
2015-06-15 8080907: Develop test for Xerces Update: XML Schema Validation
joehw [Mon, 15 Jun 2015 09:25:23 -0700] rev 31206
8080907: Develop test for Xerces Update: XML Schema Validation Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
2015-06-12 Merge
mullan [Fri, 12 Jun 2015 16:39:25 -0400] rev 31205
Merge
2015-06-12 8087283: Add support for the XML Signature here() function to the JDK XPath implementation
mullan [Fri, 12 Jun 2015 16:36:31 -0400] rev 31204
8087283: Add support for the XML Signature here() function to the JDK XPath implementation Reviewed-by: alanb, joehw
2015-06-18 Added tag jdk9-b69 for changeset cf43381c8a56
lana [Thu, 18 Jun 2015 01:43:12 -0700] rev 31203
Added tag jdk9-b69 for changeset cf43381c8a56
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:38:36 +0200] rev 31202
Merge
2015-06-18 Merge
lana [Thu, 18 Jun 2015 10:24:14 -0700] rev 31201
Merge
2015-06-18 8117883: nasgen prototype, instance member count calculation is wrong
sundar [Thu, 18 Jun 2015 19:20:53 +0530] rev 31200
8117883: nasgen prototype, instance member count calculation is wrong Reviewed-by: hannesw, lagergren
2015-06-17 8098808: Convert Scope from interface to class
hannesw [Wed, 17 Jun 2015 13:56:53 +0200] rev 31199
8098808: Convert Scope from interface to class Reviewed-by: sundar, attila
2015-06-17 8098847: obj."prop" and obj.'prop' should result in SyntaxError
sundar [Wed, 17 Jun 2015 14:21:20 +0530] rev 31198
8098847: obj."prop" and obj.'prop' should result in SyntaxError Reviewed-by: hannesw, attila
2015-06-17 8087312: PropertyMapWrapper.equals should compare className
hannesw [Wed, 17 Jun 2015 09:10:45 +0200] rev 31197
8087312: PropertyMapWrapper.equals should compare className Reviewed-by: sundar, attila
2015-06-16 8098578: Global scope is not accessible with indirect load call
sundar [Tue, 16 Jun 2015 18:26:25 +0530] rev 31196
8098578: Global scope is not accessible with indirect load call Reviewed-by: attila, hannesw
2015-06-16 8098807: Strict eval throws ClassCastException with large scripts
hannesw [Tue, 16 Jun 2015 13:25:41 +0200] rev 31195
8098807: Strict eval throws ClassCastException with large scripts Reviewed-by: sundar, attila
2015-06-15 8098546: eval within a 'with' leaks definitions into global scope
hannesw [Mon, 15 Jun 2015 15:49:14 +0200] rev 31194
8098546: eval within a 'with' leaks definitions into global scope Reviewed-by: sundar, attila
2015-06-15 8086052: Script evaluation should not return last function declaration
hannesw [Mon, 15 Jun 2015 15:37:01 +0200] rev 31193
8086052: Script evaluation should not return last function declaration Reviewed-by: sundar, attila
2015-06-12 8087211: Indirect evals should be strict with -strict option
sundar [Fri, 12 Jun 2015 16:55:20 +0530] rev 31192
8087211: Indirect evals should be strict with -strict option Reviewed-by: lagergren, hannesw
2015-06-18 Added tag jdk9-b69 for changeset b15ed6c5dedd
lana [Thu, 18 Jun 2015 01:43:18 -0700] rev 31191
Added tag jdk9-b69 for changeset b15ed6c5dedd
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:38:32 +0200] rev 31190
Merge
2015-06-18 Merge
lana [Thu, 18 Jun 2015 10:24:57 -0700] rev 31189
Merge
2015-06-13 8086029: Fix doclint reference warnings in org.omg.CORBA
darcy [Fri, 12 Jun 2015 17:33:15 -0700] rev 31188
8086029: Fix doclint reference warnings in org.omg.CORBA Reviewed-by: lancea, alanb
2015-06-18 Added tag jdk9-b69 for changeset 20f60dc00878
lana [Thu, 18 Jun 2015 01:43:08 -0700] rev 31187
Added tag jdk9-b69 for changeset 20f60dc00878
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:38:28 +0200] rev 31186
Merge
2015-06-18 Merge
lana [Thu, 18 Jun 2015 10:24:33 -0700] rev 31185
Merge
2015-06-18 8060103: CheckBlacklistedCerts.java thinks its openjdk build
rhalade [Thu, 18 Jun 2015 11:16:01 +0800] rev 31184
8060103: CheckBlacklistedCerts.java thinks its openjdk build Reviewed-by: weijun
2014-11-20 8064890: SecureClassLoader should use a ConcurrentHashMap
weijun [Thu, 20 Nov 2014 17:52:18 +0800] rev 31183
8064890: SecureClassLoader should use a ConcurrentHashMap Reviewed-by: mullan
2015-06-17 8086208: java/lang/ProcessHandle/OnExitTest.java: IllegalThreadStateException: process hasn't exited
rriggs [Wed, 17 Jun 2015 16:03:49 -0400] rev 31182
8086208: java/lang/ProcessHandle/OnExitTest.java: IllegalThreadStateException: process hasn't exited Reviewed-by: martin, dholmes
2015-06-17 Merge
mullan [Wed, 17 Jun 2015 15:48:28 -0400] rev 31181
Merge
2015-06-17 8072692: Improve performance of SecurityManager.checkPackageAccess
dfuchs [Wed, 17 Jun 2015 15:47:12 -0400] rev 31180
8072692: Improve performance of SecurityManager.checkPackageAccess Reviewed-by: mullan, weijun
2015-06-17 8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option
kshefov [Wed, 17 Jun 2015 20:19:51 +0300] rev 31179
8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option Reviewed-by: vlivanov
2015-06-17 8067005: Several java/lang/invoke tests fail due to exhausted code cache
kshefov [Wed, 17 Jun 2015 20:17:25 +0300] rev 31178
8067005: Several java/lang/invoke tests fail due to exhausted code cache Reviewed-by: vlivanov
2015-06-17 8098790: Improve cross references and wording in java.lang.reflect.AnnotatedFoo type
darcy [Tue, 16 Jun 2015 17:05:08 -0700] rev 31177
8098790: Improve cross references and wording in java.lang.reflect.AnnotatedFoo type Reviewed-by: lancea
2015-06-16 8087304: (ch) java/nio/channels/DatagramChannel/EmptyBuffer.java received 4 times while expected 3
bpb [Tue, 16 Jun 2015 14:38:51 -0700] rev 31176
8087304: (ch) java/nio/channels/DatagramChannel/EmptyBuffer.java received 4 times while expected 3 Summary: Only count datagrams received from the client within the test. Reviewed-by: alanb, chegar
2015-06-16 Merge
prr [Tue, 16 Jun 2015 10:52:39 -0700] rev 31175
Merge
2015-06-08 Merge
prr [Mon, 08 Jun 2015 11:31:09 -0700] rev 31174
Merge
2015-06-08 8081315: 8077982 giflib upgrade breaks system giflib builds with earlier versions
andrew [Mon, 08 Jun 2015 16:47:23 +0100] rev 31173
8081315: 8077982 giflib upgrade breaks system giflib builds with earlier versions Summary: Add conditionals to provide giflib < 5 API calls and interlacing behaviour Reviewed-by: prr, azvegint
2015-06-08 8079450: [TESTBUG] javax/swing/plaf/nimbus/8041642/bug8041642.java fails
sgupta [Mon, 08 Jun 2015 18:30:41 +0300] rev 31172
8079450: [TESTBUG] javax/swing/plaf/nimbus/8041642/bug8041642.java fails Reviewed-by: alexsch
2015-06-05 8085910: OGL text renderer: gamma lut cleanup
bae [Fri, 05 Jun 2015 23:08:31 +0300] rev 31171
8085910: OGL text renderer: gamma lut cleanup Reviewed-by: serb, prr
2015-06-04 8068886: IDEA IntelliJ crashes in objc_msgSend when an accessibility tool is enabled
anashaty [Thu, 04 Jun 2015 16:18:14 +0300] rev 31170
8068886: IDEA IntelliJ crashes in objc_msgSend when an accessibility tool is enabled Reviewed-by: serb, bae
2015-06-04 8078606: Deadlock in awt clipboard
anashaty [Thu, 04 Jun 2015 15:24:30 +0300] rev 31169
8078606: Deadlock in awt clipboard Reviewed-by: azvegint, bae
2015-06-04 Merge
ddehaven [Wed, 03 Jun 2015 18:26:06 -0700] rev 31168
Merge
2015-06-04 8081886: CGGlyphImages.m no longer builds with x code 4.x
prr [Wed, 03 Jun 2015 17:58:00 -0700] rev 31167
8081886: CGGlyphImages.m no longer builds with x code 4.x Reviewed-by: bae, serb
2015-06-03 8076312: The behavior of the javax.swing.SwingContainer.delegate contradicts spec
serb [Wed, 03 Jun 2015 23:17:52 +0300] rev 31166
8076312: The behavior of the javax.swing.SwingContainer.delegate contradicts spec Reviewed-by: alexsch, malenkov
2015-06-03 8081313: MultipleDocumentHandling.java: tidy warnings
avstepan [Wed, 03 Jun 2015 18:45:27 +0400] rev 31165
8081313: MultipleDocumentHandling.java: tidy warnings Summary: minor fix for docs Reviewed-by: alexsch
2015-06-03 8077036: swing docs: fix some tidy warnings
avstepan [Wed, 03 Jun 2015 18:39:26 +0400] rev 31164
8077036: swing docs: fix some tidy warnings Summary: minor fixes for docs Reviewed-by: alexsch
2015-06-03 8077409: Drawing deviates when validate() is invoked on java.awt.ScrollPane
mcherkas [Wed, 03 Jun 2015 15:21:35 +0300] rev 31163
8077409: Drawing deviates when validate() is invoked on java.awt.ScrollPane Reviewed-by: bae
2015-06-02 8079084: Behavior of BeanProperty.enumerationValues() contradicts spec
serb [Tue, 02 Jun 2015 19:27:06 +0300] rev 31162
8079084: Behavior of BeanProperty.enumerationValues() contradicts spec Reviewed-by: alexsch, malenkov
2015-06-01 8081019: Check peer to null in CPlatformWindow.checkZoom()
alexsch [Mon, 01 Jun 2015 17:46:28 +0400] rev 31161
8081019: Check peer to null in CPlatformWindow.checkZoom() Reviewed-by: serb, azvegint
2015-06-01 8080086: Test javax/imageio/plugins/png/ItxtUtf8Test.java fails on Linux with G1 GC
psadhukhan [Mon, 01 Jun 2015 13:40:43 +0300] rev 31160
8080086: Test javax/imageio/plugins/png/ItxtUtf8Test.java fails on Linux with G1 GC Reviewed-by: prr, serb
2015-05-29 8081447: System JPEG builds include in-tree jpeglib.h, resulting in build failure
andrew [Fri, 29 May 2015 17:29:52 +0100] rev 31159
8081447: System JPEG builds include in-tree jpeglib.h, resulting in build failure Summary: The include directive should be conditional on the use of the system JPEG library. Reviewed-by: prr, ihse
2015-05-29 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON
bae [Fri, 29 May 2015 18:32:58 +0300] rev 31158
8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON Reviewed-by: serb, prr
2015-05-28 8081295: Build failed with GCC 5.1.1
ysuenaga [Fri, 29 May 2015 08:58:46 +0900] rev 31157
8081295: Build failed with GCC 5.1.1 Summary: Array bounds and incorrect condition warnings happen with GCC 5.1.1 Reviewed-by: azvegint
2015-05-28 8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel
anashaty [Thu, 28 May 2015 21:17:49 +0300] rev 31156
8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel Reviewed-by: azvegint, alexp
2015-05-23 8061831: [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode
serb [Sat, 23 May 2015 15:13:40 +0300] rev 31155
8061831: [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode Reviewed-by: flar, bae
2015-05-27 8079652: Could not enable D3D pipeline
vadim [Wed, 27 May 2015 14:42:58 +0300] rev 31154
8079652: Could not enable D3D pipeline Reviewed-by: prr, serb
2015-06-16 8098850: Remove remaining native2ascii resource files and man pages
mchung [Tue, 16 Jun 2015 10:11:02 -0700] rev 31153
8098850: Remove remaining native2ascii resource files and man pages Reviewed-by: alanb
2015-06-15 8081412: Remove MHIllegalAccess.java from the problem list
aeriksso [Mon, 15 Jun 2015 13:12:12 +0200] rev 31152
8081412: Remove MHIllegalAccess.java from the problem list Reviewed-by: darcy
2015-06-16 8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T
dl [Tue, 16 Jun 2015 13:13:05 +0200] rev 31151
8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T Reviewed-by: psandoz, martin
2015-06-16 8080933: LogManager.demandSystemLogger should accept a 'caller' argument.
dfuchs [Tue, 16 Jun 2015 12:15:54 +0200] rev 31150
8080933: LogManager.demandSystemLogger should accept a 'caller' argument. Summary: The caller's class is now passed to LogManager.demandSystemLogger Reviewed-by: mchung
2015-06-15 Merge
amurillo [Mon, 15 Jun 2015 10:56:31 -0700] rev 31149
Merge
2015-06-11 Merge
amurillo [Thu, 11 Jun 2015 12:02:13 -0700] rev 31148
Merge
2015-06-05 Merge
kvn [Thu, 04 Jun 2015 19:24:28 -0700] rev 31147
Merge
2015-06-03 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn [Wed, 03 Jun 2015 12:54:08 -0700] rev 31146
8081778: Use Intel x64 CPU instructions for RSA acceleration Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose, aph, ascarpino, fweimer
2015-06-13 8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems
bpb [Fri, 12 Jun 2015 17:06:28 -0700] rev 31145
8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems Summary: On Mac OS X use statfs() instead of statvfs(). Reviewed-by: alanb
2015-06-13 8087288: File.get{Free,Total,Usable}Space may return unexpected results with >2TB file systems
bpb [Fri, 12 Jun 2015 17:05:26 -0700] rev 31144
8087288: File.get{Free,Total,Usable}Space may return unexpected results with >2TB file systems Summary: On Mac OS X replace statvfs64() and struct statvfs64 with statfs() and struct statfs, respectively, and f_frsize with f_bsize. Reviewed-by: alanb
2015-06-12 Merge
mullan [Fri, 12 Jun 2015 16:40:05 -0400] rev 31143
Merge
2015-06-12 8087283: Add support for the XML Signature here() function to the JDK XPath implementation
mullan [Fri, 12 Jun 2015 16:36:33 -0400] rev 31142
8087283: Add support for the XML Signature here() function to the JDK XPath implementation Reviewed-by: alanb, joehw
2015-06-12 6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys
mullan [Fri, 12 Jun 2015 12:50:41 -0400] rev 31141
6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys Reviewed-by: weijun
2015-06-12 8085879: Mark intermittently failing: java/util/Arrays/ParallelPrefix.java
amlu [Fri, 12 Jun 2015 14:28:21 +0800] rev 31140
8085879: Mark intermittently failing: java/util/Arrays/ParallelPrefix.java Reviewed-by: darcy
2015-06-12 8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}.
sadayapalam [Fri, 12 Jun 2015 10:58:31 +0530] rev 31139
8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}. Summary: Reflection APIs should return unannotated Object as the upper bound when there is no explicit upper bound. Reviewed-by: darcy
2015-06-18 Added tag jdk9-b69 for changeset d24a2c340a47
lana [Thu, 18 Jun 2015 01:43:13 -0700] rev 31138
Added tag jdk9-b69 for changeset d24a2c340a47
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:38:19 +0200] rev 31137
Merge
2015-06-18 Merge
lana [Thu, 18 Jun 2015 10:23:45 -0700] rev 31136
Merge
2015-06-15 Merge
amurillo [Mon, 15 Jun 2015 10:56:29 -0700] rev 31135
Merge
2015-06-11 Merge
amurillo [Thu, 11 Jun 2015 12:02:12 -0700] rev 31134
Merge
2015-05-12 8085832: Optimize main and post loop out when pre loop is found empty
roland [Tue, 12 May 2015 14:26:31 +0200] rev 31133
8085832: Optimize main and post loop out when pre loop is found empty Summary: Eliminate main loop and post loop if pre loop becomes empty Reviewed-by: kvn, mcberg
2015-06-08 8081823: C2 performs unsigned comparison against -1
roland [Mon, 08 Jun 2015 18:35:17 +0200] rev 31132
8081823: C2 performs unsigned comparison against -1 Summary: x <= 0 || x > 0 wrongly folded as (x-1) >u -1 Reviewed-by: kvn, vlivanov
2015-06-04 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
roland [Thu, 04 Jun 2015 16:19:22 +0200] rev 31131
8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed Summary: Bail out from range check elimination if pre loop is not found Reviewed-by: kvn
2015-06-05 Merge
kvn [Thu, 04 Jun 2015 19:24:47 -0700] rev 31130
Merge
2015-06-03 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn [Wed, 03 Jun 2015 15:02:10 -0700] rev 31129
8081778: Use Intel x64 CPU instructions for RSA acceleration Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
2015-06-12 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
sgehwolf [Fri, 12 Jun 2015 16:09:45 +0100] rev 31128
8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms. Summary: Use __builtin_frame_address(0) rather than returning address of local variable. Reviewed-by: dholmes
2015-06-18 Added tag jdk9-b69 for changeset 4ba02b88b7ed
lana [Thu, 18 Jun 2015 01:43:09 -0700] rev 31127
Added tag jdk9-b69 for changeset 4ba02b88b7ed
2015-06-18 Merge
lana [Thu, 18 Jun 2015 10:23:33 -0700] rev 31126
Merge
2015-06-18 8080915: [macosx] JDK 9 installation does not add java info to the java_home plist
erikj [Thu, 18 Jun 2015 17:00:44 +0200] rev 31125
8080915: [macosx] JDK 9 installation does not add java info to the java_home plist Reviewed-by: tbell
2015-06-18 8087208: Add devkit creation script for windows
erikj [Thu, 18 Jun 2015 10:15:41 +0200] rev 31124
8087208: Add devkit creation script for windows Reviewed-by: ihse
2015-06-18 8087193: Support building with devkits on Macosx
erikj [Thu, 18 Jun 2015 10:08:42 +0200] rev 31123
8087193: Support building with devkits on Macosx Reviewed-by: ihse
2015-06-16 8098579: Remove non-existent javax.tools.annotation package from CORE_PKGS.gmk
darcy [Tue, 16 Jun 2015 16:11:18 -0700] rev 31122
8098579: Remove non-existent javax.tools.annotation package from CORE_PKGS.gmk Reviewed-by: jjg
2015-06-18 Added tag jdk9-b69 for changeset b5fc60ba6aa1
lana [Thu, 18 Jun 2015 01:43:07 -0700] rev 31121
Added tag jdk9-b69 for changeset b5fc60ba6aa1
2017-07-05 Added tag jdk9-b69 for changeset d69c968463f0
duke [Wed, 05 Jul 2017 20:38:06 +0200] rev 31120
Added tag jdk9-b69 for changeset d69c968463f0
2017-07-05 Merge jdk9-b69
duke [Wed, 05 Jul 2017 20:38:06 +0200] rev 31119
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:38:03 +0200] rev 31118
Merge
2015-06-12 Merge
lana [Thu, 11 Jun 2015 20:19:56 -0700] rev 31117
Merge
2015-06-10 8087115: Due to a javac type inference issue, sjavac doesn't compile with 8u31
alundblad [Wed, 10 Jun 2015 11:18:10 +0200] rev 31116
8087115: Due to a javac type inference issue, sjavac doesn't compile with 8u31 Summary: Added explicit type arguments. Reviewed-by: jlahoda
2015-06-09 8054717: SJavac should track changes in the public apis of classpath classes!
alundblad [Tue, 09 Jun 2015 15:57:45 +0200] rev 31115
8054717: SJavac should track changes in the public apis of classpath classes! Summary: Added functionality for tracking changes in public APIs of classpath classes. Reviewed-by: jlahoda, erikj
2015-06-09 8082311: NPE when compiling expression with \"^\"
jlahoda [Tue, 09 Jun 2015 11:52:13 +0200] rev 31114
8082311: NPE when compiling expression with \"^\" Summary: Using BinaryNumericOperator for numeric bitwise operators and BinaryBooleanOperator for boolean bitwise operators, as the common BinaryBitwiseOperator allowed to incorrectly combine numeric and boolean operands Reviewed-by: mcimadamore
2015-06-05 8081521: Compiler has trouble compiling nested diamond allocation constructs involving anonymous classes.
sadayapalam [Fri, 05 Jun 2015 18:43:11 +0530] rev 31113
8081521: Compiler has trouble compiling nested diamond allocation constructs involving anonymous classes. Reviewed-by: mcimadamore
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 tip