Wed, 05 Jul 2017 16:43:17 +0200 Merge jdk7-b39
duke [Wed, 05 Jul 2017 16:43:17 +0200] rev 1489
Merge
Wed, 05 Jul 2017 16:43:15 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:15 +0200] rev 1488
Merge
Thu, 23 Oct 2008 21:56:41 -0700 Merge
tbell [Thu, 23 Oct 2008 21:56:41 -0700] rev 1487
Merge
Mon, 20 Oct 2008 13:42:45 -0700 6759996: ignore empty entries on paths
jjg [Mon, 20 Oct 2008 13:42:45 -0700] rev 1486
6759996: ignore empty entries on paths Reviewed-by: darcy
Fri, 17 Oct 2008 16:47:54 -0700 Merge
tbell [Fri, 17 Oct 2008 16:47:54 -0700] rev 1485
Merge
Fri, 17 Oct 2008 16:06:32 -0700 6760930: empty element on bootclasspath breaks test/tools/apt/Discovery/discovery.sh
jjg [Fri, 17 Oct 2008 16:06:32 -0700] rev 1484
6760930: empty element on bootclasspath breaks test/tools/apt/Discovery/discovery.sh Reviewed-by: darcy
Fri, 17 Oct 2008 10:34:06 -0700 6760805: empty element on bootclasspath breaks test/tools/apt/Compile/compile.sh
jjg [Fri, 17 Oct 2008 10:34:06 -0700] rev 1483
6760805: empty element on bootclasspath breaks test/tools/apt/Compile/compile.sh Reviewed-by: darcy
Thu, 16 Oct 2008 16:53:56 -0700 6760500: test com/sun/javadoc/testSupplementary/TestSupplementary.java is not same-VM safe
jjg [Thu, 16 Oct 2008 16:53:56 -0700] rev 1482
6760500: test com/sun/javadoc/testSupplementary/TestSupplementary.java is not same-VM safe Reviewed-by: darcy
Thu, 16 Oct 2008 18:07:37 +0100 6760226: test/tools/javap/T6622260.java fails with specific locale settings
mcimadamore [Thu, 16 Oct 2008 18:07:37 +0100] rev 1481
6760226: test/tools/javap/T6622260.java fails with specific locale settings Summary: Changed the regression test in order to make it more robust w.r.t. to locale settings Reviewed-by: jjg
Thu, 16 Oct 2008 07:39:53 -0700 6759810: bad regression test causes source file to be deleted
jjg [Thu, 16 Oct 2008 07:39:53 -0700] rev 1480
6759810: bad regression test causes source file to be deleted Reviewed-by: mcimadamore
Thu, 16 Oct 2008 07:30:13 -0700 6759775: RegularFileObject.inferBinaryName gives bad result on empty path
jjg [Thu, 16 Oct 2008 07:30:13 -0700] rev 1479
6759775: RegularFileObject.inferBinaryName gives bad result on empty path Reviewed-by: mcimadamore
Wed, 15 Oct 2008 13:20:03 -0700 6759796: test/tools/javac/6348193/T6348193.java fails if there are empty entries on the bootclasspath
jjg [Wed, 15 Oct 2008 13:20:03 -0700] rev 1478
6759796: test/tools/javac/6348193/T6348193.java fails if there are empty entries on the bootclasspath Reviewed-by: darcy
Wed, 15 Oct 2008 11:13:23 -0700 6759795: test/tools/apt/Basic/print.sh may fail depending on jtreg options
jjg [Wed, 15 Oct 2008 11:13:23 -0700] rev 1477
6759795: test/tools/apt/Basic/print.sh may fail depending on jtreg options Reviewed-by: darcy
Wed, 15 Oct 2008 17:23:55 +0100 6759682: APT: compiler message file broken after refactoring of com.sun.tools.javac.util.Message
mcimadamore [Wed, 15 Oct 2008 17:23:55 +0100] rev 1476
6759682: APT: compiler message file broken after refactoring of com.sun.tools.javac.util.Message Summary: JavacMessages should refresh its own bundle cache when a new resource bundle is added by APT Reviewed-by: jjg
Wed, 15 Oct 2008 08:07:59 -0700 6748541: javadoc should be reusable
jjg [Wed, 15 Oct 2008 08:07:59 -0700] rev 1475
6748541: javadoc should be reusable Reviewed-by: bpatel
Tue, 14 Oct 2008 17:05:48 +0100 6759143: com.sun.tools.javac.util.Messages is obsolete and should be removed
mcimadamore [Tue, 14 Oct 2008 17:05:48 +0100] rev 1474
6759143: com.sun.tools.javac.util.Messages is obsolete and should be removed Summary: push for 6406133 should have removed com.sun.tools.javac.util.Messages Reviewed-by: jjg
Thu, 09 Oct 2008 16:21:04 +0100 6586091: javac crashes with StackOverflowError
mcimadamore [Thu, 09 Oct 2008 16:21:04 +0100] rev 1473
6586091: javac crashes with StackOverflowError Summary: Types.adapt should avoid infinite loops by exploiting a local cache Reviewed-by: jjg
Thu, 09 Oct 2008 16:19:13 +0100 6731573: diagnostic output should optionally include source line
mcimadamore [Thu, 09 Oct 2008 16:19:13 +0100] rev 1472
6731573: diagnostic output should optionally include source line Summary: Added an -XD option to optionally prints out source lines in error messages Reviewed-by: jjg
Thu, 09 Oct 2008 16:07:38 +0100 6406133: JCDiagnostic.getMessage ignores locale argument
mcimadamore [Thu, 09 Oct 2008 16:07:38 +0100] rev 1471
6406133: JCDiagnostic.getMessage ignores locale argument Summary: Compiler API should take into account locale settings Reviewed-by: jjg
Thu, 09 Oct 2008 16:04:29 +0100 6724345: incorrect method resolution for enum classes entered as source files
mcimadamore [Thu, 09 Oct 2008 16:04:29 +0100] rev 1470
6724345: incorrect method resolution for enum classes entered as source files Summary: Enum's abstract methods shouldn't be skipped during method resolution Reviewed-by: jjg
Thu, 09 Oct 2008 16:02:29 +0100 6738538: javac crashes when using a type parameter as a covariant method return type
mcimadamore [Thu, 09 Oct 2008 16:02:29 +0100] rev 1469
6738538: javac crashes when using a type parameter as a covariant method return type Summary: Capture conversion should be applied when acccessing a member of an intersection type Reviewed-by: jjg
Thu, 09 Oct 2008 15:56:20 +0100 6751514: Unary post-increment with type variables crash javac during lowering
mcimadamore [Thu, 09 Oct 2008 15:56:20 +0100] rev 1468
6751514: Unary post-increment with type variables crash javac during lowering Summary: Lower.abstractRval should take into account parenthesized expressions Reviewed-by: jjg
Tue, 07 Oct 2008 15:39:19 -0700 6749967: regression tests for apt should be same-vm friendly
jjg [Tue, 07 Oct 2008 15:39:19 -0700] rev 1467
6749967: regression tests for apt should be same-vm friendly Reviewed-by: darcy
Thu, 23 Oct 2008 10:13:23 -0700 Added tag jdk7-b38 for changeset 62c548002ecb
xdono [Thu, 23 Oct 2008 10:13:23 -0700] rev 1466
Added tag jdk7-b38 for changeset 62c548002ecb
Wed, 05 Jul 2017 16:43:11 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:11 +0200] rev 1465
Merge
Thu, 23 Oct 2008 10:13:07 -0700 Added tag jdk7-b38 for changeset d4268c9919d4
xdono [Thu, 23 Oct 2008 10:13:07 -0700] rev 1464
Added tag jdk7-b38 for changeset d4268c9919d4
Wed, 05 Jul 2017 16:43:09 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:09 +0200] rev 1463
Merge
Thu, 23 Oct 2008 10:13:05 -0700 Added tag jdk7-b38 for changeset aee0dbbcda19
xdono [Thu, 23 Oct 2008 10:13:05 -0700] rev 1462
Added tag jdk7-b38 for changeset aee0dbbcda19
Wed, 05 Jul 2017 16:43:06 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:06 +0200] rev 1461
Merge
Thu, 23 Oct 2008 10:12:58 -0700 Added tag jdk7-b38 for changeset 6e4503bc10a3
xdono [Thu, 23 Oct 2008 10:12:58 -0700] rev 1460
Added tag jdk7-b38 for changeset 6e4503bc10a3
Wed, 05 Jul 2017 16:43:04 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:04 +0200] rev 1459
Merge
Thu, 23 Oct 2008 21:55:13 -0700 Merge
tbell [Thu, 23 Oct 2008 21:55:13 -0700] rev 1458
Merge
Mon, 20 Oct 2008 01:39:38 -0700 Merge
wetmore [Mon, 20 Oct 2008 01:39:38 -0700] rev 1457
Merge
Mon, 20 Oct 2008 10:32:33 +0800 6761072: new krb5 tests fail on multiple platforms
weijun [Mon, 20 Oct 2008 10:32:33 +0800] rev 1456
6761072: new krb5 tests fail on multiple platforms Reviewed-by: xuelei
Fri, 17 Oct 2008 00:51:59 -0700 Merge
wetmore [Fri, 17 Oct 2008 00:51:59 -0700] rev 1455
Merge
Fri, 17 Oct 2008 13:02:00 +0800 6706974: Add krb5 test infrastructure
weijun [Fri, 17 Oct 2008 13:02:00 +0800] rev 1454
6706974: Add krb5 test infrastructure Reviewed-by: valeriep
Tue, 07 Oct 2008 14:44:04 -0400 Merge
mullan [Tue, 07 Oct 2008 14:44:04 -0400] rev 1453
Merge
Tue, 07 Oct 2008 13:48:49 -0400 Merge
mullan [Tue, 07 Oct 2008 13:48:49 -0400] rev 1452
Merge
Tue, 07 Oct 2008 13:41:39 -0400 6752764: PIT B37: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest failed
mullan [Tue, 07 Oct 2008 13:41:39 -0400] rev 1451
6752764: PIT B37: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest failed Summary: fix regression introduced by 6465942 Reviewed-by: vinnie
Fri, 17 Oct 2008 16:45:36 -0700 Merge
tbell [Fri, 17 Oct 2008 16:45:36 -0700] rev 1450
Merge
Mon, 13 Oct 2008 14:45:27 -0700 5025260: Register methods should throw ClosedChannelException instead of NPE
sherman [Mon, 13 Oct 2008 14:45:27 -0700] rev 1449
5025260: Register methods should throw ClosedChannelException instead of NPE Summary: update the spec and implementation to throw ClosedSelectorException Reviewed-by: alanb
Fri, 10 Oct 2008 10:58:08 +0200 6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY
dfuchs [Fri, 10 Oct 2008 10:58:08 +0200] rev 1448
6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY Reviewed-by: alanb, emcmanus
Thu, 09 Oct 2008 14:10:58 +0200 6332953: JMX agent should bind to loopback address when starting the local connector server
dfuchs [Thu, 09 Oct 2008 14:10:58 +0200] rev 1447
6332953: JMX agent should bind to loopback address when starting the local connector server Reviewed-by: emcmanus
Wed, 08 Oct 2008 18:38:25 +0200 6757225: MXBean: Incorrect type names for parametrized types, dealing with arrays
emcmanus [Wed, 08 Oct 2008 18:38:25 +0200] rev 1446
6757225: MXBean: Incorrect type names for parametrized types, dealing with arrays Reviewed-by: sjiang
Thu, 23 Oct 2008 10:13:13 -0700 Added tag jdk7-b38 for changeset 1b948c48b8e9
xdono [Thu, 23 Oct 2008 10:13:13 -0700] rev 1445
Added tag jdk7-b38 for changeset 1b948c48b8e9
Wed, 05 Jul 2017 16:42:58 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:58 +0200] rev 1444
Merge
Wed, 29 Oct 2008 19:22:09 -0700 Merge
trims [Wed, 29 Oct 2008 19:22:09 -0700] rev 1443
Merge
Wed, 22 Oct 2008 20:47:00 -0700 Merge
xlu [Wed, 22 Oct 2008 20:47:00 -0700] rev 1442
Merge
Wed, 22 Oct 2008 15:07:23 -0400 Merge
acorn [Wed, 22 Oct 2008 15:07:23 -0400] rev 1441
Merge
Wed, 22 Oct 2008 14:48:08 -0400 6761092: jvm crashes when CDS is enabled.
acorn [Wed, 22 Oct 2008 14:48:08 -0400] rev 1440
6761092: jvm crashes when CDS is enabled. Summary: CDS hardcoded max c++ virtual method table increased Reviewed-by: coleenp, xlu, jmasa
Tue, 21 Oct 2008 11:23:52 -0700 6762004: 6532536 fix contains changes in os_solaris.cpp which were pushed by mistake
never [Tue, 21 Oct 2008 11:23:52 -0700] rev 1439
6762004: 6532536 fix contains changes in os_solaris.cpp which were pushed by mistake Reviewed-by: kvn
Tue, 21 Oct 2008 11:21:45 -0700 Merge
never [Tue, 21 Oct 2008 11:21:45 -0700] rev 1438
Merge
Tue, 14 Oct 2008 15:10:26 -0700 6532536: Optimize arraycopy stubs for Intel cpus
kvn [Tue, 14 Oct 2008 15:10:26 -0700] rev 1437
6532536: Optimize arraycopy stubs for Intel cpus Summary: Use SSE2 movdqu in arraycopy stubs on newest Intel's cpus Reviewed-by: rasbold
Tue, 14 Oct 2008 06:58:58 -0700 6717150: improper constant folding of subnormal strictfp multiplications and divides
rasbold [Tue, 14 Oct 2008 06:58:58 -0700] rev 1436
6717150: improper constant folding of subnormal strictfp multiplications and divides Summary: suppress constant folding of double divides and multiplications on ia32 Reviewed-by: never
Fri, 10 Oct 2008 09:47:56 -0700 6752257: Use NOT instead of XOR -1 on x86
rasbold [Fri, 10 Oct 2008 09:47:56 -0700] rev 1435
6752257: Use NOT instead of XOR -1 on x86 Summary: add match rule for xor -1 Reviewed-by: never, kvn
Mon, 06 Oct 2008 13:11:32 -0700 Merge
never [Mon, 06 Oct 2008 13:11:32 -0700] rev 1434
Merge
(0) -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip