Lana Steuck
|
4e869c0817
|
Added tag jdk9-b91 for changeset 35fa76b8f730
|
2015-11-05 08:15:48 -08:00 |
|
Lana Steuck
|
9cd60efd21
|
Added tag jdk9-b91 for changeset 58661e1ec098
|
2015-11-05 08:15:46 -08:00 |
|
Lana Steuck
|
3bd265e6c1
|
Added tag jdk9-b91 for changeset 25ff2fb494ce
|
2015-11-05 08:15:41 -08:00 |
|
Lana Steuck
|
e279978e93
|
Added tag jdk9-b91 for changeset f77338644394
|
2015-11-05 08:15:39 -08:00 |
|
Lana Steuck
|
ad7e4dff9b
|
Added tag jdk9-b91 for changeset 414f403f60d5
|
2015-11-05 08:15:39 -08:00 |
|
Lana Steuck
|
1394d8a88d
|
Added tag jdk9-b91 for changeset 8ce5cc6c019d
|
2015-11-05 08:15:36 -08:00 |
|
Lana Steuck
|
9c3572939f
|
Added tag jdk9-b91 for changeset d737e5be4257
|
2015-11-05 08:15:35 -08:00 |
|
Lana Steuck
|
8b154e34cb
|
Added tag jdk9-b91 for changeset 124b1be03d27
|
2015-11-05 08:15:33 -08:00 |
|
Claes Redestad
|
05e8afd0ef
|
8141536: MethodType field offset calculation could be lazy
Reviewed-by: vlivanov
|
2015-11-05 16:36:55 +01:00 |
|
Claes Redestad
|
6f0997408a
|
8141539: Avoid calculating string constants in InnerClassLambdaMetaFactory
Reviewed-by: vlivanov
|
2015-11-05 16:29:16 +01:00 |
|
Lance Andersen
|
f10554d7c2
|
8136496: Add Connection.begin/endRequest
Reviewed-by: joehw, rriggs, psandoz
|
2015-11-05 10:37:08 -05:00 |
|
Magnus Ihse Bursie
|
de261ecd1c
|
8141414: Deprecate configure source overriding
Reviewed-by: erikj
|
2015-11-05 15:14:39 +01:00 |
|
Goetz Lindenmaier
|
0a4657e8c1
|
8141529: Fix handling of _JAVA_SR_SIGNUM
Reviewed-by: dholmes, stuefe, dsamersoff
|
2015-11-05 15:05:59 +01:00 |
|
Attila Szegedi
|
31437f54c2
|
8141446: Cache Class.forName for permanently loaded classes
Reviewed-by: hannesw, mhaupt, sundar
|
2015-11-05 15:02:36 +01:00 |
|
Aleksey Shipilev
|
99b9a67ccd
|
8140389: Remove StringCharIntrinsics flag after JDK-8138651 is fixed
Reviewed-by: kvn, zmajo
|
2015-11-05 16:35:21 +03:00 |
|
Tobias Hartmann
|
f3011455a2
|
8141443: jdk/test/java/util/regex/RegExTest.java fails: No match found
Do not sign extend when converting jbyte to jchar.
Reviewed-by: shade, kvn
|
2015-11-05 15:29:46 +01:00 |
|
Erik Joelsson
|
2973587401
|
Merge
|
2015-11-05 15:08:58 +01:00 |
|
Maurizio Cimadamore
|
a65f240258
|
8141343: Subtle semantics changes for union types in cast conversion
Cast applied to union types do not behave correctly and sometimes pass erroneously
Reviewed-by: jlahoda
|
2015-11-05 11:32:01 +00:00 |
|
Attila Szegedi
|
51f33e9a51
|
8141524: CompilerTest execution time dominated by Field.setAccessible
Reviewed-by: hannesw, mhaupt, sundar
|
2015-11-05 12:15:40 +01:00 |
|
Attila Szegedi
|
8fa1d710b7
|
8141425: Improve caching in NashornCallSiteDescriptor
Reviewed-by: hannesw, lagergren
|
2015-11-05 12:13:36 +01:00 |
|
Prasanta Sadhukhan
|
12667cd360
|
8020448: Test closed/java/awt/font/JNICheck/JNICheck.sh fails on Solaris 11 since 7 FCS
Reviewed-by: azvegint, rchamyal
|
2015-11-05 14:08:51 +03:00 |
|
Aleksey Shipilev
|
dfb1ed8a19
|
8141044: C1 should fold (this == null) to false
Reviewed-by: jrose, roland
|
2015-11-05 13:33:18 +03:00 |
|
Magnus Ihse Bursie
|
0ac445c69d
|
8141439: Fix compare.sh -o <otherdir> (broken by JDK-8136813)
Reviewed-by: tbell, erikj
|
2015-11-05 10:58:53 +01:00 |
|
Volker Simonis
|
5bef4db912
|
8141416: "expr: syntax error" due to gcc -dumpversion excluding micro
Reviewed-by: erikj, stuefe
|
2015-11-05 10:55:58 +01:00 |
|
Magnus Ihse Bursie
|
5aee1308ca
|
8141444: Clean up building of JDK launchers
Reviewed-by: erikj
|
2015-11-05 10:54:05 +01:00 |
|
Tobias Hartmann
|
b45249a128
|
8141393: [TESTBUG] VMOptionsTest.java fails on ARM
The test should not assume that CompactStrings is enabled by default on all platforms.
Reviewed-by: roland
|
2015-11-05 09:08:42 +01:00 |
|
Chris Plummer
|
e6db7fad83
|
8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
Updated requiredVersion to 4.1 b12
Reviewed-by: dholmes, sla, darcy
|
2015-11-04 23:46:50 -08:00 |
|
Alejandro Murillo
|
20cb4ca730
|
8139986: Store debug level in java.vm.debug and conditionally print in "java -version"
Co-authored-by: Kumar Srinivasan <kumar.x.srinivasan@oracle.com>
Reviewed-by: ihse, dcubed, ksrini, dholmes
|
2015-11-04 16:02:53 -08:00 |
|
Brian Burkhalter
|
a74cf79db4
|
8140630: java/nio/Buffer/Basic.java crashes vm on linux-x64 using latest devkit to build
Build Bits.c at a lower optimization level on linux-x64.
Reviewed-by: tbell
|
2015-11-04 14:06:45 -08:00 |
|
Lana Steuck
|
82fb1f8702
|
Merge
|
2015-11-04 13:46:41 -08:00 |
|
Lana Steuck
|
481031043a
|
Merge
|
2015-11-04 13:46:28 -08:00 |
|
Lana Steuck
|
5d217eab8d
|
Merge
|
2015-11-04 13:46:14 -08:00 |
|
Lana Steuck
|
8f3faf19dc
|
Merge
|
2015-11-04 13:45:54 -08:00 |
|
Joe Darcy
|
12381786ed
|
8141454: Move java/lang/ProcessHandle/TreeTest.java until stability improves
Reviewed-by: rriggs
|
2015-11-04 11:27:58 -08:00 |
|
Alejandro Murillo
|
c573c1777e
|
8139986: Store debug level in java.vm.debug and conditionally print in "java -version"
Reviewed-by: ihse, dcubed, ksrini, dholmes
|
2015-11-04 11:00:29 -08:00 |
|
Christian Thalinger
|
a38ea495d6
|
8139170: JVMCI refresh
Reviewed-by: kvn
|
2015-11-04 07:23:23 -10:00 |
|
Joe Darcy
|
afaeebc08d
|
8141359: @Deprecated on packages should be clarified
Reviewed-by: rriggs
|
2015-11-04 09:01:15 -08:00 |
|
Christian Thalinger
|
67b29d8e80
|
8139170: JVMCI refresh
Reviewed-by: kvn
|
2015-11-04 07:01:03 -10:00 |
|
Paul Sandoz
|
b6f45b1889
|
8033148: Lexicographic comparators for arrays
Reviewed-by: jrose, chegar, bchristi, mduigou
|
2015-11-04 16:44:38 +01:00 |
|
Volker Simonis
|
01355aa18c
|
8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
Reviewed-by: ihse
|
2015-11-04 12:46:05 +01:00 |
|
Volker Simonis
|
c070181a7f
|
8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
Reviewed-by: ihse
|
2015-11-04 12:45:55 +01:00 |
|
Andreas Lundblad
|
d2d6dd48d4
|
8139961: Various sjavac tests result in error on Windows (JPRT)
Test now closes Stream properly.
Reviewed-by: jlahoda
|
2015-11-04 12:27:00 +01:00 |
|
Joe Darcy
|
03a416db62
|
8141368: Typo in java/lang/Class/IsEnum.java test
Reviewed-by: jjg
|
2015-11-03 17:41:38 -08:00 |
|
Andreas Lundblad
|
922ac5ff90
|
8141355: PackagePathMismatch.java does not use --state-dir option
Added --state-dir to the PackagePathMismatch.java test.
Reviewed-by: jlahoda
|
2015-11-03 22:55:30 +01:00 |
|
Jungwoo Ha
|
68ffb0bf12
|
8141356: Explicitly stop CMS threads during VM termination
GenCollectedHeap::stop() is not implemented which is supposed to stop CMS threads during VM termination.
Reviewed-by: jmasa, kbarrett
|
2015-11-03 13:03:04 -08:00 |
|
Erik Helin
|
0580d65a1c
|
8142403: Make G1CollectorPolicy::predictor const
Reviewed-by: stefank, tschatzl
|
2015-11-12 14:03:14 +01:00 |
|
Andreas Lundblad
|
7cf539d35e
|
8137075: Sjavac tests are leaking file managers
Closing sjavac file managers.
Reviewed-by: jjg
|
2015-11-03 21:29:46 +01:00 |
|
David Dehaven
|
4e50c75aa6
|
Merge
|
2015-11-03 12:04:12 -08:00 |
|
David Dehaven
|
c0215a77a2
|
Merge
|
2015-11-03 09:45:39 -08:00 |
|
Konstantin Shefov
|
a4e16dd190
|
8139385: [TESTBUG]: JVMCI test crashes in constantPoolHandle::constantPoolHandle
Reviewed-by: kvn, iignatyev
|
2015-11-03 20:12:51 +03:00 |
|