Changeset 278 for trunk/openjdk/jdk/src/share/demo
- Timestamp:
- Mar 26, 2011, 8:39:20 PM (15 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 281 edited
-
. (modified) (2 props)
-
jdk/src/share/demo/applets.html (modified) (2 diffs)
-
jdk/src/share/demo/applets/ArcTest/ArcTest.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/BarChart/BarChart.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/Blink/Blink.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/CardTest/CardTest.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/Clock/Clock.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/DitherTest/DitherTest.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/DrawTest/DrawTest.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/Fractal/CLSFractal.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/GraphicsTest/AppletFrame.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/GraphicsTest/GraphicsTest.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/MoleculeViewer/Matrix3D.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/MoleculeViewer/XYZApp.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/NervousText/NervousText.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/SimpleGraph/GraphApplet.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/SortDemo/BubbleSortAlgorithm.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/SortDemo/QSortAlgorithm.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/SortDemo/SortAlgorithm.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/SortDemo/SortItem.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/SpreadSheet/SpreadSheet.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/WireFrame/Matrix3D.java (modified) (2 diffs)
-
jdk/src/share/demo/applets/WireFrame/ThreeD.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/Makefile (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Destinations.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Group.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/J2DBench.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Modifier.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Node.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Option.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Result.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ResultSet.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Test.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/TestEnvironment.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/HTMLSeriesReporter.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/IIOComparator.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/J2DAnalyzer.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/XMLHTMLReporter.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/GraphicsTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/ImageTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/MiscTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/PixelTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/RenderTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/IIOTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/InputImageTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/InputStreamTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/InputTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/OutputImageTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/OutputStreamTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/OutputTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextConstructionTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextMeasureTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextRenderTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextTests.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ui/CompactLayout.java (modified) (2 diffs)
-
jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ui/EnableButton.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/CodePointIM/CodePointIM.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/CodePointIM/CodePointInputMethod.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/CodePointIM/CodePointInputMethodDescriptor.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/FileChooserDemo/ExampleFileSystemView.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/FileChooserDemo/ExampleFileView.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/FileChooserDemo/FileChooserDemo.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Font2DTest/Font2DTest.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Font2DTest/Font2DTestApplet.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Font2DTest/FontPanel.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Font2DTest/RangeMenu.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/AquaMetalTheme.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/BigContrastMetalTheme.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/ContrastMetalTheme.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/DemoMetalTheme.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/GreenMetalTheme.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/KhakiMetalTheme.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/MetalThemeMenu.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/Metalworks.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/MetalworksDocumentFrame.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/MetalworksFrame.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/MetalworksHelp.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/MetalworksInBox.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/MetalworksPrefs.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/PropertiesMetalTheme.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Metalworks/UISwitchListener.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Notepad/ElementTreePanel.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/Notepad/Notepad.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/SampleTree/DynamicTreeNode.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/SampleTree/SampleData.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/SampleTree/SampleTree.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/SampleTree/SampleTreeCellRenderer.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/SampleTree/SampleTreeModel.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/SwingApplet/SwingApplet.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/TableExample/JDBCAdapter.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/TableExample/OldJTable.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/TableExample/TableExample.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/TableExample/TableExample2.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/TableExample/TableExample3.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/TableExample/TableExample4.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/TableExample/TableMap.java (modified) (2 diffs)
-
jdk/src/share/demo/jfc/TableExample/TableSorter.java (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/agent_util/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/agent_util/agent_util.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/agent_util/agent_util.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/compiledMethodLoad/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/compiledMethodLoad/compiledMethodLoad.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/gctest/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/gctest/gctest.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/gctest/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/heapTracker/HeapTracker.java (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/heapTracker/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/heapTracker/heapTracker.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/heapTracker/heapTracker.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/heapTracker/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/heapViewer/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/heapViewer/heapViewer.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/heapViewer/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/debug_malloc.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/debug_malloc.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_b_spec.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_blocks.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_blocks.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_check.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_check.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_class.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_class.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_cpu.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_cpu.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_error.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_error.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_event.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_event.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_frame.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_frame.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_init.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_init.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_io.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_io.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_ioname.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_ioname.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_listener.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_listener.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_loader.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_loader.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_md.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_monitor.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_monitor.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_object.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_object.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_reference.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_reference.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_site.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_site.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_stack.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_stack.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_string.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_string.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_table.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_table.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_tag.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_tag.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_tls.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_tls.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_trace.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_trace.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_tracker.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_tracker.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_util.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/hprof_util.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/jvm.hprof.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/hprof/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/java_crw_demo/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/java_crw_demo/java_crw_demo.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/java_crw_demo/java_crw_demo.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/java_crw_demo/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/minst/Minst.java (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/minst/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/minst/minst.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/minst/minst.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/minst/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/mtrace/Mtrace.java (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/mtrace/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/mtrace/mtrace.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/mtrace/mtrace.h (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/mtrace/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/versionCheck/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/versionCheck/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/versionCheck/versionCheck.c (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/Agent.cpp (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/Agent.hpp (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/Monitor.cpp (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/Monitor.hpp (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/Thread.cpp (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/Thread.hpp (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/sample.makefile.txt (modified) (2 diffs)
-
jdk/src/share/demo/jvmti/waiters/waiters.cpp (modified) (2 diffs)
-
jdk/src/share/demo/management/FullThreadDump/Deadlock.java (modified) (2 diffs)
-
jdk/src/share/demo/management/FullThreadDump/FullThreadDump.java (modified) (2 diffs)
-
jdk/src/share/demo/management/FullThreadDump/ThreadMonitor.java (modified) (2 diffs)
-
jdk/src/share/demo/management/JTop/JTop.java (modified) (2 diffs)
-
jdk/src/share/demo/management/JTop/JTopPlugin.java (modified) (2 diffs)
-
jdk/src/share/demo/management/MemoryMonitor/MemoryMonitor.java (modified) (2 diffs)
-
jdk/src/share/demo/management/MemoryMonitor/README.txt (modified) (2 diffs)
-
jdk/src/share/demo/management/VerboseGC/PrintGCStat.java (modified) (2 diffs)
-
jdk/src/share/demo/management/VerboseGC/VerboseGC.java (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/FileChooserDemo/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/FileChooserDemo/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/FileChooserDemo/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/FileChooserDemo/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/FileChooserDemo/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Font2DTest/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Font2DTest/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Font2DTest/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Font2DTest/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Font2DTest/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Metalworks/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Metalworks/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Metalworks/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Metalworks/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Metalworks/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Notepad/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Notepad/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Notepad/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Notepad/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/Notepad/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SampleTree/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SampleTree/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SampleTree/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SampleTree/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SampleTree/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SwingApplet/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SwingApplet/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SwingApplet/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SwingApplet/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/SwingApplet/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/TableExample/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/TableExample/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/TableExample/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/TableExample/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/jfc/TableExample/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/FullThreadDump/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/FullThreadDump/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/FullThreadDump/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/FullThreadDump/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/FullThreadDump/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/JTop/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/JTop/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/JTop/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/JTop/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/JTop/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/MemoryMonitor/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/MemoryMonitor/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/MemoryMonitor/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/MemoryMonitor/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/MemoryMonitor/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/VerboseGC/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/VerboseGC/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/VerboseGC/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/VerboseGC/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/management/VerboseGC/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/scripting/jconsole-plugin/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/scripting/jconsole-plugin/nbproject/file-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/scripting/jconsole-plugin/nbproject/jdk.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/scripting/jconsole-plugin/nbproject/netbeans-targets.xml (modified) (2 diffs)
-
jdk/src/share/demo/nbproject/scripting/jconsole-plugin/nbproject/project.xml (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/build.xml (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/EditableAtEndDocument.java (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptShellPanel.java (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/resources/jconsole.js (modified) (3 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/heapdump.js (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/hello.js (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/invoke.js (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/jstack.js (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/jtop.js (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/sysprops.js (modified) (2 diffs)
-
jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/verbose.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:ignore
-
old new 1 1 build 2 build-product-release
-
-
Property svn:mergeinfo
set to
/branches/vendor/oracle/openjdk6/b22 merged eligible /branches/vendor/oracle/openjdk6/current merged eligible
- Property svn:ignore
-
trunk/openjdk/jdk/src/share/demo/applets.html
r2 r278 1 1 <HTML> 2 2 <!-- 3 Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.3 Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 4 4 5 5 Redistribution and use in source and binary forms, with or without … … 14 14 documentation and/or other materials provided with the distribution. 15 15 16 - Neither the name of Sun Microsystemsnor the names of its16 - Neither the name of Oracle nor the names of its 17 17 contributors may be used to endorse or promote products derived 18 18 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/ArcTest/ArcTest.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/BarChart/BarChart.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/Blink/Blink.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/CardTest/CardTest.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/Clock/Clock.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/DitherTest/DitherTest.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/DrawTest/DrawTest.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/Fractal/CLSFractal.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/GraphicsTest/AppletFrame.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/GraphicsTest/GraphicsTest.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/MoleculeViewer/Matrix3D.java
r2 r278 1 1 /* 2 * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/MoleculeViewer/XYZApp.java
r2 r278 1 1 /* 2 * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/NervousText/NervousText.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/SimpleGraph/GraphApplet.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/SortDemo/BubbleSortAlgorithm.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/SortDemo/QSortAlgorithm.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/SortDemo/SortAlgorithm.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/SortDemo/SortItem.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/SpreadSheet/SpreadSheet.java
r2 r278 1 1 /* 2 * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/WireFrame/Matrix3D.java
r2 r278 1 1 /* 2 * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/applets/WireFrame/ThreeD.java
r2 r278 1 1 /* 2 * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/Makefile
r2 r278 1 1 # 2 # Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/build.xml
r2 r278 1 1 <!-- 2 Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.2 Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 4 4 Redistribution and use in source and binary forms, with or without … … 13 13 documentation and/or other materials provided with the distribution. 14 14 15 - Neither the name of Sun Microsystemsnor the names of its15 - Neither the name of Oracle nor the names of its 16 16 contributors may be used to endorse or promote products derived 17 17 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Destinations.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Group.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/J2DBench.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Modifier.java
r2 r278 1 1 /* 2 * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Node.java
r2 r278 1 1 /* 2 * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Option.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Result.java
r2 r278 1 1 /* 2 * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ResultSet.java
r2 r278 1 1 /* 2 * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/Test.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/TestEnvironment.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/HTMLSeriesReporter.java
r2 r278 1 1 /* 2 * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/IIOComparator.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/J2DAnalyzer.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/XMLHTMLReporter.java
r2 r278 1 1 /* 2 * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/GraphicsTests.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/ImageTests.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/MiscTests.java
r2 r278 1 1 /* 2 * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/PixelTests.java
r2 r278 1 1 /* 2 * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/RenderTests.java
r2 r278 1 1 /* 2 * Copyright 2002-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/IIOTests.java
r2 r278 1 1 /* 2 * Copyright 2006-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/InputImageTests.java
r2 r278 1 1 /* 2 * Copyright 2006-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/InputStreamTests.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/InputTests.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/OutputImageTests.java
r2 r278 1 1 /* 2 * Copyright 2006-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/OutputStreamTests.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/OutputTests.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextConstructionTests.java
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextMeasureTests.java
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextRenderTests.java
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextTests.java
r2 r278 1 1 /* 2 * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ui/CompactLayout.java
r2 r278 1 1 /* 2 * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ui/EnableButton.java
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/CodePointIM/CodePointIM.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/CodePointIM/CodePointInputMethod.java
r2 r278 1 1 /* 2 * Copyright 2002-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/CodePointIM/CodePointInputMethodDescriptor.java
r2 r278 1 1 /* 2 * Copyright 2002-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/FileChooserDemo/ExampleFileSystemView.java
r2 r278 1 1 /* 2 * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/FileChooserDemo/ExampleFileView.java
r2 r278 1 1 /* 2 * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/FileChooserDemo/FileChooserDemo.java
r2 r278 1 1 /* 2 * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Font2DTest/Font2DTest.java
r2 r278 1 1 /* 2 * Copyright 1999-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Font2DTest/Font2DTestApplet.java
r2 r278 1 1 /* 2 * Copyright 2000-2001 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Font2DTest/FontPanel.java
r2 r278 1 1 /* 2 * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2000, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Font2DTest/RangeMenu.java
r2 r278 1 1 /* 2 * Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/AquaMetalTheme.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/BigContrastMetalTheme.java
r2 r278 1 1 /* 2 * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/ContrastMetalTheme.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/DemoMetalTheme.java
r2 r278 1 1 /* 2 * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/GreenMetalTheme.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/KhakiMetalTheme.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/MetalThemeMenu.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/Metalworks.java
r2 r278 1 1 /* 2 * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/MetalworksDocumentFrame.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/MetalworksFrame.java
r2 r278 1 1 /* 2 * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/MetalworksHelp.java
r2 r278 1 1 /* 2 * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/MetalworksInBox.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/MetalworksPrefs.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/PropertiesMetalTheme.java
r2 r278 1 1 /* 2 * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Metalworks/UISwitchListener.java
r2 r278 1 1 /* 2 * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Notepad/ElementTreePanel.java
r2 r278 1 1 /* 2 * Copyright 1998-2000 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1998, 2000, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/Notepad/Notepad.java
r2 r278 1 1 /* 2 * Copyright 1997-2003 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/SampleTree/DynamicTreeNode.java
r2 r278 1 1 /* 2 * Copyright 1997-1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/SampleTree/SampleData.java
r2 r278 1 1 /* 2 * Copyright 1997 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/SampleTree/SampleTree.java
r2 r278 1 1 /* 2 * Copyright 1997-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/SampleTree/SampleTreeCellRenderer.java
r2 r278 1 1 /* 2 * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/SampleTree/SampleTreeModel.java
r2 r278 1 1 /* 2 * Copyright 1997-1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/SwingApplet/SwingApplet.java
r2 r278 1 1 /* 2 * Copyright 1997-1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/TableExample/JDBCAdapter.java
r2 r278 1 1 /* 2 * Copyright 1997-1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/TableExample/OldJTable.java
r2 r278 1 1 /* 2 * Copyright 1997-1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/TableExample/TableExample.java
r2 r278 1 1 /* 2 * Copyright 1997-1999 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1999, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/TableExample/TableExample2.java
r2 r278 1 1 /* 2 * Copyright 1997-1999 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1999, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/TableExample/TableExample3.java
r2 r278 1 1 /* 2 * Copyright 1997-2003 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/TableExample/TableExample4.java
r2 r278 1 1 /* 2 * Copyright 1997-2003 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/TableExample/TableMap.java
r2 r278 1 1 /* 2 * Copyright 1997-1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jfc/TableExample/TableSorter.java
r2 r278 1 1 /* 2 * Copyright 1997-1998 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 1997, 1998, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/agent_util/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/agent_util/agent_util.c
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/agent_util/agent_util.h
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/compiledMethodLoad/README.txt
r2 r278 1 1 # 2 # Copyright 2010 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/compiledMethodLoad/compiledMethodLoad.c
r2 r278 1 1 /* 2 * Copyright 2010 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2010 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/gctest/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/gctest/gctest.c
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/gctest/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/heapTracker/HeapTracker.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/heapTracker/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/heapTracker/heapTracker.c
r2 r278 1 1 /* 2 * Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/heapTracker/heapTracker.h
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/heapTracker/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/heapViewer/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/heapViewer/heapViewer.c
r2 r278 1 1 /* 2 * Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/heapViewer/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/README.txt
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/debug_malloc.c
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/debug_malloc.h
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof.h
r263 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_b_spec.h
r2 r278 1 1 /* 2 * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_blocks.c
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_blocks.h
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_check.c
r2 r278 1 1 /* 2 * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_check.h
r2 r278 1 1 /* 2 * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_class.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_class.h
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_cpu.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_cpu.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_error.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_error.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_event.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_event.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_frame.c
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_frame.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_init.c
r203 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_init.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_io.c
r2 r278 1 1 /* 2 * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_io.h
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_ioname.c
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_ioname.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_listener.c
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_listener.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_loader.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_loader.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_md.h
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_monitor.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_monitor.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_object.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_object.h
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_reference.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_reference.h
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_site.c
r2 r278 1 1 /* 2 * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_site.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_stack.c
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_stack.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_string.c
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_string.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_table.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_table.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_tag.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_tag.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_tls.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_tls.h
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_trace.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_trace.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_tracker.c
r2 r278 1 1 /* 2 * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_tracker.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_util.c
r2 r278 1 1 /* 2 * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof_util.h
r2 r278 1 1 /* 2 * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/jvm.hprof.txt
r2 r278 1 Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.1 Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. 2 2 3 3 Redistribution and use in source and binary forms, with or without … … 12 12 documentation and/or other materials provided with the distribution. 13 13 14 - Neither the name of Sun Microsystemsnor the names of its14 - Neither the name of Oracle nor the names of its 15 15 contributors may be used to endorse or promote products derived 16 16 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/java_crw_demo/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/java_crw_demo/java_crw_demo.c
r2 r278 1 1 /* 2 * Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/java_crw_demo/java_crw_demo.h
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/java_crw_demo/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/minst/Minst.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/minst/README.txt
r2 r278 1 1 # 2 # Copyright 2006-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/minst/minst.c
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/minst/minst.h
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/minst/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/mtrace/Mtrace.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/mtrace/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/mtrace/mtrace.c
r2 r278 1 1 /* 2 * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/mtrace/mtrace.h
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/mtrace/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/versionCheck/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/versionCheck/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/versionCheck/versionCheck.c
r2 r278 1 1 /* 2 * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/Agent.cpp
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/Agent.hpp
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/Monitor.cpp
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/Monitor.hpp
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/Thread.cpp
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/Thread.hpp
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/sample.makefile.txt
r2 r278 1 1 # 2 # Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/jvmti/waiters/waiters.cpp
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/FullThreadDump/Deadlock.java
r2 r278 1 1 /* 2 * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/FullThreadDump/FullThreadDump.java
r2 r278 1 1 /* 2 * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/FullThreadDump/ThreadMonitor.java
r2 r278 1 1 /* 2 * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/JTop/JTop.java
r2 r278 1 1 /* 2 * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/JTop/JTopPlugin.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/MemoryMonitor/MemoryMonitor.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/MemoryMonitor/README.txt
r2 r278 1 1 # 2 # Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/VerboseGC/PrintGCStat.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/management/VerboseGC/VerboseGC.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/FileChooserDemo/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/FileChooserDemo/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/FileChooserDemo/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/FileChooserDemo/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/FileChooserDemo/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Font2DTest/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Font2DTest/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Font2DTest/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Font2DTest/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Font2DTest/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Metalworks/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Metalworks/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Metalworks/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Metalworks/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Metalworks/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Notepad/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Notepad/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Notepad/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Notepad/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/Notepad/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SampleTree/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SampleTree/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SampleTree/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SampleTree/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SampleTree/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SwingApplet/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SwingApplet/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SwingApplet/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SwingApplet/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/SwingApplet/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/TableExample/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/TableExample/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/TableExample/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/TableExample/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/jfc/TableExample/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/FullThreadDump/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/FullThreadDump/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/FullThreadDump/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/FullThreadDump/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/FullThreadDump/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/JTop/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/JTop/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/JTop/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/JTop/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/JTop/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/MemoryMonitor/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/MemoryMonitor/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/MemoryMonitor/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/MemoryMonitor/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/MemoryMonitor/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/VerboseGC/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/VerboseGC/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/VerboseGC/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/VerboseGC/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/management/VerboseGC/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/scripting/jconsole-plugin/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/scripting/jconsole-plugin/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/scripting/jconsole-plugin/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/scripting/jconsole-plugin/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/nbproject/scripting/jconsole-plugin/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/EditableAtEndDocument.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptShellPanel.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/jconsole.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. … … 41 41 * and/or other materials provided with the distribution. 42 42 * 43 * Neither the name of Sun Microsystems, Inc.or the names of contributors may43 * Neither the name of Oracle nor the names of contributors may 44 44 * be used to endorse or promote products derived from this software without 45 45 * specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/heapdump.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/hello.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/invoke.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/jstack.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/jtop.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/sysprops.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/verbose.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission.
Note:
See TracChangeset
for help on using the changeset viewer.
