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
Athijegannathan Sundararajan
32261c12b2
8014909: ant test compilation error with JoniTest.java
...
Reviewed-by: jlaskey
2013-05-20 23:04:01 +05:30
Jiangli Zhou
fff011fa0f
Merge
2013-05-20 13:13:29 -04:00
Leonid Romanov
1dedaf5bf0
8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10
...
Removed logging from SunToolkit
Reviewed-by: art
2013-05-20 19:07:01 +04:00
Marcus Lagergren
cc79bd1237
8006069: Range analysis first iteration, runtime specializations
...
Reviewed-by: jlaskey, sundar
2013-05-20 16:38:38 +02:00
Aleksey Shipilev
7efa591bee
8014871: Move @Contended regression tests to the same place
...
Move the missing test to appropriate location.
Reviewed-by: dholmes, sla
2013-05-20 15:43:50 +04:00
Jesper Wilhelmsson
ed64a49836
Merge
2013-05-19 20:31:30 +02:00
Ioi Lam
f9ae3b46de
8014262: PrintStringTableStatistics should include more footprint info
...
Added info for the string/symbol objects and the hash entries
Reviewed-by: coleenp, rbackman
2013-05-18 20:41:01 -07:00
Daniel D. Daugherty
4410135e9e
Merge
2013-05-17 17:52:07 -07:00
Jonathan Gibbons
f5bda14b93
6885876: add comments to javac/util/Convert.java
...
Reviewed-by: mduigou
2013-05-17 13:48:41 -07:00
Konstantin Shefov
e0fcb74c7e
8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
...
Reviewed-by: jlaskey
2013-05-17 16:44:22 -03:00
Jim Laskey
149a1cd5b8
Merge
2013-05-17 16:12:59 -03:00
Daniel D. Daugherty
9a6dfe1c55
Merge
2013-05-17 11:36:43 -07:00
Lana Steuck
670660bae0
Merge
2013-05-17 10:14:03 -07:00
Lana Steuck
3a3757d756
Merge
2013-05-17 10:13:34 -07:00
Lana Steuck
8f6d37ee8e
Merge
2013-05-17 10:11:35 -07:00
Lana Steuck
c47e363601
Merge
2013-05-17 10:07:23 -07:00
Lana Steuck
ca07c6ce5f
Merge
2013-05-17 10:06:56 -07:00
Lana Steuck
3f67109c17
Merge
2013-05-17 10:06:20 -07:00
Johnny Chen
0ad376b3a8
8003444: Fix potential NULL pointer dereference
...
Reviewed-by: jgodinez, prr
2013-05-17 10:04:39 -07:00