Tao Mao
1e80919f4c
8007762: Rename a bunch of methods in size policy across collectors
...
Rename: compute_generations_free_space() = compute_eden_space_size() + compute_old_gen_free_space(); update related logging messages
Reviewed-by: jmasa, johnc, tschatzl, brutisso
2013-05-22 11:11:47 -07:00
Mike Duigou
eccee3e025
8014819: set max size for jtreg testvms
...
Reviewed-by: alanb, darcy
2013-05-22 09:59:37 -07:00
Lana Steuck
de0b212fa1
Merge
2013-05-22 09:59:15 -07:00
Lana Steuck
c4200c50d2
Merge
2013-05-22 09:59:05 -07:00
Lana Steuck
9bb98bc521
Merge
2013-05-22 09:57:48 -07:00
Lana Steuck
9430535189
Merge
2013-05-22 09:54:10 -07:00
Vladimir Kozlov
ea54d8f3f0
8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed
...
Stop current iteration of loop opts if partial_peel() failed and it created node clones outside processed loop.
Reviewed-by: roland
2013-05-22 09:02:43 -07:00
Erik Joelsson
7c1db2aff0
8014514: Fix jvm args for sjavac
...
Reviewed-by: tbell
2013-05-22 17:26:31 +02:00
Hannes Wallnöfer
aab1e4573c
8010804: Review long and integer usage conventions
...
Reviewed-by: jlaskey, sundar
2013-05-22 16:43:48 +02:00
Athijegannathan Sundararajan
2cd9f2dde4
8014735: Typed Array, BYTES_PER_ELEMENT should be a class property
...
Reviewed-by: lagergren, jlaskey
2013-05-22 19:33:08 +05:30
Erik Joelsson
d2cbca2f53
Merge
2013-05-22 15:00:41 +02:00
Chris Hegarty
0431243910
8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424
...
Reviewed-by: twisti
2013-05-22 13:57:59 +01:00
Chris Hegarty
64b3efd73b
8010182: Thread safety of Thread get/setName()
...
Reviewed-by: dholmes, alanb, mduigou
2013-05-22 13:50:53 +01:00
Andrew John Hughes
e943be0495
8015087: Provide debugging information for programs
...
Enable debugging info on programs in OpenJDK builds
Reviewed-by: erikj
2013-05-22 13:49:12 +01:00
Andrew John Hughes
cb084456a0
8015087: Provide debugging information for programs
...
Add missing debug info to unpack200 and jexec
Reviewed-by: erikj
2013-05-22 13:48:02 +01:00
Athijegannathan Sundararajan
41974c2e07
8008947: ScriptEnvironment ctor should be public
...
Reviewed-by: lagergren, attila
2013-05-22 16:39:48 +05:30
Erik Joelsson
cc85b8ed19
8014970: Use open man pages for non commercial builds
...
Reviewed-by: omajid, tbell
2013-05-22 10:31:39 +02:00
Albert Noll
d4f4c29b95
8012312: hsdis fails to compile with binutils-2.23.2
...
Added <config.h> to header file to make hsdis compile with binutils 2.23.*
Reviewed-by: kvn, twisti
2013-05-22 10:28:20 +02:00
Bengt Rutisson
0be2f273c7
8014971: Minor code cleanup of the freelist management
...
Reviewed-by: jwilhelm, jmasa, tschatzl
2013-05-22 08:04:58 +02:00
David Holmes
a1b903879f
Merge
2013-05-21 19:52:01 -07:00
Tao Mao
a50a5688af
8015007: Incorrect print format in error message for VM cannot allocate the requested heap
...
Correct the wrong print format in error message for VM cannot allocate the requested heap; and clean up the error message call in check_alignment()
Reviewed-by: brutisso, tschatzl
2013-05-21 16:43:41 -07:00
Bharadwaj Yadavalli
19da55568f
8014059: JSR292: Failed to reject invalid class cplmhl00201m28n
...
Restrict reference of interface methods by invokestatic and invokespecial to classfile version 52 or later.
Reviewed-by: kvn, hseigel
2013-05-21 16:17:51 -07:00
David Katleman
7614783367
Merge
2013-05-21 12:54:41 -07:00
David Katleman
cdbb3cabde
Merge
2013-05-21 12:51:10 -07:00
Mikael Vidstedt
de93893f4e
8013726: runtime/memory/ReserveMemory.java fails due to 'assert(bytes % os::vm_allocation_granularity() == 0) failed: reserve block size'
...
Fix regression test to work on all platforms
Reviewed-by: ctornqvi, dholmes
2013-05-21 09:43:23 -07:00
Erik Joelsson
43a9c5b0d3
8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist
...
Reviewed-by: dholmes, tbell, naoto
2013-05-21 17:02:54 +02:00
Vicente Romero
5b545ba465
7164114: Two jtreg tests are not run due to no file extension on the test files
...
Reviewed-by: mcimadamore
2013-05-21 14:33:09 +01:00
James Laskey
9e9c04939b
8014827: readLine should accept a prompt as an argument
...
Reviewed-by: sundar, hannesw
2013-05-21 10:17:09 -03:00
Vicente Romero
6a02cd46e0
8005207: test has 2 @bug tags
...
Reviewed-by: mcimadamore
2013-05-21 13:50:56 +01:00
Attila Szegedi
1a3b9278eb
8014953: Have NativeJavaPackage throw a ClassNotFoundException when invoked
...
Reviewed-by: jlaskey, sundar
2013-05-21 13:40:12 +02:00
Erik Joelsson
a9185efc82
8014508: Fix log levels in make
...
Reviewed-by: tbell
2013-05-21 13:18:28 +02:00
Vicente Romero
a24da77752
7060779: test/tools/javac/diags/Example.java leaves directories in tempdir
...
Reviewed-by: mcimadamore
2013-05-21 12:17:18 +01:00
Vicente Romero
a95cb95e1f
7177168: Redundant array copy in UnsharedNameTable
...
Reviewed-by: mcimadamore
2013-05-21 11:41:21 +01:00
Joel Borggrén-Franck
4a4457b237
8013180: Qualified type reference with annotations in throws list crashes compiler
...
Reviewed-by: jjg
2013-05-21 12:00:29 +02:00
Thomas Schatzl
b33547e347
8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes
...
Instead of using a simple sizeof(), ask the PerRegionTable class about its size when iterating over the free list.
Reviewed-by: jwilhelm, brutisso
2013-05-21 11:30:14 +02:00
Yong Jeffrey Huang
eb6c8c5bc8
Merge
2013-05-21 01:50:13 -07:00
Bengt Rutisson
67fdf410da
Merge
2013-05-21 10:39:09 +02:00
Amy Lu
e2ffa5a315
8014892: More ProblemList.txt updates (5/2013)
...
Reviewed-by: alanb
2013-05-21 08:53:51 +01:00
Bengt Rutisson
8d3d35b861
7066063: CMS: "Conservation Principle" assert failed
...
Add call to coalBirth() in CompactibleFreeListSpace::reset()
Reviewed-by: ysr, jmasa
2013-05-21 08:50:20 +02:00
Joe Wang
ed440d1096
8012683: Remove unused, obsolete ObjectFactory classes
...
Reviewed-by: lancea
2013-05-20 23:46:51 -07:00
Yong Jeffrey Huang
4ebf44cbe4
7074882: Locale data needs correction (Month names for Maltese language)
...
Reviewed-by: naoto
2013-05-20 23:03:35 -07:00
Jon Masamitsu
c7a9104bb7
8014862: Add fast Metasapce capacity and used per MetadataType
...
Reviewed-by: ehelin, stefank
2013-05-20 22:34:24 -07:00
David Holmes
aa649f097f
8014857: Enable ergonomic VM selection in arm/jvm.cfg
...
Reviewed-by: darcy
2013-05-21 01:17:46 -04:00
Anton Litvinov
075f3e82d9
8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux
...
Reviewed-by: art, anthony, prr
2013-05-21 05:02:21 +04:00
Dmitry Markov
d463e0c4ae
7011777: JDK 6 parses html text with script tags within comments differently from previous releases
...
Reviewed-by: alexsch
2013-05-21 03:20:27 +04:00
Joe Wang
80041e51d1
8014891: Redundant setting of external access properties in setFeatures
...
Reviewed-by: lancea
2013-05-20 16:11:49 -07:00
Aleksey Shipilev
a462587e4b
8014878: Clean up class field layout code
...
Rename/remove local variables, re-arrange instance_size calculation, more comments.
Reviewed-by: kvn, coleenp
2013-05-20 23:41:27 +04:00
Attila Szegedi
34bc5ff07f
8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively
...
Reviewed-by: jlaskey, sundar
2013-05-20 21:25:14 +02:00
Philippe Marschall
c6619c912d
8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default
...
To use Files.createTempFile(...) to create the temp file on the same fs as the targeted path.
Reviewed-by: alanb, sherman
2013-05-20 11:56:46 -07:00
Tao Mao
47c64fb0c3
7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap
...
Print helpful error message when VM aborts due to inability of allocating bit maps or card tables
Reviewed-by: jmasa, stefank
2013-05-20 10:44:33 -07:00