55545 Commits

Author SHA1 Message Date
Stefan Johansson
0856ec5961 8057710: Refactor G1 heap region default sizes
Refactored the defines to instead be static const in a HeapRegionBounds class.

Reviewed-by: mgerdin, tschatzl
2014-09-09 04:48:41 +02:00
Stefan Johansson
3e6d46d28b 8057658: Enable G1 FullGC extensions
Refactored the G1 FullGC code to enable it to be extended.

Reviewed-by: mgerdin, brutisso
2014-09-09 00:05:25 +02:00
Maurizio Cimadamore
a9061c2918 8055514: Wrong, confusing error when non-static varargs referenced in static context
Improved heuristics in MethodResolutionPhase.mergeResults()

Reviewed-by: vromero
2014-09-08 14:16:33 +01:00
Staffan Larsen
13a51887f7 8057776: Misc cleanups of the attach code
Reviewed-by: alanb, dfuchs, jbachorik
2014-09-08 14:46:51 +02:00
Sergey Lugovoy
5c841f8049 8057678: Tests for let and const keywords in Nashorn
Reviewed-by: hannesw, lagergren
2014-09-08 15:37:50 +04:00
Joel Borggrén-Franck
053a9d56cd 8056021: checkin for JDK-8027262 breaks Checker Framework
Reviewed-by: jjg, mcimadamore
2014-09-08 13:11:28 +02:00
Athijegannathan Sundararajan
f7042614f7 8057742: ant clean test should not fail if one or more external test suites are missing
Reviewed-by: lagergren, hannesw
2014-09-08 15:51:27 +05:30
Jan Lahoda
f211cac0cd 8056984: Exception in compiler: java.lang.AssertionError: isSubClass T
Must use type variable's captured bound as a method receiver, instead of the type variable itself, while checking if deferred attribution is needed.

Reviewed-by: mcimadamore, vromero
2014-09-08 10:50:59 +02:00
Jan Lahoda
49469c49d0 8056014: Type inference may be skipped for a complex receiver generic method in a parameter position
When checking if deferred attribution is needed for a chain of methods, stop on any method that returns any type variable, as the rest of analysis cannot use the correct type.

Reviewed-by: mcimadamore, vromero
2014-09-08 10:48:18 +02:00
Bengt Rutisson
ff1498ba6b 8025564: gc/memory/UniThread/Linear1 times out during heap verification
Reviewed-by: stefank, tschatzl
2014-09-08 10:41:06 +02:00
Aleksei Efimov
5e87931875 8049343: (tz) Support tzdata2014g
Reviewed-by: mfang, okutsu
2014-09-07 23:04:09 +04:00
Behdad Esfahbod
c29aa1d7b9 8057986: freetype code to get glyph outline does not handle initial control point properly
Co-authored-by: Igor Kopylov <ikopylov@google.com>
Reviewed-by: prr, dougfelt
2014-09-05 19:06:07 -07:00
Lance Andersen
acba04a5b8 8058394: Doclint clean up in java.sql.Date
Reviewed-by: darcy
2014-09-12 18:37:58 -04:00
Sonali Goel
f064e2b028 8055079: Group 9c: golden files for tests in tools/javac dir
Reviewed-by: jjg
2014-09-05 16:51:39 -07:00
Sonali Goel
170f8549b4 8055075: Group 9b: golden files for tests in tools/javac dir
Reviewed-by: jjg
2014-09-05 16:43:00 -07:00
Igor Veresov
e285f3eadc 8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running
Don't make compiled MH intrinsics not entrant when redefining classes

Reviewed-by: kvn, vlivanov
2014-09-05 14:39:45 -07:00
Joe Wang
5167f1158a 8056202: Xerces Update: Catalog Resolver
Reviewed-by: lancea
2014-09-05 14:04:22 -07:00
John Coomes
938374d5f9 8057623: add an extension class for argument handling
Reviewed-by: brutisso, mgerdin, tschatzl
2014-09-05 12:36:37 -07:00
Igor Veresov
5db7b3a4e1 8056124: Hotspot should use PICL interface to get cacheline size on SPARC
Using libpicl to get L1 data and L2 cache line sizes

Reviewed-by: kvn, roland, morris
2014-09-05 11:23:47 -07:00
Brent Christian
e99423e062 8044473: Allow for extended set of platform MXBeans
Add ExtendedPlatformComponent

Reviewed-by: dfuchs
2014-09-05 09:45:13 -07:00
Marcus Lagergren
5c74cf0819 8057588: Lots of trivial (empty) classes were generated by the Nashorn compiler as part of restOf-method generation
Reviewed-by: attila, sundar, hannesw
2014-09-05 16:28:17 +02:00
Marcus Lagergren
cbd2f643ad 8057611: Nashorn did not dump the JOx classes to disk when running with the -d flag
Reviewed-by: attila, sundar, hannesw
2014-09-05 16:28:02 +02:00
Zoltan Majo
35bca0df61 8053886: assert(false) failed: Should not allocate with exception pending
Failure caused by allocating method counters. Changed the way counters are allocated (use get_method_counters() instead of build_method_counters())

Reviewed-by: kvn, thartmann, anoll
2014-09-05 16:07:22 +02:00
Erik Joelsson
add8ed526a 8057537: Serialize reconfigure and fix make clean-foo foo
Reviewed-by: dholmes, ihse, tbell
2014-09-05 12:42:41 +02:00
Alexander Scherbatiy
1d67714f2a 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
Reviewed-by: ant, azvegint
2014-09-05 12:57:24 +04:00
Stefan Johansson
f8137659f5 8057536: Refactor G1 to allow context specific allocations
Splitting out a g1 allocator class to simply specialized allocators which can associate each allocation with a given context.

Reviewed-by: mgerdin, brutisso
2014-09-05 09:49:19 +02:00
Vladimir Kozlov
f8eeba1ce4 8057643: Unable to build --with-debug-level=optimized on OSX
Added missing Hotspot make targets for 'optimized' build.

Reviewed-by: iveresov
2014-09-04 23:49:17 -07:00
Vladimir Kozlov
98f413fa1f Merge 2014-09-04 22:59:17 -07:00
John Coomes
100e58569c 8057531: refactor gc argument processing code slightly
Reviewed-by: mgerdin, tschatzl, jmasa
2014-09-04 16:53:27 -07:00
Sonali Goel
15420bd193 8055996: Remove @ignore from tools/javac/T6725036.java
Reviewed-by: jjg
2014-09-04 16:52:40 -07:00
Lana Steuck
b377543984 Merge 2014-09-04 14:47:04 -07:00
Lana Steuck
dc1b9c542f Merge 2014-09-04 14:45:48 -07:00
Lana Steuck
c14ade213d Merge 2014-09-04 14:45:42 -07:00
Lana Steuck
100e3aba7b Merge 2014-09-04 14:45:08 -07:00
Lana Steuck
3285b5c492 Merge 2014-09-04 14:44:50 -07:00
Brent Christian
0a2a50258e 8044473: Allow for extended set of platform MXBeans
Add ExtendedPlatformComponent

Reviewed-by: dfuchs
2014-09-04 14:41:07 -07:00
Lana Steuck
bd3df7c5a8 Merge 2014-10-23 13:43:38 -07:00
David Katleman
5ecfba1b64 Added tag jdk9-b36 for changeset c8713652410a 2014-10-23 11:19:02 -07:00
Pavel Rappo
bcb19ac108 8042888: Remove extcheck tool
Reviewed-by: alanb, chegar
2014-10-22 10:34:45 +01:00
Shanliang Jiang
8be6fa0ec3 8060692: Delete com/sun/jmx/snmp and sun/management/snmp from OpenJDK
Reviewed-by: alanb, dfuchs, erikj, mchung
2014-10-22 09:12:36 +02:00
Erik Joelsson
cf426daa20 8061610: "make test" broken for hotspot test targets
Reviewed-by: dholmes
2014-10-21 14:22:22 +02:00
Erik Joelsson
4961a5f887 8060766: build of jdk9-b33 seems broken due to how security zip files are interfaced
Reviewed-by: tbell
2014-10-21 14:00:26 +02:00
Valerie Peng
6c00ebb043 8046002: Move Ucrypto to the open jdk repo
Move Ucrypto related sources, tests to openJDK

Reviewed-by: alanb, mchung
2014-10-20 21:12:34 +00:00
Severin Gehwolf
515ee87432 8061301: Fix typo when translating characters in $USER
Reviewed-by: erikj
2014-10-17 10:13:20 +02:00
Jon Masamitsu
f93cc0e163 Merge 2014-09-04 13:45:39 -07:00
David Katleman
57cdcecff4 Added tag jdk9-b29 for changeset 317aad3480c8 2014-09-04 13:26:40 -07:00
David Katleman
b931b38fd0 Added tag jdk9-b29 for changeset 639910c83675 2014-09-04 13:26:40 -07:00
David Katleman
85ccd04a3c Added tag jdk9-b29 for changeset 14591ffc0c61 2014-09-04 13:26:40 -07:00
David Katleman
1fe02d642a Added tag jdk9-b29 for changeset 08af5d44cadd 2014-09-04 13:26:38 -07:00
David Katleman
eddd3c8ccd Added tag jdk9-b29 for changeset f402435374ad 2014-09-04 13:26:26 -07:00