Searched refs:warning (Results 251 - 275 of 366) sorted by relevance

<<1112131415

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1504 warning("Can't detect initial thread stack location - bad conversion");
1511 warning("Can't detect initial thread stack location - no /proc/self/stat");
1531 warning("Can't detect initial thread stack location - find_vma failed");
1652 #warning "SYS_clock_getres not defined for this platform, disabling fast_thread_cpu_time"
2894 warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT
3272 warning("HugeTLBFS is not supported by the operating system.");
3381 // print a warning if any large page related flag is specified on command line
3446 warning(msg);
3464 warning(msg);
3796 warning("
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp634 warning("Failed to allocate CMS Bit Map");
645 warning("Failed to allocate CMS Marking Stack");
649 warning("Failed to allocate CMS Revisit Stack");
663 warning("GC/CMS: _conc_workers allocation failure: "
695 warning("task_queues allocation failure.");
700 warning("_hash_seed array allocation failure");
708 warning("work_queue allocation failure.");
751 warning("GC/CMS: _eden_chunk_array allocation failure");
766 warning("Failed to allocate survivor plab/chunk array");
784 warning("Faile
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java907 log.warning(LintCategory.CLASSFILE, (DiagnosticPosition) null, "future.attr",
1541 // The method wasn't found: emit a warning and recover
1545 log.warning("annotation.method.not.found",
1549 log.warning("annotation.method.not.found.reason",
1628 log.warning("unknown.enum.constant.reason",
1632 log.warning("unknown.enum.constant",
1997 log.warning("big.major.version",
2295 // log.warning("proc.messager",
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java1347 logger.warning("RMIServerCommunicatorAdmin-doStop",
1597 logger.warning("unwrap", "Failed to unmarshall object: " + e);
1629 logger.warning("unwrap", "Failed to unmarshall object: " + e);
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1367 warning("starting zapping after skipping");
1372 warning("about to zap last zap");
1386 warning("no frame found to zap in zap_dead_Java_locals_C");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java315 errReceiver.warning(forest.locatorTable.getStartLocation(e2), WsdlMessages.WARNING_WSI_R_2003());
401 errReceiver.warning(forest.locatorTable.getStartLocation(e), WsdlMessages.PARSING_ELEMENT_OR_TYPE_REQUIRED(partName));
1055 errReceiver.warning(forest.locatorTable.getStartLocation(e), WsdlMessages.WARNING_WSI_R_2003());
H A DMetadataFinder.java300 errorReceiver.warning(new SAXParseException(WsdlMessages.TRY_WITH_MEX(ex.getMessage()), null, ex));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Filter.java454 public void warning(SAXParseException exception) throws SAXException method in class:IncrementalSAXSource_Filter
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPath.java537 ehandler.warning(new TransformerException(fmsg, (SAXSourceLocator)xctxt.getSAXLocator()));
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java45 // -F60858.1<daz> Add keyword collision warning.
47 // -D62023<daz> Add deprecated keyword warning; cast char to byte for JDK 1.2 compatability.
70 * is not a warning, and create a new ParseException.
355 static ParseException warning (Scanner scanner, String message) method in class:ParseException
359 return new ParseException (Util.getMessage ("ParseException.warning", parameters), true);
H A DPreprocessor.java43 // collide with keywords, in letter but not case, and issue a warning.
157 ParseException.warning (scanner, Util.getMessage ("Preprocessor.unknown", token.name));
1065 ParseException.warning (scanner, message);
1358 // ParseException.warning (scanner, Util.getMesage ("Deprecated.directive", token.name));
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp149 #ifdef _MSC_VER // the use of 'this' below gets a warning, make it go away
150 #pragma warning( disable:4355 ) // 'this' : used in base member initializer list
275 warning("G1ConfidencePercent is set to a value that is too large, "
297 warning("G1ReservePercent is set to a value that is too large, "
327 warning("-XX:NewSize and -XX:MaxNewSize override -XX:NewRatio");
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsOldGen.cpp308 DEBUG_ONLY(if (!result) warning("grow to reserve failed"));
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.cpp493 warning("CodeHeap: # of free blocks > %d", free_block_threshold);
494 // Double the warning limit
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp259 warning("Truncating PerfStringConstant: name = %s,"
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportOptions.java444 receiver.warning(locator, ConfigurationMessages.CONFIGURATION_NOT_BINDING_FILE(is.getSystemId()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForest.java484 sf.getErrorHandler().warning(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java335 parser.errorHandler.warning(se);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DConfiguration.java397 //Set to -1 so that warning will be printed
402 message.warning("doclet.sourcetab_warning");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java161 /** Switch: generates a warning if diamond can be safely applied
1173 log.warning(LintCategory.TRY, pos, "try.resource.throws.interrupted.exc", resource);
1692 log.warning(tree.clazz.pos(), key, clazztype, inferred);
2317 log.warning(LintCategory.TRY, tree, "try.explicit.close.call");
2345 // a warning. Make allowance for the class of an array type e.g. Object[].class)
2468 * which is being assigned to, issue an unchecked warning if its
2471 * unchecked warning if its argument types change under erasure.
2535 // which is being assigned to, issue an unchecked warning if
2592 // Test (1): emit a `deprecation' warning if symbol is deprecated.
2640 log.warning(tre
[all...]
H A DCheck.java224 log.warning(LintCategory.VARARGS, pos, key, args);
238 log.warning(LintCategory.STATIC, pos, msg, args);
1170 log.warning(LintCategory.RAW,
1329 /** A customized "override" warning message.
1345 /** A customized "override" warning message.
1479 // Optional warning if varargs don't agree
1482 log.warning(TreeInfo.diagnosticPositionFor(m, tree),
1491 log.warning(TreeInfo.diagnosticPositionFor(m, tree), "override.bridge",
2187 log.warning(pos, "synthetic.name.conflict", sym, sym.location());
2460 log.warning(LintCategor
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DLog.java81 /** Switch: emit warning messages.
352 /** Report a warning that cannot be suppressed.
353 * @param pos The source position at which to report the warning.
354 * @param key The key for the localized warning message.
355 * @param args Fields of the warning message.
358 writeDiagnostic(diags.warning(source, pos, key, args));
493 /** print an error or warning message:
521 /** report a warning:
525 printRawError(pos, "warning: " + msg);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocTool.java238 messager.warning(null, "main.no_source_files_for_package",
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp247 warning("JVMHistogram_lock seems to be stalled");
431 if (PrintJVMWarnings) warning("JVM_TraceInstructions not supported");
436 if (PrintJVMWarnings) warning("JVM_TraceMethodCalls not supported");
621 if (PrintJVMWarnings) warning("JVM_InitializeCompiler not supported");
626 if (PrintJVMWarnings) warning("JVM_IsSilentCompiler not supported");
632 if (PrintJVMWarnings) warning("JVM_CompileClass not supported");
638 if (PrintJVMWarnings) warning("JVM_CompileClasses not supported");
644 if (PrintJVMWarnings) warning("JVM_CompilerCommand not supported");
650 if (PrintJVMWarnings) warning("JVM_EnableCompiler not supported");
655 if (PrintJVMWarnings) warning("JVM_DisableCompile
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java716 * Pass warning messages from the compiler to the error listener
733 _errorListener.warning(
1086 * @param e The warning information encapsulated in a transformer
1114 * @param e warning information encapsulated in a transformer
1135 * Receive notification of a warning.
1142 * @param e The warning information encapsulated in a transformer
1147 public void warning(TransformerException e) method in class:TransformerFactoryImpl

Completed in 112 milliseconds

<<1112131415