81 lines
5.6 KiB
HTML
81 lines
5.6 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Limitations" />
|
|
<meta name="abstract" content="This list identifies any known limitations, restrictions, or unique behaviors in the IBM Developer Kit for Java." />
|
|
<meta name="description" content="This list identifies any known limitations, restrictions, or unique behaviors in the IBM Developer Kit for Java." />
|
|
<meta name="DC.Relation" scheme="URI" content="trouble.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="findjob.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="collect.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="applyptfs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="getsup.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="limits" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Limitations</title>
|
|
</head>
|
|
<body id="limits"><a name="limits"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Limitations</h1>
|
|
<div><p>This list identifies any known limitations, restrictions, or unique
|
|
behaviors in the IBM<sup>®</sup> Developer Kit for Java™.</p>
|
|
<ul><li>When a class is loaded and its superclasses are not found, the error indicates
|
|
that the original class was not found. For example, if class B extends class
|
|
A, and class A is not found when loading class B, the error indicates that
|
|
class B was not found, even though it is actually class A that was not found.
|
|
When you see an error that indicates that a class was not found, check to
|
|
make sure that the class and all of its superclasses are in the CLASSPATH.
|
|
This also applies to interfaces that are implemented by the class being loaded.</li>
|
|
<li>The garbage collection heap is limited to 240 GB.</li>
|
|
<li>There is no explicit limit to the number of constructed objects.</li>
|
|
<li>The java.net backlog parameter on an iSeries™ server may behave differently
|
|
than on other platforms. For example: <ul><li>Listen backlogs 0, 1 <ul><li>Listen(0) means to allow one pending connection; it does not disable a
|
|
socket.</li>
|
|
<li>Listen(1) means to allow one pending comment, and means the same as Listen(0).</li>
|
|
</ul>
|
|
</li>
|
|
<li>Listen backlogs > 1 <ul><li>This allows many pending requests to remain on the listen queue. If a
|
|
new connection request arrives and the queue is at the limit, then it deletes
|
|
one of the pending requests.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li> You can only use the Java virtual machine, regardless of the
|
|
JDK version you are using, in multi-thread capable (that is, thread-safe)
|
|
environments. The iSeries server is thread-safe, but some file systems
|
|
are not. For a list of nonthread-safe file systems, see <a href="../ifs/rzaaxkickoff.htm" target="_blank">Integrated File System</a>.</li>
|
|
<li>Internet Protocol version 6 (IPv6) support is not fully implemented and
|
|
some side effects may occur. For more information, see <a href="../rzab6/rzab6ip6scen.htm" target="_blank">Sockets</a>.</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="trouble.htm" title="This topic shows you how to find job logs and collect data for Java program analysis. This topic also provides information about program temporary fixes (PTFs) and getting support for IBM Developer Kit for Java.">Troubleshoot IBM Developer Kit for Java</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="applyptfs.htm" title="Beginning in i5/OS V5R4, you can use the Display Java Virtual Machine Jobs (DSPJVMJOB) CL command to manage your JVM jobs and apply PTFs while the system is active.">Apply program temporary fixes</a></div>
|
|
<div><a href="getsup.htm" title="Support services for the IBM Developer Kit for Java are provided under the usual terms and conditions for iSeries software products. Support services include program services, voice support, and consulting services.">Get support for the IBM Developer Kit for Java</a></div>
|
|
</div>
|
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="findjob.htm" title="Use the job log from the job that ran the Java command, and the batch immediate (BCI) job log where the Java program ran, to analyze causes of a Java failure. They both may contain important error information.">Find job logs for Java problem analysis</a></div>
|
|
<div><a href="collect.htm" title="To collect data for an authorized program analysis report (APAR), follow these steps.">Collect data for Java problem analysis</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |